COLOR #597971

HEX: #597971
RGB: (89,121,113)

Color info

#597971 contains red, green and blue colors in about the same proportion. Web safe color of #597971 is #666666 (or #666).

RGB color model

#597971 color RGB value is (89,121,113).

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

RGB channels and saturation

R 89 of 255 = 35%
G 121 of 255 = 47%
B 113 of 255 = 44%

89
121
113

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

Portions of RGB colors in percentages

R + G + B =
89 + 121 + 113 = 323 (100%)
R 89 of 323 ~ 27.55%
G 121 of 323 ~ 37.46%
B 113 of 323 ~ 34.98%

%27.55
%37.46
%34.98

CMYK color model

#597971 color CMYK value is (26,0,7,53).

  • cyan value is 26.45%
  • magenta value is 0.00%
  • yellow value is 6.61%
  • key color value is 52.55%
CMYK:
(26,0,7,53)
C26M0Y7K53 
(26%,0%,7%,53%)
(0.26/0.00/0.07/0.53)	

CMYK percentages

%26.45
%0
%6.61
%52.55

Codes

Color #597971 in popluar color models

597971
RGB89121113
HSL165°15.24%41.18%
HSB/HSV165°26.45%47.45%
CMYK26.45%0.00%6.61%
52.55%

Color #597971 in popluar number systems.

HEX597971
Decimal89121113
Binary101100111110011110001
Octal131171161

Shades and tints

Shades of #597971

#597971
(89,121,113)
#516E67
(81,110,103)
#49635D
(73,99,93)
#415853
(65,88,83)
#394D49
(57,77,73)
#31423F
(49,66,63)
#293735
(41,55,53)
#212C2B
(33,44,43)
#192121
(25,33,33)
#111617
(17,22,23)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #597971

#597971
(89,121,113)
#68857D
(104,133,125)
#779189
(119,145,137)
#869D95
(134,157,149)
#95A9A1
(149,169,161)
#A4B5AD
(164,181,173)
#B3C1B9
(179,193,185)
#C2CDC5
(194,205,197)
#D1D9D1
(209,217,209)
#E0E5DD
(224,229,221)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597971; }

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

This text font color is #597971.


Background Color

.myBgColor { background-color: #597971; }

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

This div background color is #597971.


Border color

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

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

This div border color is #597971.


Opacity

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

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

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

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

This text has shadow with #597971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597971 on black background.


Color preview on white background

This text has color #597971 on white background.



Black color preview on #597971 background

This text has black color on #597971 background.


White color preview on #597971 background

This text has white color on #597971 background.