COLOR #599D46

HEX: #599D46
RGB: (89,157,70)

Color info

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

RGB color model

#599D46 color RGB value is (89,157,70).

  • red value is 89;
  • green value is 157;
  • blue value is 70.
RGB:
(89,157,70)
(35%,62%,27%)

RGB channels and saturation

R 89 of 255 = 35%
G 157 of 255 = 62%
B 70 of 255 = 27%

89
157
70

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

Portions of RGB colors in percentages

R + G + B =
89 + 157 + 70 = 316 (100%)
R 89 of 316 ~ 28.16%
G 157 of 316 ~ 49.68%
B 70 of 316 ~ 22.15%

%28.16
%49.68
%22.15

CMYK color model

#599D46 color CMYK value is (43,0,55,38).

  • cyan value is 43.31%
  • magenta value is 0.00%
  • yellow value is 55.41%
  • key color value is 38.43%
CMYK:
(43,0,55,38)
C43M0Y55K38 
(43%,0%,55%,38%)
(0.43/0.00/0.55/0.38)	

CMYK percentages

%43.31
%0
%55.41
%38.43

Codes

Color #599D46 in popluar color models

599D46
RGB8915770
HSL107°38.33%44.51%
HSB/HSV107°55.41%61.57%
CMYK43.31%0.00%55.41%
38.43%

Color #599D46 in popluar number systems.

HEX599D46
Decimal8915770
Binary1011001100111011000110
Octal131235106

Shades and tints

Shades of #599D46

#599D46
(89,157,70)
#518F40
(81,143,64)
#49813A
(73,129,58)
#417334
(65,115,52)
#39652E
(57,101,46)
#315728
(49,87,40)
#294922
(41,73,34)
#213B1C
(33,59,28)
#192D16
(25,45,22)
#111F10
(17,31,16)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #599D46

#599D46
(89,157,70)
#68A556
(104,165,86)
#77AD66
(119,173,102)
#86B576
(134,181,118)
#95BD86
(149,189,134)
#A4C596
(164,197,150)
#B3CDA6
(179,205,166)
#C2D5B6
(194,213,182)
#D1DDC6
(209,221,198)
#E0E5D6
(224,229,214)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599D46 color. Also use rgb(89,157,70) instead hex code.

Text Font Color

.myTextColor { color: #599D46; }

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

This text font color is #599D46.


Background Color

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

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

This div background color is #599D46.


Border color

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

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

This div border color is #599D46.


Opacity

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

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

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

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

This text has shadow with #599D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599D46 on black background.


Color preview on white background

This text has color #599D46 on white background.



Black color preview on #599D46 background

This text has black color on #599D46 background.


White color preview on #599D46 background

This text has white color on #599D46 background.