COLOR #596370

HEX: #596370
RGB: (89,99,112)

Color info

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

RGB color model

#596370 color RGB value is (89,99,112).

  • red value is 89;
  • green value is 99;
  • blue value is 112.
RGB:
(89,99,112)
(35%,39%,44%)

RGB channels and saturation

R 89 of 255 = 35%
G 99 of 255 = 39%
B 112 of 255 = 44%

89
99
112

R + G + B ~ 39%. #596370 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 99 + 112 = 300 (100%)
R 89 of 300 ~ 29.67%
G 99 of 300 ~ 33%
B 112 of 300 ~ 37.33%

%29.67
%33
%37.33

CMYK color model

#596370 color CMYK value is (21,12,0,56).

  • cyan value is 20.54%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(21,12,0,56)
C21M12Y0K56 
(21%,12%,0%,56%)
(0.21/0.12/0.00/0.56)	

CMYK percentages

%20.54
%11.61
%0
%56.08

Codes

Color #596370 in popluar color models

596370
RGB8999112
HSL214°11.44%39.41%
HSB/HSV214°20.54%43.92%
CMYK20.54%11.61%0.00%
56.08%

Color #596370 in popluar number systems.

HEX596370
Decimal8999112
Binary101100111000111110000
Octal131143160

Shades and tints

Shades of #596370

#596370
(89,99,112)
#515A66
(81,90,102)
#49515C
(73,81,92)
#414852
(65,72,82)
#393F48
(57,63,72)
#31363E
(49,54,62)
#292D34
(41,45,52)
#21242A
(33,36,42)
#191B20
(25,27,32)
#111216
(17,18,22)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #596370

#596370
(89,99,112)
#68717D
(104,113,125)
#777F8A
(119,127,138)
#868D97
(134,141,151)
#959BA4
(149,155,164)
#A4A9B1
(164,169,177)
#B3B7BE
(179,183,190)
#C2C5CB
(194,197,203)
#D1D3D8
(209,211,216)
#E0E1E5
(224,225,229)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596370 color. Also use rgb(89,99,112) instead hex code.

Text Font Color

.myTextColor { color: #596370; }

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

This text font color is #596370.


Background Color

.myBgColor { background-color: #596370; }

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

This div background color is #596370.


Border color

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

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

This div border color is #596370.


Opacity

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

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

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

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

This text has shadow with #596370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596370 on black background.


Color preview on white background

This text has color #596370 on white background.



Black color preview on #596370 background

This text has black color on #596370 background.


White color preview on #596370 background

This text has white color on #596370 background.