Color Hex Logo

#59685a Color Hex

#59685A
(89,104,90)
0 Favorites   0 Comments

Color spaces of #59685a

RGB 8910490
HSL0.340.080.38
HSV124°14°41°
CMYK 0.140.000.13   0.59
XYZ10.915612.762711.5610
Yxy12.76270.30980.3622
Hunter Lab35.7249-7.97875.8205
CIE-Lab42.4035-8.70185.9902

#59685a color RGB value is (89,104,90).

#59685a hex color red value is 89, green value is 104 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #59685a hue: 0.34 , saturation: 0.08 and the lightness value of 59685a is 0.38.

The process color (four color CMYK) of #59685a color hex is 0.14, 0.00, 0.13, 0.59. Web safe color of #59685a is #666666. Color #59685a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101000 01011010
Octal 131 150 132
Decimal 89 104 90
Hex 59 68 5A

RGB Percentages of Color #59685a

%31.45
%36.75
%31.80

CMYK Percentages of Color #59685a

%14
%0
%13
%59

Triadic Colors of #59685a

#59685a #5a5968 #685a59

Analogous Colors of #59685a

#59685a #596862 #606859

Monochromatic Colors of #59685a

#59685a

Complementary Color

#59685a #685967

#59685a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59685a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59685a Color CSS Codes

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

#59685a Text Font Color

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

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


#59685a Background Color

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

This div background color is #59685a


#59685a Border Color

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

This div border color is #59685a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,104,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 #59685a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59685a


Comments

No comments written yet.

Please login to write comment.