#59534f color RGB value is (5, 149, 52).
#59534f hex color red value is 5, green value is 149, and blue value is 52.
Cylindrical-coordinate representations (HSL) of color #59534f
hue: 139.58,
saturation: 0.94 and lightness: 0.3.
The process color (four-color CMYK) of #59534f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #59534f is #ff9999. Color #59534f contains mainly RED.
Color spaces of #59534f | Value |
---|---|
RGB | 89, 83, 79 |
HSL | 0.07, 0.06, 0.33 |
HSV | 24°, 11°, 35° |
XYZ | 8.62, 8.87, 8.65 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1011001 | 1010011 | 1001111 |
Octal | 131 | 123 | 117 |
Decimal | 89 | 83 | 79 |
Hex | 59 | 53 | 4F |
Shades of #59534f
Tints of #59534f
.mybgColor {background-color: #59534f;} .myforeColor {color: #59534f;} .myborderColor {border:3px solid #59534f;}
<p style="color:#59534f">Text here</p>
This sample text is styled with the font color #59534f. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#59534f">Div content here</div>
<div style="border:3px solid #59534f">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89, 83, 79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #59534f; } .divShadow { -moz-box-shadow: 1px 1px 3px #59534f; -webkit-box-shadow: 1px 1px 3px #59534f; box-shadow: 1px 1px 3px #59534f; }
<p style="text-shadow: 4px 4px 2px rgba(89, 83, 79, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #59534f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #59534f;
-webkit-box-shadow: 1px 1px 3px #59534f;
box-shadow: 1px 1px 3px #59534f;">Div content here</div>