COLOR #596471

HEX: #596471
RGB: (89,100,113)

Color info

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

RGB color model

#596471 color RGB value is (89,100,113).

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

RGB channels and saturation

R 89 of 255 = 35%
G 100 of 255 = 39%
B 113 of 255 = 44%

89
100
113

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

Portions of RGB colors in percentages

R + G + B =
89 + 100 + 113 = 302 (100%)
R 89 of 302 ~ 29.47%
G 100 of 302 ~ 33.11%
B 113 of 302 ~ 37.42%

%29.47
%33.11
%37.42

CMYK color model

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

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

CMYK percentages

%21.24
%11.5
%0
%55.69

Codes

Color #596471 in popluar color models

596471
RGB89100113
HSL213°11.88%39.61%
HSB/HSV213°21.24%44.31%
CMYK21.24%11.50%0.00%
55.69%

Color #596471 in popluar number systems.

HEX596471
Decimal89100113
Binary101100111001001110001
Octal131144161

Shades and tints

Shades of #596471

#596471
(89,100,113)
#515B67
(81,91,103)
#49525D
(73,82,93)
#414953
(65,73,83)
#394049
(57,64,73)
#31373F
(49,55,63)
#292E35
(41,46,53)
#21252B
(33,37,43)
#191C21
(25,28,33)
#111317
(17,19,23)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #596471

#596471
(89,100,113)
#68727D
(104,114,125)
#778089
(119,128,137)
#868E95
(134,142,149)
#959CA1
(149,156,161)
#A4AAAD
(164,170,173)
#B3B8B9
(179,184,185)
#C2C6C5
(194,198,197)
#D1D4D1
(209,212,209)
#E0E2DD
(224,226,221)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596471; }

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

This text font color is #596471.


Background Color

.myBgColor { background-color: #596471; }

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

This div background color is #596471.


Border color

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

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

This div border color is #596471.


Opacity

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

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

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

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

This text has shadow with #596471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596471 on black background.


Color preview on white background

This text has color #596471 on white background.



Black color preview on #596471 background

This text has black color on #596471 background.


White color preview on #596471 background

This text has white color on #596471 background.