COLOR #599E65

HEX: #599E65
RGB: (89,158,101)

Color info

#599E65 contains mainly green and blue colors. Web safe color of #599E65 is #669966 (or #696).

RGB color model

#599E65 color RGB value is (89,158,101).

  • red value is 89;
  • green value is 158;
  • blue value is 101.
RGB:
(89,158,101)
(35%,62%,40%)

RGB channels and saturation

R 89 of 255 = 35%
G 158 of 255 = 62%
B 101 of 255 = 40%

89
158
101

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

Portions of RGB colors in percentages

R + G + B =
89 + 158 + 101 = 348 (100%)
R 89 of 348 ~ 25.57%
G 158 of 348 ~ 45.4%
B 101 of 348 ~ 29.02%

%25.57
%45.4
%29.02

CMYK color model

#599E65 color CMYK value is (44,0,36,38).

  • cyan value is 43.67%
  • magenta value is 0.00%
  • yellow value is 36.08%
  • key color value is 38.04%
CMYK:
(44,0,36,38)
C44M0Y36K38 
(44%,0%,36%,38%)
(0.44/0.00/0.36/0.38)	

CMYK percentages

%43.67
%0
%36.08
%38.04

Codes

Color #599E65 in popluar color models

599E65
RGB89158101
HSL130°27.94%48.43%
HSB/HSV130°43.67%61.96%
CMYK43.67%0.00%36.08%
38.04%

Color #599E65 in popluar number systems.

HEX599E65
Decimal89158101
Binary1011001100111101100101
Octal131236145

Shades and tints

Shades of #599E65

#599E65
(89,158,101)
#51905C
(81,144,92)
#498253
(73,130,83)
#41744A
(65,116,74)
#396641
(57,102,65)
#315838
(49,88,56)
#294A2F
(41,74,47)
#213C26
(33,60,38)
#192E1D
(25,46,29)
#112014
(17,32,20)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #599E65

#599E65
(89,158,101)
#68A673
(104,166,115)
#77AE81
(119,174,129)
#86B68F
(134,182,143)
#95BE9D
(149,190,157)
#A4C6AB
(164,198,171)
#B3CEB9
(179,206,185)
#C2D6C7
(194,214,199)
#D1DED5
(209,222,213)
#E0E6E3
(224,230,227)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599E65 color. Also use rgb(89,158,101) instead hex code.

Text Font Color

.myTextColor { color: #599E65; }

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

This text font color is #599E65.


Background Color

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

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

This div background color is #599E65.


Border color

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

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

This div border color is #599E65.


Opacity

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

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

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

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

This text has shadow with #599E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599E65 on black background.


Color preview on white background

This text has color #599E65 on white background.



Black color preview on #599E65 background

This text has black color on #599E65 background.


White color preview on #599E65 background

This text has white color on #599E65 background.