Color Hex Logo

#59645a Color Hex

#59645A
(89,100,90)
0 Favorites   0 Comments

Color spaces of #59645a

RGB 8910090
HSL0.350.060.37
HSV125°11°39°
CMYK 0.110.000.10   0.61
XYZ10.522511.976411.4299
Yxy11.97640.31010.3530
Hunter Lab34.6069-6.28794.6427
CIE-Lab41.1786-6.37534.2376

#59645a color RGB value is (89,100,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100100 01011010
Octal 131 144 132
Decimal 89 100 90
Hex 59 64 5A

RGB Percentages of Color #59645a

%31.90
%35.84
%32.26

CMYK Percentages of Color #59645a

%11
%0
%10
%61

Triadic Colors of #59645a

#59645a #5a5964 #645a59

Analogous Colors of #59645a

#59645a #596460 #5e6459

Monochromatic Colors of #59645a

#59645a

Complementary Color

#59645a #645963

#59645a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59645a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59645a Color CSS Codes

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

#59645a Text Font Color

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

This sample text font color is #59645a
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.


#59645a Background Color

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

This div background color is #59645a


#59645a Border Color

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

This div border color is #59645a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59645a


Comments

No comments written yet.

Please login to write comment.