COLOR #597073

HEX: #597073
RGB: (89,112,115)

Color info

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

RGB color model

#597073 color RGB value is (89,112,115).

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

RGB channels and saturation

R 89 of 255 = 35%
G 112 of 255 = 44%
B 115 of 255 = 45%

89
112
115

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

Portions of RGB colors in percentages

R + G + B =
89 + 112 + 115 = 316 (100%)
R 89 of 316 ~ 28.16%
G 112 of 316 ~ 35.44%
B 115 of 316 ~ 36.39%

%28.16
%35.44
%36.39

CMYK color model

#597073 color CMYK value is (23,3,0,55).

  • cyan value is 22.61%
  • magenta value is 2.61%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(23,3,0,55)
C23M3Y0K55 
(23%,3%,0%,55%)
(0.23/0.03/0.00/0.55)	

CMYK percentages

%22.61
%2.61
%0
%54.9

Codes

Color #597073 in popluar color models

597073
RGB89112115
HSL187°12.75%40.00%
HSB/HSV187°22.61%45.10%
CMYK22.61%2.61%0.00%
54.90%

Color #597073 in popluar number systems.

HEX597073
Decimal89112115
Binary101100111100001110011
Octal131160163

Shades and tints

Shades of #597073

#597073
(89,112,115)
#516669
(81,102,105)
#495C5F
(73,92,95)
#415255
(65,82,85)
#39484B
(57,72,75)
#313E41
(49,62,65)
#293437
(41,52,55)
#212A2D
(33,42,45)
#192023
(25,32,35)
#111619
(17,22,25)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #597073

#597073
(89,112,115)
#687D7F
(104,125,127)
#778A8B
(119,138,139)
#869797
(134,151,151)
#95A4A3
(149,164,163)
#A4B1AF
(164,177,175)
#B3BEBB
(179,190,187)
#C2CBC7
(194,203,199)
#D1D8D3
(209,216,211)
#E0E5DF
(224,229,223)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597073; }

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

This text font color is #597073.


Background Color

.myBgColor { background-color: #597073; }

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

This div background color is #597073.


Border color

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

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

This div border color is #597073.


Opacity

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

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

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

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

This text has shadow with #597073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597073 on black background.


Color preview on white background

This text has color #597073 on white background.



Black color preview on #597073 background

This text has black color on #597073 background.


White color preview on #597073 background

This text has white color on #597073 background.