Color Hex Logo

#599950 Color Hex

#599950
(89,153,80)
0 Favorites   0 Comments

Color spaces of #599950

RGB 8915380
HSL0.310.310.46
HSV113°48°60°
CMYK 0.420.000.48   0.40
XYZ16.959025.485511.6148
Yxy25.48550.31370.4714
Hunter Lab50.4832-28.381421.6972
CIE-Lab57.5454-35.519931.9503

#599950 color RGB value is (89,153,80).

#599950 hex color red value is 89, green value is 153 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #599950 hue: 0.31 , saturation: 0.31 and the lightness value of 599950 is 0.46.

The process color (four color CMYK) of #599950 color hex is 0.42, 0.00, 0.48, 0.40. Web safe color of #599950 is #669966. Color #599950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011001 01010000
Octal 131 231 120
Decimal 89 153 80
Hex 59 99 50

RGB Percentages of Color #599950

%27.64
%47.52
%24.84

CMYK Percentages of Color #599950

%42
%0
%48
%40

Triadic Colors of #599950

#599950 #505999 #995059

Analogous Colors of #599950

#599950 #50996c #7e9950

Monochromatic Colors of #599950

#599950

Complementary Color

#599950 #905099

#599950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#599950 Color CSS Codes

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

#599950 Text Font Color

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

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


#599950 Background Color

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

This div background color is #599950


#599950 Border Color

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

This div border color is #599950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599950


Comments

No comments written yet.

Please login to write comment.