COLOR #597F73

HEX: #597F73 RGB: (89,127,115)

Color info

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

RGB color model

#597F73 color RGB value is (89,127,115).

RGB: (89,127,115) (35%, 50%, 45%)

RGB channels and saturation

R 89 of 255 = 35%
G 127 of 255 = 50%
B 115 of 255 = 45%

89
127
115

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

Portions of RGB colors in percentages

R + G + B = 89 + 127 + 115 = 331 (100%)
R 89 of 331 ~ 26.89%
G 127 of 331 ~ 38.37%
B 115 of 331 ~ 34.74'%

%26.89
%38.37
%34.74

CMYK color model

#597F73 color CMYK value is (30,0,9,50).

  • cyan value is 29.92%
  • magenta value is 0.00%
  • yellow value is 9.45%
  • key color value is 50.20%

CMYK: (30,0,9,50)
C30M0Y9K50 (30%, 0%, 9%, 50%)
(0.30 / 0.00 / 0.09 / 0.50)

CMYK percentages

%29.92
%0
%9.45
%50.2

Codes

Color #597F73 in popluar color models

59 7F 73
RGB 89 127 115
HSL 161° 17.59% 42.35%
HSB/HSV 161° 29.92% 49.80%
CMYK 29.92% 0.00% 9.45%
50.20%

Color #597F73 in popluar number systems.

HEX 59 7F 73
Decimal 89 127 115
Binary 1011001 1111111 1110011
Octal 131 177 163

Shades and tints

Shades of #597F73

#597F73
(89,127,115)
#517469
(81,116,105)
#49695F
(73,105,95)
#415E55
(65,94,85)
#39534B
(57,83,75)
#314841
(49,72,65)
#293D37
(41,61,55)
#21322D
(33,50,45)
#192723
(25,39,35)
#111C19
(17,28,25)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #597F73

#597F73
(89,127,115)
#688A7F
(104,138,127)
#77958B
(119,149,139)
#86A097
(134,160,151)
#95ABA3
(149,171,163)
#A4B6AF
(164,182,175)
#B3C1BB
(179,193,187)
#C2CCC7
(194,204,199)
#D1D7D3
(209,215,211)
#E0E2DF
(224,226,223)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597F73; }

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

This text font color is #597F73.

Background Color

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

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

This div background color is #597F73.

Border color

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

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

This div border color is #597F73.

Opacity

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

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

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

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

This text has shadow with #597F73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #597F73.

Preview

Color preview on black background

This text has color #597F73 on black background.


Color preview on white background

This text has color #597F73 on white background.


Black color preview on #597F73 background

This text has black color on #597F73 background.


White color preview on #597F73 background

This text has white color on #597F73 background.


Related colors

Complementary color

Complementary color for #hex is #A6808C.


I love getcolorcode.com

Triadic colors

1 #73597F and #7F7359 with #597F73 are triadic colors.

2 #737F59 and #7F5973 with #597F73 are triadic colors.