COLOR #597372

HEX: #597372
RGB: (89,115,114)

Color info

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

RGB color model

#597372 color RGB value is (89,115,114).

  • red value is 89;
  • green value is 115;
  • blue value is 114.
RGB:
(89,115,114)
(35%,45%,45%)

RGB channels and saturation

R 89 of 255 = 35%
G 115 of 255 = 45%
B 114 of 255 = 45%

89
115
114

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

Portions of RGB colors in percentages

R + G + B =
89 + 115 + 114 = 318 (100%)
R 89 of 318 ~ 27.99%
G 115 of 318 ~ 36.16%
B 114 of 318 ~ 35.85%

%27.99
%36.16
%35.85

CMYK color model

#597372 color CMYK value is (23,0,1,55).

  • cyan value is 22.61%
  • magenta value is 0.00%
  • yellow value is 0.87%
  • key color value is 54.90%
CMYK:
(23,0,1,55)
C23M0Y1K55 
(23%,0%,1%,55%)
(0.23/0.00/0.01/0.55)	

CMYK percentages

%22.61
%0
%0.87
%54.9

Codes

Color #597372 in popluar color models

597372
RGB89115114
HSL178°12.75%40.00%
HSB/HSV178°22.61%45.10%
CMYK22.61%0.00%0.87%
54.90%

Color #597372 in popluar number systems.

HEX597372
Decimal89115114
Binary101100111100111110010
Octal131163162

Shades and tints

Shades of #597372

#597372
(89,115,114)
#516968
(81,105,104)
#495F5E
(73,95,94)
#415554
(65,85,84)
#394B4A
(57,75,74)
#314140
(49,65,64)
#293736
(41,55,54)
#212D2C
(33,45,44)
#192322
(25,35,34)
#111918
(17,25,24)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #597372

#597372
(89,115,114)
#687F7E
(104,127,126)
#778B8A
(119,139,138)
#869796
(134,151,150)
#95A3A2
(149,163,162)
#A4AFAE
(164,175,174)
#B3BBBA
(179,187,186)
#C2C7C6
(194,199,198)
#D1D3D2
(209,211,210)
#E0DFDE
(224,223,222)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597372 color. Also use rgb(89,115,114) instead hex code.

Text Font Color

.myTextColor { color: #597372; }

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

This text font color is #597372.


Background Color

.myBgColor { background-color: #597372; }

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

This div background color is #597372.


Border color

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

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

This div border color is #597372.


Opacity

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

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

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

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

This text has shadow with #597372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597372 on black background.


Color preview on white background

This text has color #597372 on white background.



Black color preview on #597372 background

This text has black color on #597372 background.


White color preview on #597372 background

This text has white color on #597372 background.