COLOR #599662

HEX: #599662
RGB: (89,150,98)

Color info

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

RGB color model

#599662 color RGB value is (89,150,98).

  • red value is 89;
  • green value is 150;
  • blue value is 98.
RGB:
(89,150,98)
(35%,59%,38%)

RGB channels and saturation

R 89 of 255 = 35%
G 150 of 255 = 59%
B 98 of 255 = 38%

89
150
98

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

Portions of RGB colors in percentages

R + G + B =
89 + 150 + 98 = 337 (100%)
R 89 of 337 ~ 26.41%
G 150 of 337 ~ 44.51%
B 98 of 337 ~ 29.08%

%26.41
%44.51
%29.08

CMYK color model

#599662 color CMYK value is (41,0,35,41).

  • cyan value is 40.67%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 41.18%
CMYK:
(41,0,35,41)
C41M0Y35K41 
(41%,0%,35%,41%)
(0.41/0.00/0.35/0.41)	

CMYK percentages

%40.67
%0
%34.67
%41.18

Codes

Color #599662 in popluar color models

599662
RGB8915098
HSL129°25.52%46.86%
HSB/HSV129°40.67%58.82%
CMYK40.67%0.00%34.67%
41.18%

Color #599662 in popluar number systems.

HEX599662
Decimal8915098
Binary1011001100101101100010
Octal131226142

Shades and tints

Shades of #599662

#599662
(89,150,98)
#51895A
(81,137,90)
#497C52
(73,124,82)
#416F4A
(65,111,74)
#396242
(57,98,66)
#31553A
(49,85,58)
#294832
(41,72,50)
#213B2A
(33,59,42)
#192E22
(25,46,34)
#11211A
(17,33,26)
#091412
(9,20,18)
#000000
(0,0,0)

Tints of #599662

#599662
(89,150,98)
#689F70
(104,159,112)
#77A87E
(119,168,126)
#86B18C
(134,177,140)
#95BA9A
(149,186,154)
#A4C3A8
(164,195,168)
#B3CCB6
(179,204,182)
#C2D5C4
(194,213,196)
#D1DED2
(209,222,210)
#E0E7E0
(224,231,224)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599662 color. Also use rgb(89,150,98) instead hex code.

Text Font Color

.myTextColor { color: #599662; }

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

This text font color is #599662.


Background Color

.myBgColor { background-color: #599662; }

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

This div background color is #599662.


Border color

.myBorderColor { border: 1px solid #599662; }

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

This div border color is #599662.


Opacity

.myOpacity80 { color: #599662; opacity: 0.8; }

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

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

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

This text has shadow with #599662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599662 on black background.


Color preview on white background

This text has color #599662 on white background.



Black color preview on #599662 background

This text has black color on #599662 background.


White color preview on #599662 background

This text has white color on #599662 background.