COLOR #596572

HEX: #596572
RGB: (89,101,114)

Color info

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

RGB color model

#596572 color RGB value is (89,101,114).

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

RGB channels and saturation

R 89 of 255 = 35%
G 101 of 255 = 40%
B 114 of 255 = 45%

89
101
114

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

Portions of RGB colors in percentages

R + G + B =
89 + 101 + 114 = 304 (100%)
R 89 of 304 ~ 29.28%
G 101 of 304 ~ 33.22%
B 114 of 304 ~ 37.5%

%29.28
%33.22
%37.5

CMYK color model

#596572 color CMYK value is (22,11,0,55).

  • cyan value is 21.93%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(22,11,0,55)
C22M11Y0K55 
(22%,11%,0%,55%)
(0.22/0.11/0.00/0.55)	

CMYK percentages

%21.93
%11.4
%0
%55.29

Codes

Color #596572 in popluar color models

596572
RGB89101114
HSL211°12.32%39.80%
HSB/HSV211°21.93%44.71%
CMYK21.93%11.40%0.00%
55.29%

Color #596572 in popluar number systems.

HEX596572
Decimal89101114
Binary101100111001011110010
Octal131145162

Shades and tints

Shades of #596572

#596572
(89,101,114)
#515C68
(81,92,104)
#49535E
(73,83,94)
#414A54
(65,74,84)
#39414A
(57,65,74)
#313840
(49,56,64)
#292F36
(41,47,54)
#21262C
(33,38,44)
#191D22
(25,29,34)
#111418
(17,20,24)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #596572

#596572
(89,101,114)
#68737E
(104,115,126)
#77818A
(119,129,138)
#868F96
(134,143,150)
#959DA2
(149,157,162)
#A4ABAE
(164,171,174)
#B3B9BA
(179,185,186)
#C2C7C6
(194,199,198)
#D1D5D2
(209,213,210)
#E0E3DE
(224,227,222)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596572; }

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

This text font color is #596572.


Background Color

.myBgColor { background-color: #596572; }

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

This div background color is #596572.


Border color

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

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

This div border color is #596572.


Opacity

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

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

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

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

This text has shadow with #596572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596572 on black background.


Color preview on white background

This text has color #596572 on white background.



Black color preview on #596572 background

This text has black color on #596572 background.


White color preview on #596572 background

This text has white color on #596572 background.