COLOR #596364

HEX: #596364
RGB: (89,99,100)

Color info

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

RGB color model

#596364 color RGB value is (89,99,100).

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

RGB channels and saturation

R 89 of 255 = 35%
G 99 of 255 = 39%
B 100 of 255 = 39%

89
99
100

R + G + B ~ 38%. #596364 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 99 + 100 = 288 (100%)
R 89 of 288 ~ 30.9%
G 99 of 288 ~ 34.38%
B 100 of 288 ~ 34.72%

%30.9
%34.38
%34.72

CMYK color model

#596364 color CMYK value is (11,1,0,61).

  • cyan value is 11.00%
  • magenta value is 1.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(11,1,0,61)
C11M1Y0K61 
(11%,1%,0%,61%)
(0.11/0.01/0.00/0.61)	

CMYK percentages

%11
%1
%0
%60.78

Codes

Color #596364 in popluar color models

596364
RGB8999100
HSL185°5.82%37.06%
HSB/HSV185°11.00%39.22%
CMYK11.00%1.00%0.00%
60.78%

Color #596364 in popluar number systems.

HEX596364
Decimal8999100
Binary101100111000111100100
Octal131143144

Shades and tints

Shades of #596364

#596364
(89,99,100)
#515A5B
(81,90,91)
#495152
(73,81,82)
#414849
(65,72,73)
#393F40
(57,63,64)
#313637
(49,54,55)
#292D2E
(41,45,46)
#212425
(33,36,37)
#191B1C
(25,27,28)
#111213
(17,18,19)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #596364

#596364
(89,99,100)
#687172
(104,113,114)
#777F80
(119,127,128)
#868D8E
(134,141,142)
#959B9C
(149,155,156)
#A4A9AA
(164,169,170)
#B3B7B8
(179,183,184)
#C2C5C6
(194,197,198)
#D1D3D4
(209,211,212)
#E0E1E2
(224,225,226)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596364; }

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

This text font color is #596364.


Background Color

.myBgColor { background-color: #596364; }

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

This div background color is #596364.


Border color

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

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

This div border color is #596364.


Opacity

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

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

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

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

This text has shadow with #596364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596364 on black background.


Color preview on white background

This text has color #596364 on white background.



Black color preview on #596364 background

This text has black color on #596364 background.


White color preview on #596364 background

This text has white color on #596364 background.