COLOR #596B81

HEX: #596B81
RGB: (89,107,129)

Color info

#596B81 contains red, green and blue colors in about the same proportion. Web safe color of #596B81 is #666699 (or #669).

RGB color model

#596B81 color RGB value is (89,107,129).

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

RGB channels and saturation

R 89 of 255 = 35%
G 107 of 255 = 42%
B 129 of 255 = 51%

89
107
129

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

Portions of RGB colors in percentages

R + G + B =
89 + 107 + 129 = 325 (100%)
R 89 of 325 ~ 27.38%
G 107 of 325 ~ 32.92%
B 129 of 325 ~ 39.69%

%27.38
%32.92
%39.69

CMYK color model

#596B81 color CMYK value is (31,17,0,49).

  • cyan value is 31.01%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(31,17,0,49)
C31M17Y0K49 
(31%,17%,0%,49%)
(0.31/0.17/0.00/0.49)	

CMYK percentages

%31.01
%17.05
%0
%49.41

Codes

Color #596B81 in popluar color models

596B81
RGB89107129
HSL213°18.35%42.75%
HSB/HSV213°31.01%50.59%
CMYK31.01%17.05%0.00%
49.41%

Color #596B81 in popluar number systems.

HEX596B81
Decimal89107129
Binary1011001110101110000001
Octal131153201

Shades and tints

Shades of #596B81

#596B81
(89,107,129)
#516276
(81,98,118)
#49596B
(73,89,107)
#415060
(65,80,96)
#394755
(57,71,85)
#313E4A
(49,62,74)
#29353F
(41,53,63)
#212C34
(33,44,52)
#192329
(25,35,41)
#111A1E
(17,26,30)
#091113
(9,17,19)
#000000
(0,0,0)

Tints of #596B81

#596B81
(89,107,129)
#68788C
(104,120,140)
#778597
(119,133,151)
#8692A2
(134,146,162)
#959FAD
(149,159,173)
#A4ACB8
(164,172,184)
#B3B9C3
(179,185,195)
#C2C6CE
(194,198,206)
#D1D3D9
(209,211,217)
#E0E0E4
(224,224,228)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596B81; }

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

This text font color is #596B81.


Background Color

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

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

This div background color is #596B81.


Border color

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

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

This div border color is #596B81.


Opacity

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

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

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

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

This text has shadow with #596B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596B81 on black background.


Color preview on white background

This text has color #596B81 on white background.



Black color preview on #596B81 background

This text has black color on #596B81 background.


White color preview on #596B81 background

This text has white color on #596B81 background.