Color Hex Logo

#59865a Color Hex

#59865A
(89,134,90)
0 Favorites   0 Comments

Color spaces of #59865a

RGB 8913490
HSL0.340.200.44
HSV121°34°53°
CMYK 0.340.000.33   0.47
XYZ14.490419.912212.7526
Yxy19.91220.30730.4223
Hunter Lab44.6231-20.126314.2920
CIE-Lab51.7378-24.867118.9358

#59865a color RGB value is (89,134,90).

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

The process color (four color CMYK) of #59865a color hex is 0.34, 0.00, 0.33, 0.47. Web safe color of #59865a is #669966. Color #59865a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000110 01011010
Octal 131 206 132
Decimal 89 134 90
Hex 59 86 5A

RGB Percentages of Color #59865a

%28.43
%42.81
%28.75

CMYK Percentages of Color #59865a

%34
%0
%33
%47

Triadic Colors of #59865a

#59865a #5a5986 #865a59

Analogous Colors of #59865a

#59865a #598671 #6f8659

Monochromatic Colors of #59865a

#59865a

Complementary Color

#59865a #865985

#59865a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59865a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59865a Color CSS Codes

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

#59865a Text Font Color

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

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


#59865a Background Color

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

This div background color is #59865a


#59865a Border Color

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

This div border color is #59865a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59865a


Comments

No comments written yet.

Please login to write comment.