COLOR #596C5C

HEX: #596C5C
RGB: (89,108,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

89
108
92

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

Portions of RGB colors in percentages

R + G + B =
89 + 108 + 92 = 289 (100%)
R 89 of 289 ~ 30.8%
G 108 of 289 ~ 37.37%
B 92 of 289 ~ 31.83%

%30.8
%37.37
%31.83

CMYK color model

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

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

CMYK percentages

%17.59
%0
%14.81
%57.65

Codes

Color #596C5C in popluar color models

596C5C
RGB8910892
HSL129°9.64%38.63%
HSB/HSV129°17.59%42.35%
CMYK17.59%0.00%14.81%
57.65%

Color #596C5C in popluar number systems.

HEX596C5C
Decimal8910892
Binary101100111011001011100
Octal131154134

Shades and tints

Shades of #596C5C

#596C5C
(89,108,92)
#516354
(81,99,84)
#495A4C
(73,90,76)
#415144
(65,81,68)
#39483C
(57,72,60)
#313F34
(49,63,52)
#29362C
(41,54,44)
#212D24
(33,45,36)
#19241C
(25,36,28)
#111B14
(17,27,20)
#09120C
(9,18,12)
#000000
(0,0,0)

Tints of #596C5C

#596C5C
(89,108,92)
#68796A
(104,121,106)
#778678
(119,134,120)
#869386
(134,147,134)
#95A094
(149,160,148)
#A4ADA2
(164,173,162)
#B3BAB0
(179,186,176)
#C2C7BE
(194,199,190)
#D1D4CC
(209,212,204)
#E0E1DA
(224,225,218)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596C5C; }

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

This text font color is #596C5C.


Background Color

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

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

This div background color is #596C5C.


Border color

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

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

This div border color is #596C5C.


Opacity

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

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

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

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

This text has shadow with #596C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596C5C on black background.


Color preview on white background

This text has color #596C5C on white background.



Black color preview on #596C5C background

This text has black color on #596C5C background.


White color preview on #596C5C background

This text has white color on #596C5C background.