COLOR #596373

HEX: #596373
RGB: (89,99,115)

Color info

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

RGB color model

#596373 color RGB value is (89,99,115).

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

RGB channels and saturation

R 89 of 255 = 35%
G 99 of 255 = 39%
B 115 of 255 = 45%

89
99
115

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

Portions of RGB colors in percentages

R + G + B =
89 + 99 + 115 = 303 (100%)
R 89 of 303 ~ 29.37%
G 99 of 303 ~ 32.67%
B 115 of 303 ~ 37.95%

%29.37
%32.67
%37.95

CMYK color model

#596373 color CMYK value is (23,14,0,55).

  • cyan value is 22.61%
  • magenta value is 13.91%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(23,14,0,55)
C23M14Y0K55 
(23%,14%,0%,55%)
(0.23/0.14/0.00/0.55)	

CMYK percentages

%22.61
%13.91
%0
%54.9

Codes

Color #596373 in popluar color models

596373
RGB8999115
HSL217°12.75%40.00%
HSB/HSV217°22.61%45.10%
CMYK22.61%13.91%0.00%
54.90%

Color #596373 in popluar number systems.

HEX596373
Decimal8999115
Binary101100111000111110011
Octal131143163

Shades and tints

Shades of #596373

#596373
(89,99,115)
#515A69
(81,90,105)
#49515F
(73,81,95)
#414855
(65,72,85)
#393F4B
(57,63,75)
#313641
(49,54,65)
#292D37
(41,45,55)
#21242D
(33,36,45)
#191B23
(25,27,35)
#111219
(17,18,25)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #596373

#596373
(89,99,115)
#68717F
(104,113,127)
#777F8B
(119,127,139)
#868D97
(134,141,151)
#959BA3
(149,155,163)
#A4A9AF
(164,169,175)
#B3B7BB
(179,183,187)
#C2C5C7
(194,197,199)
#D1D3D3
(209,211,211)
#E0E1DF
(224,225,223)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596373; }

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

This text font color is #596373.


Background Color

.myBgColor { background-color: #596373; }

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

This div background color is #596373.


Border color

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

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

This div border color is #596373.


Opacity

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

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

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

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

This text has shadow with #596373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596373 on black background.


Color preview on white background

This text has color #596373 on white background.



Black color preview on #596373 background

This text has black color on #596373 background.


White color preview on #596373 background

This text has white color on #596373 background.