Color Hex Logo

#59886f Color Hex

#59886F
(89,136,111)
0 Favorites   0 Comments

Color spaces of #59886f

RGB 89136111
HSL0.410.210.44
HSV148°35°53°
CMYK 0.350.000.18   0.47
XYZ15.793220.879918.2368
Yxy20.87990.28760.3803
Hunter Lab45.6945-18.27138.3234
CIE-Lab52.8178-21.74598.4062

#59886f color RGB value is (89,136,111).

#59886f hex color red value is 89, green value is 136 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #59886f hue: 0.41 , saturation: 0.21 and the lightness value of 59886f is 0.44.

The process color (four color CMYK) of #59886f color hex is 0.35, 0.00, 0.18, 0.47. Web safe color of #59886f is #669966. Color #59886f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001000 01101111
Octal 131 210 157
Decimal 89 136 111
Hex 59 88 6F

RGB Percentages of Color #59886f

%26.49
%40.48
%33.04

CMYK Percentages of Color #59886f

%35
%0
%18
%47

Triadic Colors of #59886f

#59886f #6f5988 #886f59

Analogous Colors of #59886f

#59886f #598887 #5b8859

Monochromatic Colors of #59886f

#59886f

Complementary Color

#59886f #885972

#59886f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59886f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59886f Color CSS Codes

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

#59886f Text Font Color

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

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


#59886f Background Color

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

This div background color is #59886f


#59886f Border Color

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

This div border color is #59886f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59886f


Comments

No comments written yet.

Please login to write comment.