COLOR #596076

HEX: #596076
RGB: (89,96,118)

Color info

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

RGB color model

#596076 color RGB value is (89,96,118).

  • red value is 89;
  • green value is 96;
  • blue value is 118.
RGB:
(89,96,118)
(35%,38%,46%)

RGB channels and saturation

R 89 of 255 = 35%
G 96 of 255 = 38%
B 118 of 255 = 46%

89
96
118

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

Portions of RGB colors in percentages

R + G + B =
89 + 96 + 118 = 303 (100%)
R 89 of 303 ~ 29.37%
G 96 of 303 ~ 31.68%
B 118 of 303 ~ 38.94%

%29.37
%31.68
%38.94

CMYK color model

#596076 color CMYK value is (25,19,0,54).

  • cyan value is 24.58%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(25,19,0,54)
C25M19Y0K54 
(25%,19%,0%,54%)
(0.25/0.19/0.00/0.54)	

CMYK percentages

%24.58
%18.64
%0
%53.73

Codes

Color #596076 in popluar color models

596076
RGB8996118
HSL226°14.01%40.59%
HSB/HSV226°24.58%46.27%
CMYK24.58%18.64%0.00%
53.73%

Color #596076 in popluar number systems.

HEX596076
Decimal8996118
Binary101100111000001110110
Octal131140166

Shades and tints

Shades of #596076

#596076
(89,96,118)
#51586C
(81,88,108)
#495062
(73,80,98)
#414858
(65,72,88)
#39404E
(57,64,78)
#313844
(49,56,68)
#29303A
(41,48,58)
#212830
(33,40,48)
#192026
(25,32,38)
#11181C
(17,24,28)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #596076

#596076
(89,96,118)
#686E82
(104,110,130)
#777C8E
(119,124,142)
#868A9A
(134,138,154)
#9598A6
(149,152,166)
#A4A6B2
(164,166,178)
#B3B4BE
(179,180,190)
#C2C2CA
(194,194,202)
#D1D0D6
(209,208,214)
#E0DEE2
(224,222,226)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596076 color. Also use rgb(89,96,118) instead hex code.

Text Font Color

.myTextColor { color: #596076; }

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

This text font color is #596076.


Background Color

.myBgColor { background-color: #596076; }

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

This div background color is #596076.


Border color

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

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

This div border color is #596076.


Opacity

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

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

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

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

This text has shadow with #596076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596076 on black background.


Color preview on white background

This text has color #596076 on white background.



Black color preview on #596076 background

This text has black color on #596076 background.


White color preview on #596076 background

This text has white color on #596076 background.