COLOR #596060

HEX: #596060 RGB: (89,96,96)

Color info

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

RGB color model

#596060 color RGB value is (89,96,96).

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

RGB channels and saturation

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

89
96
96

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

Portions of RGB colors in percentages

R + G + B = 89 + 96 + 96 = 281 (100%)
R 89 of 281 ~ 31.67%
G 96 of 281 ~ 34.16%
B 96 of 281 ~ 34.16'%

%31.67
%34.16
%34.16

CMYK color model

#596060 color CMYK value is (7,0,0,62).

  • cyan value is 7.29%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (7,0,0,62)
C7M0Y0K62 (7%, 0%, 0%, 62%)
(0.07 / 0.00 / 0.00 / 0.62)

CMYK percentages

%7.29
%0
%0
%62.35

Codes

Color #596060 in popluar color models

59 60 60
RGB 89 96 96
HSL 180° 3.78% 36.27%
HSB/HSV 180° 7.29% 37.65%
CMYK 7.29% 0.00% 0.00%
62.35%

Color #596060 in popluar number systems.

HEX 59 60 60
Decimal 89 96 96
Binary 1011001 1100000 1100000
Octal 131 140 140

Shades and tints

Shades of #596060

#596060
(89,96,96)
#515858
(81,88,88)
#495050
(73,80,80)
#414848
(65,72,72)
#394040
(57,64,64)
#313838
(49,56,56)
#293030
(41,48,48)
#212828
(33,40,40)
#192020
(25,32,32)
#111818
(17,24,24)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #596060

#596060
(89,96,96)
#686E6E
(104,110,110)
#777C7C
(119,124,124)
#868A8A
(134,138,138)
#959898
(149,152,152)
#A4A6A6
(164,166,166)
#B3B4B4
(179,180,180)
#C2C2C2
(194,194,194)
#D1D0D0
(209,208,208)
#E0DEDE
(224,222,222)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596060; }

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

This text font color is #596060.

Background Color

.myBgColor { background-color: #596060; }

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

This div background color is #596060.

Border color

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

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

This div border color is #596060.

Opacity

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

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

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

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

This text has shadow with #596060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596060.

Preview

Color preview on black background

This text has color #596060 on black background.


Color preview on white background

This text has color #596060 on white background.


Black color preview on #596060 background

This text has black color on #596060 background.


White color preview on #596060 background

This text has white color on #596060 background.


Related colors

Complementary color

Complementary color for #hex is #A69F9F.


I love getcolorcode.com