Color Hex Logo

#59954b Color Hex

#59954B
(89,149,75)
0 Favorites   0 Comments

Color spaces of #59954b

RGB 8914975
HSL0.300.330.44
HSV109°50°58°
CMYK 0.400.000.50   0.42
XYZ16.137324.126710.4630
Yxy24.12670.31810.4756
Hunter Lab49.1189-27.314621.7537
CIE-Lab56.2144-34.404432.9006

#59954b color RGB value is (89,149,75).

#59954b hex color red value is 89, green value is 149 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #59954b hue: 0.30 , saturation: 0.33 and the lightness value of 59954b is 0.44.

The process color (four color CMYK) of #59954b color hex is 0.40, 0.00, 0.50, 0.42. Web safe color of #59954b is #669933. Color #59954b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010101 01001011
Octal 131 225 113
Decimal 89 149 75
Hex 59 95 4B

RGB Percentages of Color #59954b

%28.43
%47.60
%23.96

CMYK Percentages of Color #59954b

%40
%0
%50
%42

Triadic Colors of #59954b

#59954b #4b5995 #954b59

Analogous Colors of #59954b

#59954b #4b9562 #7e954b

Monochromatic Colors of #59954b

#59954b

Complementary Color

#59954b #874b95

#59954b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59954b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59954b Color CSS Codes

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

#59954b Text Font Color

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

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


#59954b Background Color

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

This div background color is #59954b


#59954b Border Color

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

This div border color is #59954b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59954b


Comments

No comments written yet.

Please login to write comment.