color details

Color Details
#59534f Color Hex

#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
Color spaces of #59534fValue
RGB89, 83, 79
HSL0.07, 0.06, 0.33
HSV24°, 11°, 35°
XYZ8.62, 8.87, 8.65
Base Numbers
Base Red Green Blue
Binary 1011001 1010011 1001111
Octal 131 123 117
Decimal 89 83 79
Hex 59 53 4F

RGB Percentages for Color #59534f

35.46%
33.07%
31.47%

CMYK Percentages of the Color #59534f

6.74%
11.24%
65.1%
CSS Codes for Color #59534f
.mybgColor {background-color: #59534f;}
.myforeColor {color: #59534f;}
.myborderColor {border:3px solid #59534f;}
Text Font Color #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,

Background Color #59534f

<div style="background-color:#59534f">Div content here</div>

The background color of this div is #59534f
Border Color #59534f

<div style="border:3px solid #59534f">Div here</div>

The border color of this div is #59534f
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89, 83, 79, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #59534f;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #59534f

Scroll to Top