COLOR #597379

HEX: #597379
RGB: (89,115,121)

Color info

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

RGB color model

#597379 color RGB value is (89,115,121).

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

RGB channels and saturation

R 89 of 255 = 35%
G 115 of 255 = 45%
B 121 of 255 = 47%

89
115
121

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

Portions of RGB colors in percentages

R + G + B =
89 + 115 + 121 = 325 (100%)
R 89 of 325 ~ 27.38%
G 115 of 325 ~ 35.38%
B 121 of 325 ~ 37.23%

%27.38
%35.38
%37.23

CMYK color model

#597379 color CMYK value is (26,5,0,53).

  • cyan value is 26.45%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(26,5,0,53)
C26M5Y0K53 
(26%,5%,0%,53%)
(0.26/0.05/0.00/0.53)	

CMYK percentages

%26.45
%4.96
%0
%52.55

Codes

Color #597379 in popluar color models

597379
RGB89115121
HSL191°15.24%41.18%
HSB/HSV191°26.45%47.45%
CMYK26.45%4.96%0.00%
52.55%

Color #597379 in popluar number systems.

HEX597379
Decimal89115121
Binary101100111100111111001
Octal131163171

Shades and tints

Shades of #597379

#597379
(89,115,121)
#51696E
(81,105,110)
#495F63
(73,95,99)
#415558
(65,85,88)
#394B4D
(57,75,77)
#314142
(49,65,66)
#293737
(41,55,55)
#212D2C
(33,45,44)
#192321
(25,35,33)
#111916
(17,25,22)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #597379

#597379
(89,115,121)
#687F85
(104,127,133)
#778B91
(119,139,145)
#86979D
(134,151,157)
#95A3A9
(149,163,169)
#A4AFB5
(164,175,181)
#B3BBC1
(179,187,193)
#C2C7CD
(194,199,205)
#D1D3D9
(209,211,217)
#E0DFE5
(224,223,229)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597379; }

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

This text font color is #597379.


Background Color

.myBgColor { background-color: #597379; }

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

This div background color is #597379.


Border color

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

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

This div border color is #597379.


Opacity

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

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

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

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

This text has shadow with #597379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597379 on black background.


Color preview on white background

This text has color #597379 on white background.



Black color preview on #597379 background

This text has black color on #597379 background.


White color preview on #597379 background

This text has white color on #597379 background.