COLOR #599B3A

HEX: #599B3A
RGB: (89,155,58)

Color info

#599B3A contains mainly green color. Web safe color of #599B3A is #669933 (or #693).

RGB color model

#599B3A color RGB value is (89,155,58).

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

RGB channels and saturation

R 89 of 255 = 35%
G 155 of 255 = 61%
B 58 of 255 = 23%

89
155
58

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

Portions of RGB colors in percentages

R + G + B =
89 + 155 + 58 = 302 (100%)
R 89 of 302 ~ 29.47%
G 155 of 302 ~ 51.32%
B 58 of 302 ~ 19.21%

%29.47
%51.32
%19.21

CMYK color model

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

  • cyan value is 42.58%
  • magenta value is 0.00%
  • yellow value is 62.58%
  • key color value is 39.22%
CMYK:
(43,0,63,39)
C43M0Y63K39 
(43%,0%,63%,39%)
(0.43/0.00/0.63/0.39)	

CMYK percentages

%42.58
%0
%62.58
%39.22

Codes

Color #599B3A in popluar color models

599B3A
RGB8915558
HSL101°45.54%41.76%
HSB/HSV101°62.58%60.78%
CMYK42.58%0.00%62.58%
39.22%

Color #599B3A in popluar number systems.

HEX599B3A
Decimal8915558
Binary101100110011011111010
Octal13123372

Shades and tints

Shades of #599B3A

#599B3A
(89,155,58)
#518D35
(81,141,53)
#497F30
(73,127,48)
#41712B
(65,113,43)
#396326
(57,99,38)
#315521
(49,85,33)
#29471C
(41,71,28)
#213917
(33,57,23)
#192B12
(25,43,18)
#111D0D
(17,29,13)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #599B3A

#599B3A
(89,155,58)
#68A44B
(104,164,75)
#77AD5C
(119,173,92)
#86B66D
(134,182,109)
#95BF7E
(149,191,126)
#A4C88F
(164,200,143)
#B3D1A0
(179,209,160)
#C2DAB1
(194,218,177)
#D1E3C2
(209,227,194)
#E0ECD3
(224,236,211)
#EFF5E4
(239,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599B3A; }

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

This text font color is #599B3A.


Background Color

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

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

This div background color is #599B3A.


Border color

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

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

This div border color is #599B3A.


Opacity

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

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

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

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

This text has shadow with #599B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599B3A on black background.


Color preview on white background

This text has color #599B3A on white background.



Black color preview on #599B3A background

This text has black color on #599B3A background.


White color preview on #599B3A background

This text has white color on #599B3A background.