COLOR #596381

HEX: #596381
RGB: (89,99,129)

Color info

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

RGB color model

#596381 color RGB value is (89,99,129).

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

RGB channels and saturation

R 89 of 255 = 35%
G 99 of 255 = 39%
B 129 of 255 = 51%

89
99
129

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

Portions of RGB colors in percentages

R + G + B =
89 + 99 + 129 = 317 (100%)
R 89 of 317 ~ 28.08%
G 99 of 317 ~ 31.23%
B 129 of 317 ~ 40.69%

%28.08
%31.23
%40.69

CMYK color model

#596381 color CMYK value is (31,23,0,49).

  • cyan value is 31.01%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(31,23,0,49)
C31M23Y0K49 
(31%,23%,0%,49%)
(0.31/0.23/0.00/0.49)	

CMYK percentages

%31.01
%23.26
%0
%49.41

Codes

Color #596381 in popluar color models

596381
RGB8999129
HSL225°18.35%42.75%
HSB/HSV225°31.01%50.59%
CMYK31.01%23.26%0.00%
49.41%

Color #596381 in popluar number systems.

HEX596381
Decimal8999129
Binary1011001110001110000001
Octal131143201

Shades and tints

Shades of #596381

#596381
(89,99,129)
#515A76
(81,90,118)
#49516B
(73,81,107)
#414860
(65,72,96)
#393F55
(57,63,85)
#31364A
(49,54,74)
#292D3F
(41,45,63)
#212434
(33,36,52)
#191B29
(25,27,41)
#11121E
(17,18,30)
#090913
(9,9,19)
#000000
(0,0,0)

Tints of #596381

#596381
(89,99,129)
#68718C
(104,113,140)
#777F97
(119,127,151)
#868DA2
(134,141,162)
#959BAD
(149,155,173)
#A4A9B8
(164,169,184)
#B3B7C3
(179,183,195)
#C2C5CE
(194,197,206)
#D1D3D9
(209,211,217)
#E0E1E4
(224,225,228)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596381; }

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

This text font color is #596381.


Background Color

.myBgColor { background-color: #596381; }

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

This div background color is #596381.


Border color

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

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

This div border color is #596381.


Opacity

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

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

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

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

This text has shadow with #596381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596381 on black background.


Color preview on white background

This text has color #596381 on white background.



Black color preview on #596381 background

This text has black color on #596381 background.


White color preview on #596381 background

This text has white color on #596381 background.