COLOR #597252

HEX: #597252
RGB: (89,114,82)

Color info

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

RGB color model

#597252 color RGB value is (89,114,82).

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

RGB channels and saturation

R 89 of 255 = 35%
G 114 of 255 = 45%
B 82 of 255 = 32%

89
114
82

R + G + B ~ 37%. #597252 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 114 + 82 = 285 (100%)
R 89 of 285 ~ 31.23%
G 114 of 285 ~ 40%
B 82 of 285 ~ 28.77%

%31.23
%40
%28.77

CMYK color model

#597252 color CMYK value is (22,0,28,55).

  • cyan value is 21.93%
  • magenta value is 0.00%
  • yellow value is 28.07%
  • key color value is 55.29%
CMYK:
(22,0,28,55)
C22M0Y28K55 
(22%,0%,28%,55%)
(0.22/0.00/0.28/0.55)	

CMYK percentages

%21.93
%0
%28.07
%55.29

Codes

Color #597252 in popluar color models

597252
RGB8911482
HSL107°16.33%38.43%
HSB/HSV107°28.07%44.71%
CMYK21.93%0.00%28.07%
55.29%

Color #597252 in popluar number systems.

HEX597252
Decimal8911482
Binary101100111100101010010
Octal131162122

Shades and tints

Shades of #597252

#597252
(89,114,82)
#51684B
(81,104,75)
#495E44
(73,94,68)
#41543D
(65,84,61)
#394A36
(57,74,54)
#31402F
(49,64,47)
#293628
(41,54,40)
#212C21
(33,44,33)
#19221A
(25,34,26)
#111813
(17,24,19)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #597252

#597252
(89,114,82)
#687E61
(104,126,97)
#778A70
(119,138,112)
#86967F
(134,150,127)
#95A28E
(149,162,142)
#A4AE9D
(164,174,157)
#B3BAAC
(179,186,172)
#C2C6BB
(194,198,187)
#D1D2CA
(209,210,202)
#E0DED9
(224,222,217)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597252; }

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

This text font color is #597252.


Background Color

.myBgColor { background-color: #597252; }

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

This div background color is #597252.


Border color

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

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

This div border color is #597252.


Opacity

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

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

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

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

This text has shadow with #597252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597252 on black background.


Color preview on white background

This text has color #597252 on white background.



Black color preview on #597252 background

This text has black color on #597252 background.


White color preview on #597252 background

This text has white color on #597252 background.