COLOR #599F5B

HEX: #599F5B
RGB: (89,159,91)

Color info

#599F5B contains mainly green color. Web safe color of #599F5B is #669966 (or #696).

RGB color model

#599F5B color RGB value is (89,159,91).

  • red value is 89;
  • green value is 159;
  • blue value is 91.
RGB:
(89,159,91)
(35%,62%,36%)

RGB channels and saturation

R 89 of 255 = 35%
G 159 of 255 = 62%
B 91 of 255 = 36%

89
159
91

R + G + B ~ 44%. #599F5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 159 + 91 = 339 (100%)
R 89 of 339 ~ 26.25%
G 159 of 339 ~ 46.9%
B 91 of 339 ~ 26.84%

%26.25
%46.9
%26.84

CMYK color model

#599F5B color CMYK value is (44,0,43,38).

  • cyan value is 44.03%
  • magenta value is 0.00%
  • yellow value is 42.77%
  • key color value is 37.65%
CMYK:
(44,0,43,38)
C44M0Y43K38 
(44%,0%,43%,38%)
(0.44/0.00/0.43/0.38)	

CMYK percentages

%44.03
%0
%42.77
%37.65

Codes

Color #599F5B in popluar color models

599F5B
RGB8915991
HSL122°28.23%48.63%
HSB/HSV122°44.03%62.35%
CMYK44.03%0.00%42.77%
37.65%

Color #599F5B in popluar number systems.

HEX599F5B
Decimal8915991
Binary1011001100111111011011
Octal131237133

Shades and tints

Shades of #599F5B

#599F5B
(89,159,91)
#519153
(81,145,83)
#49834B
(73,131,75)
#417543
(65,117,67)
#39673B
(57,103,59)
#315933
(49,89,51)
#294B2B
(41,75,43)
#213D23
(33,61,35)
#192F1B
(25,47,27)
#112113
(17,33,19)
#09130B
(9,19,11)
#000000
(0,0,0)

Tints of #599F5B

#599F5B
(89,159,91)
#68A769
(104,167,105)
#77AF77
(119,175,119)
#86B785
(134,183,133)
#95BF93
(149,191,147)
#A4C7A1
(164,199,161)
#B3CFAF
(179,207,175)
#C2D7BD
(194,215,189)
#D1DFCB
(209,223,203)
#E0E7D9
(224,231,217)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599F5B color. Also use rgb(89,159,91) instead hex code.

Text Font Color

.myTextColor { color: #599F5B; }

<p style="color:#599F5B">This sample text font color is #599F5B.</p>

This text font color is #599F5B.


Background Color

.myBgColor { background-color: #599F5B; }

<div style="background-color:#599F5B">Inner text</div>

This div background color is #599F5B.


Border color

.myBorderColor { border: 1px solid #599F5B; }

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

This div border color is #599F5B.


Opacity

.myOpacity80 { color: #599F5B; opacity: 0.8; }

<p style="color:#599F5B;opacity:0.8;">80%</p>

Text with #599F5B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #599F5B;}

<p style="text-shadow: 3px 3px 1px #599F5B">Text here.</p>

This text has shadow with #599F5B color.

.textShadow {text-shadow: 3px 3px 1px #599F5B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #599F5B, 5px 5px 20px red">Text here.</p>

This text has shadow with #599F5B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#599F5B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#599F5B, Direction=45, Strength=4)">Text</p>

This text has shadow with #599F5B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #599F5B;
  -webkit-box-shadow:	1px 1px 3px 2px #599F5B;
  box-shadow:		1px 1px 3px 2px #599F5B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #599F5B;
-webkit-box-shadow: 1px 1px 3px 2px #599F5B;
box-shadow:1px 1px 3px 2px #599F5B;">
Div content here</div>
This div box has shadow with color #599F5B.

Preview

Color preview on black background

This text has color #599F5B on black background.


Color preview on white background

This text has color #599F5B on white background.



Black color preview on #599F5B background

This text has black color on #599F5B background.


White color preview on #599F5B background

This text has white color on #599F5B background.