Possible Duplicate:
3 digit Hex color code
Using 3-digit color codes rather than 6-digit color codes in CSS
I have a color that has the following RGB values:
255-223-145
I see that lots of pages have the colors with just three digits, for example:
color: #999;
I wonder why, and how would I convert these rgb values to a three digit color.
Thanks
It isn't a three digit colour, #999 is merely shorthand for #999999 so unless your numbers repeat like #223322 (#232) you can't cut it down.
The question has two bits, to convert hex to rgb, use a tool like this or this online.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With