COLOR #599B5F

HEX: #599B5F
RGB: (89,155,95)

Color info

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

RGB color model

#599B5F color RGB value is (89,155,95).

  • red value is 89;
  • green value is 155;
  • blue value is 95.
RGB:
(89,155,95)
(35%,61%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 155 of 255 = 61%
B 95 of 255 = 37%

89
155
95

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

Portions of RGB colors in percentages

R + G + B =
89 + 155 + 95 = 339 (100%)
R 89 of 339 ~ 26.25%
G 155 of 339 ~ 45.72%
B 95 of 339 ~ 28.02%

%26.25
%45.72
%28.02

CMYK color model

#599B5F color CMYK value is (43,0,39,39).

  • cyan value is 42.58%
  • magenta value is 0.00%
  • yellow value is 38.71%
  • key color value is 39.22%
CMYK:
(43,0,39,39)
C43M0Y39K39 
(43%,0%,39%,39%)
(0.43/0.00/0.39/0.39)	

CMYK percentages

%42.58
%0
%38.71
%39.22

Codes

Color #599B5F in popluar color models

599B5F
RGB8915595
HSL125°27.05%47.84%
HSB/HSV125°42.58%60.78%
CMYK42.58%0.00%38.71%
39.22%

Color #599B5F in popluar number systems.

HEX599B5F
Decimal8915595
Binary1011001100110111011111
Octal131233137

Shades and tints

Shades of #599B5F

#599B5F
(89,155,95)
#518D57
(81,141,87)
#497F4F
(73,127,79)
#417147
(65,113,71)
#39633F
(57,99,63)
#315537
(49,85,55)
#29472F
(41,71,47)
#213927
(33,57,39)
#192B1F
(25,43,31)
#111D17
(17,29,23)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #599B5F

#599B5F
(89,155,95)
#68A46D
(104,164,109)
#77AD7B
(119,173,123)
#86B689
(134,182,137)
#95BF97
(149,191,151)
#A4C8A5
(164,200,165)
#B3D1B3
(179,209,179)
#C2DAC1
(194,218,193)
#D1E3CF
(209,227,207)
#E0ECDD
(224,236,221)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599B5F color. Also use rgb(89,155,95) instead hex code.

Text Font Color

.myTextColor { color: #599B5F; }

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

This text font color is #599B5F.


Background Color

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

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

This div background color is #599B5F.


Border color

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

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

This div border color is #599B5F.


Opacity

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

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

Text with #599B5F 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 #599B5F;}

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

This text has shadow with #599B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599B5F on black background.


Color preview on white background

This text has color #599B5F on white background.



Black color preview on #599B5F background

This text has black color on #599B5F background.


White color preview on #599B5F background

This text has white color on #599B5F background.