COLOR #597260

HEX: #597260
RGB: (89,114,96)

Color info

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

RGB color model

#597260 color RGB value is (89,114,96).

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

RGB channels and saturation

R 89 of 255 = 35%
G 114 of 255 = 45%
B 96 of 255 = 38%

89
114
96

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

Portions of RGB colors in percentages

R + G + B =
89 + 114 + 96 = 299 (100%)
R 89 of 299 ~ 29.77%
G 114 of 299 ~ 38.13%
B 96 of 299 ~ 32.11%

%29.77
%38.13
%32.11

CMYK color model

#597260 color CMYK value is (22,0,16,55).

  • cyan value is 21.93%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 55.29%
CMYK:
(22,0,16,55)
C22M0Y16K55 
(22%,0%,16%,55%)
(0.22/0.00/0.16/0.55)	

CMYK percentages

%21.93
%0
%15.79
%55.29

Codes

Color #597260 in popluar color models

597260
RGB8911496
HSL137°12.32%39.80%
HSB/HSV137°21.93%44.71%
CMYK21.93%0.00%15.79%
55.29%

Color #597260 in popluar number systems.

HEX597260
Decimal8911496
Binary101100111100101100000
Octal131162140

Shades and tints

Shades of #597260

#597260
(89,114,96)
#516858
(81,104,88)
#495E50
(73,94,80)
#415448
(65,84,72)
#394A40
(57,74,64)
#314038
(49,64,56)
#293630
(41,54,48)
#212C28
(33,44,40)
#192220
(25,34,32)
#111818
(17,24,24)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #597260

#597260
(89,114,96)
#687E6E
(104,126,110)
#778A7C
(119,138,124)
#86968A
(134,150,138)
#95A298
(149,162,152)
#A4AEA6
(164,174,166)
#B3BAB4
(179,186,180)
#C2C6C2
(194,198,194)
#D1D2D0
(209,210,208)
#E0DEDE
(224,222,222)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597260; }

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

This text font color is #597260.


Background Color

.myBgColor { background-color: #597260; }

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

This div background color is #597260.


Border color

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

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

This div border color is #597260.


Opacity

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

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

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

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

This text has shadow with #597260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597260 on black background.


Color preview on white background

This text has color #597260 on white background.



Black color preview on #597260 background

This text has black color on #597260 background.


White color preview on #597260 background

This text has white color on #597260 background.