COLOR #597361

HEX: #597361
RGB: (89,115,97)

Color info

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

RGB color model

#597361 color RGB value is (89,115,97).

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

RGB channels and saturation

R 89 of 255 = 35%
G 115 of 255 = 45%
B 97 of 255 = 38%

89
115
97

R + G + B ~ 39%. #597361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 115 + 97 = 301 (100%)
R 89 of 301 ~ 29.57%
G 115 of 301 ~ 38.21%
B 97 of 301 ~ 32.23%

%29.57
%38.21
%32.23

CMYK color model

#597361 color CMYK value is (23,0,16,55).

  • cyan value is 22.61%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 54.90%
CMYK:
(23,0,16,55)
C23M0Y16K55 
(23%,0%,16%,55%)
(0.23/0.00/0.16/0.55)	

CMYK percentages

%22.61
%0
%15.65
%54.9

Codes

Color #597361 in popluar color models

597361
RGB8911597
HSL138°12.75%40.00%
HSB/HSV138°22.61%45.10%
CMYK22.61%0.00%15.65%
54.90%

Color #597361 in popluar number systems.

HEX597361
Decimal8911597
Binary101100111100111100001
Octal131163141

Shades and tints

Shades of #597361

#597361
(89,115,97)
#516959
(81,105,89)
#495F51
(73,95,81)
#415549
(65,85,73)
#394B41
(57,75,65)
#314139
(49,65,57)
#293731
(41,55,49)
#212D29
(33,45,41)
#192321
(25,35,33)
#111919
(17,25,25)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #597361

#597361
(89,115,97)
#687F6F
(104,127,111)
#778B7D
(119,139,125)
#86978B
(134,151,139)
#95A399
(149,163,153)
#A4AFA7
(164,175,167)
#B3BBB5
(179,187,181)
#C2C7C3
(194,199,195)
#D1D3D1
(209,211,209)
#E0DFDF
(224,223,223)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597361; }

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

This text font color is #597361.


Background Color

.myBgColor { background-color: #597361; }

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

This div background color is #597361.


Border color

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

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

This div border color is #597361.


Opacity

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

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

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

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

This text has shadow with #597361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597361 on black background.


Color preview on white background

This text has color #597361 on white background.



Black color preview on #597361 background

This text has black color on #597361 background.


White color preview on #597361 background

This text has white color on #597361 background.