Color Hex Logo

#59854b Color Hex

#59854B
(89,133,75)
0 Favorites   0 Comments

Color spaces of #59854b

RGB 8913375
HSL0.290.280.41
HSV106°44°52°
CMYK 0.330.000.44   0.48
XYZ13.777419.40699.6764
Yxy19.40690.32140.4528
Hunter Lab44.0533-21.268417.8141
CIE-Lab51.1599-26.831026.5416

#59854b color RGB value is (89,133,75).

#59854b hex color red value is 89, green value is 133 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #59854b hue: 0.29 , saturation: 0.28 and the lightness value of 59854b is 0.41.

The process color (four color CMYK) of #59854b color hex is 0.33, 0.00, 0.44, 0.48. Web safe color of #59854b is #669933. Color #59854b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000101 01001011
Octal 131 205 113
Decimal 89 133 75
Hex 59 85 4B

RGB Percentages of Color #59854b

%29.97
%44.78
%25.25

CMYK Percentages of Color #59854b

%33
%0
%44
%48

Triadic Colors of #59854b

#59854b #4b5985 #854b59

Analogous Colors of #59854b

#59854b #4b855a #76854b

Monochromatic Colors of #59854b

#59854b

Complementary Color

#59854b #774b85

#59854b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59854b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59854b Color CSS Codes

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

#59854b Text Font Color

<p style="color:#59854b">Text here</p>

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


#59854b Background Color

<div style="background-color:#59854b">
Div content here</div>

This div background color is #59854b


#59854b Border Color

<div style="border:3px solid #59854b">
Div here</div>

This div border color is #59854b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,133,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59854b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59854b;
  -webkit-box-shadow: 1px 1px 3px 2px #59854b;
  box-shadow:         1px 1px 3px 2px #59854b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59854b


Comments

No comments written yet.

Please login to write comment.