color details

Color Details
#59595e Color Hex

#59595e color RGB value is (5, 149, 149).
#59595e hex color red value is 5, green value is 149, and blue value is 149.
Cylindrical-coordinate representations (HSL) of color #59595e hue: 180, saturation: 0.94 and lightness: 0.3.

The process color (four-color CMYK) of #59595e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #59595e is #ff9999. Color #59595e contains mainly RED.

Color Spaces
Color spaces of #59595eValue
RGB89, 89, 94
HSL0.67, 0.03, 0.36
HSV240°, 5°, 37°
XYZ9.71, 10.08, 12.02
Base Numbers
Base Red Green Blue
Binary 1011001 1011001 1011110
Octal 131 131 136
Decimal 89 89 94
Hex 59 59 5E

RGB Percentages for Color #59595e

32.72%
32.72%
34.56%

CMYK Percentages of the Color #59595e

5.32%
5.32%
63.14%
CSS Codes for Color #59595e
.mybgColor {background-color: #59595e;}
.myforeColor {color: #59595e;}
.myborderColor {border:3px solid #59595e;}
Text Font Color #59595e

<p style="color:#59595e">Text here</p>

This sample text is styled with the font color #59595e. 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 #59595e

<div style="background-color:#59595e">Div content here</div>

The background color of this div is #59595e
Border Color #59595e

<div style="border:3px solid #59595e">Div here</div>

The border color of this div is #59595e
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(89, 89, 94, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #59595e;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #59595e;
-webkit-box-shadow: 1px 1px 3px #59595e;
box-shadow: 1px 1px 3px #59595e;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89, 89, 94, 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 #59595e;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #59595e; -webkit-box-shadow: 1px 1px 3px #59595e; box-shadow: 1px 1px 3px #59595e;">Div content here</div>

This div box has a shadow with a specified color. #59595e

Scroll to Top