COLOR #596472

HEX: #596472
RGB: (89,100,114)

Color info

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

RGB color model

#596472 color RGB value is (89,100,114).

  • red value is 89;
  • green value is 100;
  • blue value is 114.
RGB:
(89,100,114)
(35%,39%,45%)

RGB channels and saturation

R 89 of 255 = 35%
G 100 of 255 = 39%
B 114 of 255 = 45%

89
100
114

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

Portions of RGB colors in percentages

R + G + B =
89 + 100 + 114 = 303 (100%)
R 89 of 303 ~ 29.37%
G 100 of 303 ~ 33%
B 114 of 303 ~ 37.62%

%29.37
%33
%37.62

CMYK color model

#596472 color CMYK value is (22,12,0,55).

  • cyan value is 21.93%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(22,12,0,55)
C22M12Y0K55 
(22%,12%,0%,55%)
(0.22/0.12/0.00/0.55)	

CMYK percentages

%21.93
%12.28
%0
%55.29

Codes

Color #596472 in popluar color models

596472
RGB89100114
HSL214°12.32%39.80%
HSB/HSV214°21.93%44.71%
CMYK21.93%12.28%0.00%
55.29%

Color #596472 in popluar number systems.

HEX596472
Decimal89100114
Binary101100111001001110010
Octal131144162

Shades and tints

Shades of #596472

#596472
(89,100,114)
#515B68
(81,91,104)
#49525E
(73,82,94)
#414954
(65,73,84)
#39404A
(57,64,74)
#313740
(49,55,64)
#292E36
(41,46,54)
#21252C
(33,37,44)
#191C22
(25,28,34)
#111318
(17,19,24)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #596472

#596472
(89,100,114)
#68727E
(104,114,126)
#77808A
(119,128,138)
#868E96
(134,142,150)
#959CA2
(149,156,162)
#A4AAAE
(164,170,174)
#B3B8BA
(179,184,186)
#C2C6C6
(194,198,198)
#D1D4D2
(209,212,210)
#E0E2DE
(224,226,222)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596472 color. Also use rgb(89,100,114) instead hex code.

Text Font Color

.myTextColor { color: #596472; }

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

This text font color is #596472.


Background Color

.myBgColor { background-color: #596472; }

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

This div background color is #596472.


Border color

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

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

This div border color is #596472.


Opacity

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

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

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

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

This text has shadow with #596472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596472 on black background.


Color preview on white background

This text has color #596472 on white background.



Black color preview on #596472 background

This text has black color on #596472 background.


White color preview on #596472 background

This text has white color on #596472 background.