Here's the picture - (saves a lot of words)
The area pointed to by the black arrow.
I've got the debug window open, but it is giving me a #3333
value or maybe #55555
....
Which isn't decimal, so it is difficult for me to get the right value.
Here's the picture - (saves a lot of words)
The area pointed to by the black arrow.
I've got the debug window open, but it is giving me a #3333
value or maybe #55555
....
Which isn't decimal, so it is difficult for me to get the right value.
Well according to www.rgbtohex.net/hex-to-rgb/ Hex 33 is Decimal 51 so #333333 is the same as rgb(51, 51, 51).
But you should be able to use either format to specify a button background / foreground colour?
I was thrown as it was all concurrent numbers.
Not like #33,33,33 which threw me. (As said)
Thanks.
Standard CSS colour values Andrew, in HEX.
Personally, I've long switched to always using HSL colour values which are far more logical than RGB. For instance, you can easily make a colour darker or lighter but retain the same hue or change the hue without changing the lightness or saturation.