COLOR #599F55

HEX: #599F55
RGB: (89,159,85)

Color info

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

RGB color model

#599F55 color RGB value is (89,159,85).

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

RGB channels and saturation

R 89 of 255 = 35%
G 159 of 255 = 62%
B 85 of 255 = 33%

89
159
85

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

Portions of RGB colors in percentages

R + G + B =
89 + 159 + 85 = 333 (100%)
R 89 of 333 ~ 26.73%
G 159 of 333 ~ 47.75%
B 85 of 333 ~ 25.53%

%26.73
%47.75
%25.53

CMYK color model

#599F55 color CMYK value is (44,0,47,38).

  • cyan value is 44.03%
  • magenta value is 0.00%
  • yellow value is 46.54%
  • key color value is 37.65%
CMYK:
(44,0,47,38)
C44M0Y47K38 
(44%,0%,47%,38%)
(0.44/0.00/0.47/0.38)	

CMYK percentages

%44.03
%0
%46.54
%37.65

Codes

Color #599F55 in popluar color models

599F55
RGB8915985
HSL117°30.33%47.84%
HSB/HSV117°46.54%62.35%
CMYK44.03%0.00%46.54%
37.65%

Color #599F55 in popluar number systems.

HEX599F55
Decimal8915985
Binary1011001100111111010101
Octal131237125

Shades and tints

Shades of #599F55

#599F55
(89,159,85)
#51914E
(81,145,78)
#498347
(73,131,71)
#417540
(65,117,64)
#396739
(57,103,57)
#315932
(49,89,50)
#294B2B
(41,75,43)
#213D24
(33,61,36)
#192F1D
(25,47,29)
#112116
(17,33,22)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #599F55

#599F55
(89,159,85)
#68A764
(104,167,100)
#77AF73
(119,175,115)
#86B782
(134,183,130)
#95BF91
(149,191,145)
#A4C7A0
(164,199,160)
#B3CFAF
(179,207,175)
#C2D7BE
(194,215,190)
#D1DFCD
(209,223,205)
#E0E7DC
(224,231,220)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599F55; }

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

This text font color is #599F55.


Background Color

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

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

This div background color is #599F55.


Border color

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

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

This div border color is #599F55.


Opacity

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

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

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

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

This text has shadow with #599F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599F55 on black background.


Color preview on white background

This text has color #599F55 on white background.



Black color preview on #599F55 background

This text has black color on #599F55 background.


White color preview on #599F55 background

This text has white color on #599F55 background.