COLOR #596977

HEX: #596977
RGB: (89,105,119)

Color info

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

RGB color model

#596977 color RGB value is (89,105,119).

  • red value is 89;
  • green value is 105;
  • blue value is 119.
RGB:
(89,105,119)
(35%,41%,47%)

RGB channels and saturation

R 89 of 255 = 35%
G 105 of 255 = 41%
B 119 of 255 = 47%

89
105
119

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

Portions of RGB colors in percentages

R + G + B =
89 + 105 + 119 = 313 (100%)
R 89 of 313 ~ 28.43%
G 105 of 313 ~ 33.55%
B 119 of 313 ~ 38.02%

%28.43
%33.55
%38.02

CMYK color model

#596977 color CMYK value is (25,12,0,53).

  • cyan value is 25.21%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(25,12,0,53)
C25M12Y0K53 
(25%,12%,0%,53%)
(0.25/0.12/0.00/0.53)	

CMYK percentages

%25.21
%11.76
%0
%53.33

Codes

Color #596977 in popluar color models

596977
RGB89105119
HSL208°14.42%40.78%
HSB/HSV208°25.21%46.67%
CMYK25.21%11.76%0.00%
53.33%

Color #596977 in popluar number systems.

HEX596977
Decimal89105119
Binary101100111010011110111
Octal131151167

Shades and tints

Shades of #596977

#596977
(89,105,119)
#51606D
(81,96,109)
#495763
(73,87,99)
#414E59
(65,78,89)
#39454F
(57,69,79)
#313C45
(49,60,69)
#29333B
(41,51,59)
#212A31
(33,42,49)
#192127
(25,33,39)
#11181D
(17,24,29)
#090F13
(9,15,19)
#000000
(0,0,0)

Tints of #596977

#596977
(89,105,119)
#687683
(104,118,131)
#77838F
(119,131,143)
#86909B
(134,144,155)
#959DA7
(149,157,167)
#A4AAB3
(164,170,179)
#B3B7BF
(179,183,191)
#C2C4CB
(194,196,203)
#D1D1D7
(209,209,215)
#E0DEE3
(224,222,227)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596977 color. Also use rgb(89,105,119) instead hex code.

Text Font Color

.myTextColor { color: #596977; }

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

This text font color is #596977.


Background Color

.myBgColor { background-color: #596977; }

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

This div background color is #596977.


Border color

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

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

This div border color is #596977.


Opacity

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

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

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

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

This text has shadow with #596977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596977 on black background.


Color preview on white background

This text has color #596977 on white background.



Black color preview on #596977 background

This text has black color on #596977 background.


White color preview on #596977 background

This text has white color on #596977 background.