Color Hex Logo

#59715f Color Hex

#59715F
(89,113,95)
0 Favorites   0 Comments

Color spaces of #59715f

RGB 8911395
HSL0.380.120.40
HSV135°21°44°
CMYK 0.210.000.16   0.56
XYZ12.090514.760313.0383
Yxy14.76030.30310.3700
Hunter Lab38.4191-11.05956.7722
CIE-Lab45.3041-12.78027.1179

#59715f color RGB value is (89,113,95).

#59715f hex color red value is 89, green value is 113 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #59715f hue: 0.38 , saturation: 0.12 and the lightness value of 59715f is 0.40.

The process color (four color CMYK) of #59715f color hex is 0.21, 0.00, 0.16, 0.56. Web safe color of #59715f is #666666. Color #59715f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110001 01011111
Octal 131 161 137
Decimal 89 113 95
Hex 59 71 5F

RGB Percentages of Color #59715f

%29.97
%38.05
%31.99

CMYK Percentages of Color #59715f

%21
%0
%16
%56

Triadic Colors of #59715f

#59715f #5f5971 #715f59

Analogous Colors of #59715f

#59715f #59716b #5f7159

Monochromatic Colors of #59715f

#59715f

Complementary Color

#59715f #71596b

#59715f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59715f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59715f Color CSS Codes

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

#59715f Text Font Color

<p style="color:#59715f">Text here</p>

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


#59715f Background Color

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

This div background color is #59715f


#59715f Border Color

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

This div border color is #59715f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,113,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59715f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59715f;
  -webkit-box-shadow: 1px 1px 3px 2px #59715f;
  box-shadow:         1px 1px 3px 2px #59715f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59715f


Comments

No comments written yet.

Please login to write comment.