Color Hex Logo

#599a48 Color Hex

#599A48
(89,154,72)
0 Favorites   0 Comments

Color spaces of #599a48

RGB 8915472
HSL0.300.360.44
HSV108°53°60°
CMYK 0.420.000.53   0.40
XYZ16.845125.702910.2042
Yxy25.70290.31930.4872
Hunter Lab50.6980-29.412523.5551
CIE-Lab57.7540-37.050336.3166

#599a48 color RGB value is (89,154,72).

#599a48 hex color red value is 89, green value is 154 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #599a48 hue: 0.30 , saturation: 0.36 and the lightness value of 599a48 is 0.44.

The process color (four color CMYK) of #599a48 color hex is 0.42, 0.00, 0.53, 0.40. Web safe color of #599a48 is #669933. Color #599a48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011010 01001000
Octal 131 232 110
Decimal 89 154 72
Hex 59 9A 48

RGB Percentages of Color #599a48

%28.25
%48.89
%22.86

CMYK Percentages of Color #599a48

%42
%0
%53
%40

Triadic Colors of #599a48

#599a48 #48599a #9a4859

Analogous Colors of #599a48

#599a48 #489a60 #829a48

Monochromatic Colors of #599a48

#599a48

Complementary Color

#599a48 #89489a

#599a48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599a48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#599a48 Color CSS Codes

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

#599a48 Text Font Color

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

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


#599a48 Background Color

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

This div background color is #599a48


#599a48 Border Color

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

This div border color is #599a48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,154,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #599a48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #599a48;
  -webkit-box-shadow: 1px 1px 3px 2px #599a48;
  box-shadow:         1px 1px 3px 2px #599a48; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599a48


Comments

No comments written yet.

Please login to write comment.