COLOR #596E77

HEX: #596E77
RGB: (89,110,119)

Color info

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

RGB color model

#596E77 color RGB value is (89,110,119).

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

RGB channels and saturation

R 89 of 255 = 35%
G 110 of 255 = 43%
B 119 of 255 = 47%

89
110
119

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

Portions of RGB colors in percentages

R + G + B =
89 + 110 + 119 = 318 (100%)
R 89 of 318 ~ 27.99%
G 110 of 318 ~ 34.59%
B 119 of 318 ~ 37.42%

%27.99
%34.59
%37.42

CMYK color model

#596E77 color CMYK value is (25,8,0,53).

  • cyan value is 25.21%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(25,8,0,53)
C25M8Y0K53 
(25%,8%,0%,53%)
(0.25/0.08/0.00/0.53)	

CMYK percentages

%25.21
%7.56
%0
%53.33

Codes

Color #596E77 in popluar color models

596E77
RGB89110119
HSL198°14.42%40.78%
HSB/HSV198°25.21%46.67%
CMYK25.21%7.56%0.00%
53.33%

Color #596E77 in popluar number systems.

HEX596E77
Decimal89110119
Binary101100111011101110111
Octal131156167

Shades and tints

Shades of #596E77

#596E77
(89,110,119)
#51646D
(81,100,109)
#495A63
(73,90,99)
#415059
(65,80,89)
#39464F
(57,70,79)
#313C45
(49,60,69)
#29323B
(41,50,59)
#212831
(33,40,49)
#191E27
(25,30,39)
#11141D
(17,20,29)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #596E77

#596E77
(89,110,119)
#687B83
(104,123,131)
#77888F
(119,136,143)
#86959B
(134,149,155)
#95A2A7
(149,162,167)
#A4AFB3
(164,175,179)
#B3BCBF
(179,188,191)
#C2C9CB
(194,201,203)
#D1D6D7
(209,214,215)
#E0E3E3
(224,227,227)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596E77; }

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

This text font color is #596E77.


Background Color

.myBgColor { background-color: #596E77; }

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

This div background color is #596E77.


Border color

.myBorderColor { border: 1px solid #596E77; }

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

This div border color is #596E77.


Opacity

.myOpacity80 { color: #596E77; opacity: 0.8; }

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

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

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

This text has shadow with #596E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596E77 on black background.


Color preview on white background

This text has color #596E77 on white background.



Black color preview on #596E77 background

This text has black color on #596E77 background.


White color preview on #596E77 background

This text has white color on #596E77 background.