COLOR #596B76

HEX: #596B76
RGB: (89,107,118)

Color info

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

RGB color model

#596B76 color RGB value is (89,107,118).

  • red value is 89;
  • green value is 107;
  • blue value is 118.
RGB:
(89,107,118)
(35%,42%,46%)

RGB channels and saturation

R 89 of 255 = 35%
G 107 of 255 = 42%
B 118 of 255 = 46%

89
107
118

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

Portions of RGB colors in percentages

R + G + B =
89 + 107 + 118 = 314 (100%)
R 89 of 314 ~ 28.34%
G 107 of 314 ~ 34.08%
B 118 of 314 ~ 37.58%

%28.34
%34.08
%37.58

CMYK color model

#596B76 color CMYK value is (25,9,0,54).

  • cyan value is 24.58%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(25,9,0,54)
C25M9Y0K54 
(25%,9%,0%,54%)
(0.25/0.09/0.00/0.54)	

CMYK percentages

%24.58
%9.32
%0
%53.73

Codes

Color #596B76 in popluar color models

596B76
RGB89107118
HSL203°14.01%40.59%
HSB/HSV203°24.58%46.27%
CMYK24.58%9.32%0.00%
53.73%

Color #596B76 in popluar number systems.

HEX596B76
Decimal89107118
Binary101100111010111110110
Octal131153166

Shades and tints

Shades of #596B76

#596B76
(89,107,118)
#51626C
(81,98,108)
#495962
(73,89,98)
#415058
(65,80,88)
#39474E
(57,71,78)
#313E44
(49,62,68)
#29353A
(41,53,58)
#212C30
(33,44,48)
#192326
(25,35,38)
#111A1C
(17,26,28)
#091112
(9,17,18)
#000000
(0,0,0)

Tints of #596B76

#596B76
(89,107,118)
#687882
(104,120,130)
#77858E
(119,133,142)
#86929A
(134,146,154)
#959FA6
(149,159,166)
#A4ACB2
(164,172,178)
#B3B9BE
(179,185,190)
#C2C6CA
(194,198,202)
#D1D3D6
(209,211,214)
#E0E0E2
(224,224,226)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596B76 color. Also use rgb(89,107,118) instead hex code.

Text Font Color

.myTextColor { color: #596B76; }

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

This text font color is #596B76.


Background Color

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

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

This div background color is #596B76.


Border color

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

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

This div border color is #596B76.


Opacity

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

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

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

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

This text has shadow with #596B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596B76 on black background.


Color preview on white background

This text has color #596B76 on white background.



Black color preview on #596B76 background

This text has black color on #596B76 background.


White color preview on #596B76 background

This text has white color on #596B76 background.