Color Hex Logo

#599414 Color Hex

#599414
(89,148,20)
0 Favorites   0 Comments

Color spaces of #599414

RGB 8914820
HSL0.240.760.33
HSV88°86°58°
CMYK 0.400.000.86   0.42
XYZ14.836023.35424.3877
Yxy23.35420.34840.5485
Hunter Lab48.3262-29.771828.4452
CIE-Lab55.4353-38.697854.5962

#599414 color RGB value is (89,148,20).

#599414 hex color red value is 89, green value is 148 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #599414 hue: 0.24 , saturation: 0.76 and the lightness value of 599414 is 0.33.

The process color (four color CMYK) of #599414 color hex is 0.40, 0.00, 0.86, 0.42. Web safe color of #599414 is #669900. Color #599414 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010100 00010100
Octal 131 224 24
Decimal 89 148 20
Hex 59 94 14

RGB Percentages of Color #599414

%34.63
%57.59
%7.78

CMYK Percentages of Color #599414

%40
%0
%86
%42

Triadic Colors of #599414

#599414 #145994 #941459

Analogous Colors of #599414

#599414 #199414 #948f14

Monochromatic Colors of #599414

#599414

Complementary Color

#599414 #4f1494

#599414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#599414 Color CSS Codes

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

#599414 Text Font Color

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

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


#599414 Background Color

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

This div background color is #599414


#599414 Border Color

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

This div border color is #599414


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,148,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #599414; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #599414;
  -webkit-box-shadow: 1px 1px 3px 2px #599414;
  box-shadow:         1px 1px 3px 2px #599414; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599414


Comments

No comments written yet.

Please login to write comment.