COLOR #596C6C

HEX: #596C6C
RGB: (89,108,108)

Color info

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

RGB color model

#596C6C color RGB value is (89,108,108).

  • red value is 89;
  • green value is 108;
  • blue value is 108.
RGB:
(89,108,108)
(35%,42%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 108 of 255 = 42%
B 108 of 255 = 42%

89
108
108

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

Portions of RGB colors in percentages

R + G + B =
89 + 108 + 108 = 305 (100%)
R 89 of 305 ~ 29.18%
G 108 of 305 ~ 35.41%
B 108 of 305 ~ 35.41%

%29.18
%35.41
%35.41

CMYK color model

#596C6C color CMYK value is (18,0,0,58).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(18,0,0,58)
C18M0Y0K58 
(18%,0%,0%,58%)
(0.18/0.00/0.00/0.58)	

CMYK percentages

%17.59
%0
%0
%57.65

Codes

Color #596C6C in popluar color models

596C6C
RGB89108108
HSL180°9.64%38.63%
HSB/HSV180°17.59%42.35%
CMYK17.59%0.00%0.00%
57.65%

Color #596C6C in popluar number systems.

HEX596C6C
Decimal89108108
Binary101100111011001101100
Octal131154154

Shades and tints

Shades of #596C6C

#596C6C
(89,108,108)
#516363
(81,99,99)
#495A5A
(73,90,90)
#415151
(65,81,81)
#394848
(57,72,72)
#313F3F
(49,63,63)
#293636
(41,54,54)
#212D2D
(33,45,45)
#192424
(25,36,36)
#111B1B
(17,27,27)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #596C6C

#596C6C
(89,108,108)
#687979
(104,121,121)
#778686
(119,134,134)
#869393
(134,147,147)
#95A0A0
(149,160,160)
#A4ADAD
(164,173,173)
#B3BABA
(179,186,186)
#C2C7C7
(194,199,199)
#D1D4D4
(209,212,212)
#E0E1E1
(224,225,225)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596C6C; }

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

This text font color is #596C6C.


Background Color

.myBgColor { background-color: #596C6C; }

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

This div background color is #596C6C.


Border color

.myBorderColor { border: 1px solid #596C6C; }

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

This div border color is #596C6C.


Opacity

.myOpacity80 { color: #596C6C; opacity: 0.8; }

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

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

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

This text has shadow with #596C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596C6C on black background.


Color preview on white background

This text has color #596C6C on white background.



Black color preview on #596C6C background

This text has black color on #596C6C background.


White color preview on #596C6C background

This text has white color on #596C6C background.