COLOR #596666

HEX: #596666 RGB: (89,102,102)

Color info

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

RGB color model

#596666 color RGB value is (89,102,102).

RGB: (89,102,102) (35%, 40%, 40%)

RGB channels and saturation

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

89
102
102

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

Portions of RGB colors in percentages

R + G + B = 89 + 102 + 102 = 293 (100%)
R 89 of 293 ~ 30.38%
G 102 of 293 ~ 34.81%
B 102 of 293 ~ 34.81'%

%30.38
%34.81
%34.81

CMYK color model

#596666 color CMYK value is (13,0,0,60).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (13,0,0,60)
C13M0Y0K60 (13%, 0%, 0%, 60%)
(0.13 / 0.00 / 0.00 / 0.60)

CMYK percentages

%12.75
%0
%0
%60

Codes

Color #596666 in popluar color models

59 66 66
RGB 89 102 102
HSL 180° 6.81% 37.45%
HSB/HSV 180° 12.75% 40.00%
CMYK 12.75% 0.00% 0.00%
60.00%

Color #596666 in popluar number systems.

HEX 59 66 66
Decimal 89 102 102
Binary 1011001 1100110 1100110
Octal 131 146 146

Shades and tints

Shades of #596666

#596666
(89,102,102)
#515D5D
(81,93,93)
#495454
(73,84,84)
#414B4B
(65,75,75)
#394242
(57,66,66)
#313939
(49,57,57)
#293030
(41,48,48)
#212727
(33,39,39)
#191E1E
(25,30,30)
#111515
(17,21,21)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #596666

#596666
(89,102,102)
#687373
(104,115,115)
#778080
(119,128,128)
#868D8D
(134,141,141)
#959A9A
(149,154,154)
#A4A7A7
(164,167,167)
#B3B4B4
(179,180,180)
#C2C1C1
(194,193,193)
#D1CECE
(209,206,206)
#E0DBDB
(224,219,219)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596666; }

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

This text font color is #596666.

Background Color

.myBgColor { background-color: #596666; }

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

This div background color is #596666.

Border color

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

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

This div border color is #596666.

Opacity

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

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

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

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

This text has shadow with #596666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596666.

Preview

Color preview on black background

This text has color #596666 on black background.


Color preview on white background

This text has color #596666 on white background.


Black color preview on #596666 background

This text has black color on #596666 background.


White color preview on #596666 background

This text has white color on #596666 background.


Related colors

Complementary color

Complementary color for #hex is #A69999.


I love getcolorcode.com