COLOR #596673

HEX: #596673
RGB: (89,102,115)

Color info

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

RGB color model

#596673 color RGB value is (89,102,115).

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

RGB channels and saturation

R 89 of 255 = 35%
G 102 of 255 = 40%
B 115 of 255 = 45%

89
102
115

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

Portions of RGB colors in percentages

R + G + B =
89 + 102 + 115 = 306 (100%)
R 89 of 306 ~ 29.08%
G 102 of 306 ~ 33.33%
B 115 of 306 ~ 37.58%

%29.08
%33.33
%37.58

CMYK color model

#596673 color CMYK value is (23,11,0,55).

  • cyan value is 22.61%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(23,11,0,55)
C23M11Y0K55 
(23%,11%,0%,55%)
(0.23/0.11/0.00/0.55)	

CMYK percentages

%22.61
%11.3
%0
%54.9

Codes

Color #596673 in popluar color models

596673
RGB89102115
HSL210°12.75%40.00%
HSB/HSV210°22.61%45.10%
CMYK22.61%11.30%0.00%
54.90%

Color #596673 in popluar number systems.

HEX596673
Decimal89102115
Binary101100111001101110011
Octal131146163

Shades and tints

Shades of #596673

#596673
(89,102,115)
#515D69
(81,93,105)
#49545F
(73,84,95)
#414B55
(65,75,85)
#39424B
(57,66,75)
#313941
(49,57,65)
#293037
(41,48,55)
#21272D
(33,39,45)
#191E23
(25,30,35)
#111519
(17,21,25)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #596673

#596673
(89,102,115)
#68737F
(104,115,127)
#77808B
(119,128,139)
#868D97
(134,141,151)
#959AA3
(149,154,163)
#A4A7AF
(164,167,175)
#B3B4BB
(179,180,187)
#C2C1C7
(194,193,199)
#D1CED3
(209,206,211)
#E0DBDF
(224,219,223)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596673 color. Also use rgb(89,102,115) instead hex code.

Text Font Color

.myTextColor { color: #596673; }

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

This text font color is #596673.


Background Color

.myBgColor { background-color: #596673; }

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

This div background color is #596673.


Border color

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

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

This div border color is #596673.


Opacity

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

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

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

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

This text has shadow with #596673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596673 on black background.


Color preview on white background

This text has color #596673 on white background.



Black color preview on #596673 background

This text has black color on #596673 background.


White color preview on #596673 background

This text has white color on #596673 background.