COLOR #599971

HEX: #599971
RGB: (89,153,113)

Color info

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

RGB color model

#599971 color RGB value is (89,153,113).

  • red value is 89;
  • green value is 153;
  • blue value is 113.
RGB:
(89,153,113)
(35%,60%,44%)

RGB channels and saturation

R 89 of 255 = 35%
G 153 of 255 = 60%
B 113 of 255 = 44%

89
153
113

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

Portions of RGB colors in percentages

R + G + B =
89 + 153 + 113 = 355 (100%)
R 89 of 355 ~ 25.07%
G 153 of 355 ~ 43.1%
B 113 of 355 ~ 31.83%

%25.07
%43.1
%31.83

CMYK color model

#599971 color CMYK value is (42,0,26,40).

  • cyan value is 41.83%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 40.00%
CMYK:
(42,0,26,40)
C42M0Y26K40 
(42%,0%,26%,40%)
(0.42/0.00/0.26/0.40)	

CMYK percentages

%41.83
%0
%26.14
%40

Codes

Color #599971 in popluar color models

599971
RGB89153113
HSL143°26.45%47.45%
HSB/HSV143°41.83%60.00%
CMYK41.83%0.00%26.14%
40.00%

Color #599971 in popluar number systems.

HEX599971
Decimal89153113
Binary1011001100110011110001
Octal131231161

Shades and tints

Shades of #599971

#599971
(89,153,113)
#518C67
(81,140,103)
#497F5D
(73,127,93)
#417253
(65,114,83)
#396549
(57,101,73)
#31583F
(49,88,63)
#294B35
(41,75,53)
#213E2B
(33,62,43)
#193121
(25,49,33)
#112417
(17,36,23)
#09170D
(9,23,13)
#000000
(0,0,0)

Tints of #599971

#599971
(89,153,113)
#68A27D
(104,162,125)
#77AB89
(119,171,137)
#86B495
(134,180,149)
#95BDA1
(149,189,161)
#A4C6AD
(164,198,173)
#B3CFB9
(179,207,185)
#C2D8C5
(194,216,197)
#D1E1D1
(209,225,209)
#E0EADD
(224,234,221)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599971 color. Also use rgb(89,153,113) instead hex code.

Text Font Color

.myTextColor { color: #599971; }

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

This text font color is #599971.


Background Color

.myBgColor { background-color: #599971; }

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

This div background color is #599971.


Border color

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

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

This div border color is #599971.


Opacity

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

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

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

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

This text has shadow with #599971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599971 on black background.


Color preview on white background

This text has color #599971 on white background.



Black color preview on #599971 background

This text has black color on #599971 background.


White color preview on #599971 background

This text has white color on #599971 background.