COLOR #597D61

HEX: #597D61
RGB: (89,125,97)

Color info

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

RGB color model

#597D61 color RGB value is (89,125,97).

  • red value is 89;
  • green value is 125;
  • blue value is 97.
RGB:
(89,125,97)
(35%,49%,38%)

RGB channels and saturation

R 89 of 255 = 35%
G 125 of 255 = 49%
B 97 of 255 = 38%

89
125
97

R + G + B ~ 41%. #597D61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 125 + 97 = 311 (100%)
R 89 of 311 ~ 28.62%
G 125 of 311 ~ 40.19%
B 97 of 311 ~ 31.19%

%28.62
%40.19
%31.19

CMYK color model

#597D61 color CMYK value is (29,0,22,51).

  • cyan value is 28.80%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 50.98%
CMYK:
(29,0,22,51)
C29M0Y22K51 
(29%,0%,22%,51%)
(0.29/0.00/0.22/0.51)	

CMYK percentages

%28.8
%0
%22.4
%50.98

Codes

Color #597D61 in popluar color models

597D61
RGB8912597
HSL133°16.82%41.96%
HSB/HSV133°28.80%49.02%
CMYK28.80%0.00%22.40%
50.98%

Color #597D61 in popluar number systems.

HEX597D61
Decimal8912597
Binary101100111111011100001
Octal131175141

Shades and tints

Shades of #597D61

#597D61
(89,125,97)
#517259
(81,114,89)
#496751
(73,103,81)
#415C49
(65,92,73)
#395141
(57,81,65)
#314639
(49,70,57)
#293B31
(41,59,49)
#213029
(33,48,41)
#192521
(25,37,33)
#111A19
(17,26,25)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #597D61

#597D61
(89,125,97)
#68886F
(104,136,111)
#77937D
(119,147,125)
#869E8B
(134,158,139)
#95A999
(149,169,153)
#A4B4A7
(164,180,167)
#B3BFB5
(179,191,181)
#C2CAC3
(194,202,195)
#D1D5D1
(209,213,209)
#E0E0DF
(224,224,223)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597D61 color. Also use rgb(89,125,97) instead hex code.

Text Font Color

.myTextColor { color: #597D61; }

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

This text font color is #597D61.


Background Color

.myBgColor { background-color: #597D61; }

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

This div background color is #597D61.


Border color

.myBorderColor { border: 1px solid #597D61; }

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

This div border color is #597D61.


Opacity

.myOpacity80 { color: #597D61; opacity: 0.8; }

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

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

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

This text has shadow with #597D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597D61 on black background.


Color preview on white background

This text has color #597D61 on white background.



Black color preview on #597D61 background

This text has black color on #597D61 background.


White color preview on #597D61 background

This text has white color on #597D61 background.