COLOR #596064

HEX: #596064 RGB: (89,96,100)

Color info

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

RGB color model

#596064 color RGB value is (89,96,100).

RGB: (89,96,100) (35%, 38%, 39%)

RGB channels and saturation

R 89 of 255 = 35%
G 96 of 255 = 38%
B 100 of 255 = 39%

89
96
100

R + G + B ~ 37%. #596064 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 96 + 100 = 285 (100%)
R 89 of 285 ~ 31.23%
G 96 of 285 ~ 33.68%
B 100 of 285 ~ 35.09'%

%31.23
%33.68
%35.09

CMYK color model

#596064 color CMYK value is (11,4,0,61).

  • cyan value is 11.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (11,4,0,61)
C11M4Y0K61 (11%, 4%, 0%, 61%)
(0.11 / 0.04 / 0.00 / 0.61)

CMYK percentages

%11
%4
%0
%60.78

Codes

Color #596064 in popluar color models

59 60 64
RGB 89 96 100
HSL 202° 5.82% 37.06%
HSB/HSV 202° 11.00% 39.22%
CMYK 11.00% 4.00% 0.00%
60.78%

Color #596064 in popluar number systems.

HEX 59 60 64
Decimal 89 96 100
Binary 1011001 1100000 1100100
Octal 131 140 144

Shades and tints

Shades of #596064

#596064
(89,96,100)
#51585B
(81,88,91)
#495052
(73,80,82)
#414849
(65,72,73)
#394040
(57,64,64)
#313837
(49,56,55)
#29302E
(41,48,46)
#212825
(33,40,37)
#19201C
(25,32,28)
#111813
(17,24,19)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #596064

#596064
(89,96,100)
#686E72
(104,110,114)
#777C80
(119,124,128)
#868A8E
(134,138,142)
#95989C
(149,152,156)
#A4A6AA
(164,166,170)
#B3B4B8
(179,180,184)
#C2C2C6
(194,194,198)
#D1D0D4
(209,208,212)
#E0DEE2
(224,222,226)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596064; }

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

This text font color is #596064.

Background Color

.myBgColor { background-color: #596064; }

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

This div background color is #596064.

Border color

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

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

This div border color is #596064.

Opacity

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

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

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

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

This text has shadow with #596064 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596064.

Preview

Color preview on black background

This text has color #596064 on black background.


Color preview on white background

This text has color #596064 on white background.


Black color preview on #596064 background

This text has black color on #596064 background.


White color preview on #596064 background

This text has white color on #596064 background.


Related colors

Complementary color

Complementary color for #hex is #A69F9B.


I love getcolorcode.com

Triadic colors

1 #645960 and #606459 with #596064 are triadic colors.

2 #646059 and #605964 with #596064 are triadic colors.