Color Hex Logo

#59645b Color Hex

#59645B
(89,100,91)
0 Favorites   0 Comments

Color spaces of #59645b

RGB 8910091
HSL0.360.060.37
HSV131°11°39°
CMYK 0.110.000.09   0.61
XYZ10.565311.993511.6557
Yxy11.99350.30880.3505
Hunter Lab34.6316-6.14924.2874
CIE-Lab41.2058-6.16743.6673

#59645b color RGB value is (89,100,91).

#59645b hex color red value is 89, green value is 100 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #59645b hue: 0.36 , saturation: 0.06 and the lightness value of 59645b is 0.37.

The process color (four color CMYK) of #59645b color hex is 0.11, 0.00, 0.09, 0.61. Web safe color of #59645b is #666666. Color #59645b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100100 01011011
Octal 131 144 133
Decimal 89 100 91
Hex 59 64 5B

RGB Percentages of Color #59645b

%31.79
%35.71
%32.50

CMYK Percentages of Color #59645b

%11
%0
%9
%61

Triadic Colors of #59645b

#59645b #5b5964 #645b59

Analogous Colors of #59645b

#59645b #596461 #5d6459

Monochromatic Colors of #59645b

#59645b

Complementary Color

#59645b #645962

#59645b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59645b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59645b Color CSS Codes

.mybgcolor {background-color:#59645b; } 
.myforecolor {color:#59645b; }
.mybordercolor {border:3px solid #59645b; }

#59645b Text Font Color

<p style="color:#59645b">Text here</p>

This sample text font color is #59645b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#59645b Background Color

<div style="background-color:#59645b">
Div content here</div>

This div background color is #59645b


#59645b Border Color

<div style="border:3px solid #59645b">
Div here</div>

This div border color is #59645b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,100,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59645b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59645b;
  -webkit-box-shadow: 1px 1px 3px 2px #59645b;
  box-shadow:         1px 1px 3px 2px #59645b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #59645b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59645b


Comments

No comments written yet.

Please login to write comment.