COLOR #597F84

HEX: #597F84
RGB: (89,127,132)

Color info

#597F84 contains red, green and blue colors in about the same proportion. Web safe color of #597F84 is #666699 (or #669).

RGB color model

#597F84 color RGB value is (89,127,132).

  • red value is 89;
  • green value is 127;
  • blue value is 132.
RGB:
(89,127,132)
(35%,50%,52%)

RGB channels and saturation

R 89 of 255 = 35%
G 127 of 255 = 50%
B 132 of 255 = 52%

89
127
132

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

Portions of RGB colors in percentages

R + G + B =
89 + 127 + 132 = 348 (100%)
R 89 of 348 ~ 25.57%
G 127 of 348 ~ 36.49%
B 132 of 348 ~ 37.93%

%25.57
%36.49
%37.93

CMYK color model

#597F84 color CMYK value is (33,4,0,48).

  • cyan value is 32.58%
  • magenta value is 3.79%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(33,4,0,48)
C33M4Y0K48 
(33%,4%,0%,48%)
(0.33/0.04/0.00/0.48)	

CMYK percentages

%32.58
%3.79
%0
%48.24

Codes

Color #597F84 in popluar color models

597F84
RGB89127132
HSL187°19.46%43.33%
HSB/HSV187°32.58%51.76%
CMYK32.58%3.79%0.00%
48.24%

Color #597F84 in popluar number systems.

HEX597F84
Decimal89127132
Binary1011001111111110000100
Octal131177204

Shades and tints

Shades of #597F84

#597F84
(89,127,132)
#517478
(81,116,120)
#49696C
(73,105,108)
#415E60
(65,94,96)
#395354
(57,83,84)
#314848
(49,72,72)
#293D3C
(41,61,60)
#213230
(33,50,48)
#192724
(25,39,36)
#111C18
(17,28,24)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #597F84

#597F84
(89,127,132)
#688A8F
(104,138,143)
#77959A
(119,149,154)
#86A0A5
(134,160,165)
#95ABB0
(149,171,176)
#A4B6BB
(164,182,187)
#B3C1C6
(179,193,198)
#C2CCD1
(194,204,209)
#D1D7DC
(209,215,220)
#E0E2E7
(224,226,231)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597F84; }

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

This text font color is #597F84.


Background Color

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

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

This div background color is #597F84.


Border color

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

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

This div border color is #597F84.


Opacity

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

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

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

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

This text has shadow with #597F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597F84 on black background.


Color preview on white background

This text has color #597F84 on white background.



Black color preview on #597F84 background

This text has black color on #597F84 background.


White color preview on #597F84 background

This text has white color on #597F84 background.