Color Hex Logo

#59695c Color Hex

#59695C
(89,105,92)
0 Favorites   0 Comments

Color spaces of #59695c

RGB 8910592
HSL0.360.080.38
HSV131°15°41°
CMYK 0.150.000.12   0.59
XYZ11.103212.999712.0492
Yxy12.99970.30710.3596
Hunter Lab36.0551-8.12725.4245
CIE-Lab42.7628-8.86615.2949

#59695c color RGB value is (89,105,92).

#59695c hex color red value is 89, green value is 105 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #59695c hue: 0.36 , saturation: 0.08 and the lightness value of 59695c is 0.38.

The process color (four color CMYK) of #59695c color hex is 0.15, 0.00, 0.12, 0.59. Web safe color of #59695c is #666666. Color #59695c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101001 01011100
Octal 131 151 134
Decimal 89 105 92
Hex 59 69 5C

RGB Percentages of Color #59695c

%31.12
%36.71
%32.17

CMYK Percentages of Color #59695c

%15
%0
%12
%59

Triadic Colors of #59695c

#59695c #5c5969 #695c59

Analogous Colors of #59695c

#59695c #596964 #5e6959

Monochromatic Colors of #59695c

#59695c

Complementary Color

#59695c #695966

#59695c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59695c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59695c Color CSS Codes

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

#59695c Text Font Color

<p style="color:#59695c">Text here</p>

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


#59695c Background Color

<div style="background-color:#59695c">
Div content here</div>

This div background color is #59695c


#59695c Border Color

<div style="border:3px solid #59695c">
Div here</div>

This div border color is #59695c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,105,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59695c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59695c;
  -webkit-box-shadow: 1px 1px 3px 2px #59695c;
  box-shadow:         1px 1px 3px 2px #59695c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59695c


Comments

No comments written yet.

Please login to write comment.