COLOR #59605C

HEX: #59605C
RGB: (89,96,92)

Color info

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

RGB color model

#59605C color RGB value is (89,96,92).

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

RGB channels and saturation

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

89
96
92

R + G + B ~ 36%. #59605C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 96 + 92 = 277 (100%)
R 89 of 277 ~ 32.13%
G 96 of 277 ~ 34.66%
B 92 of 277 ~ 33.21%

%32.13
%34.66
%33.21

CMYK color model

#59605C color CMYK value is (7,0,4,62).

  • cyan value is 7.29%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 62.35%
CMYK:
(7,0,4,62)
C7M0Y4K62 
(7%,0%,4%,62%)
(0.07/0.00/0.04/0.62)	

CMYK percentages

%7.29
%0
%4.17
%62.35

Codes

Color #59605C in popluar color models

59605C
RGB899692
HSL146°3.78%36.27%
HSB/HSV146°7.29%37.65%
CMYK7.29%0.00%4.17%
62.35%

Color #59605C in popluar number systems.

HEX59605C
Decimal899692
Binary101100111000001011100
Octal131140134

Shades and tints

Shades of #59605C

#59605C
(89,96,92)
#515854
(81,88,84)
#49504C
(73,80,76)
#414844
(65,72,68)
#39403C
(57,64,60)
#313834
(49,56,52)
#29302C
(41,48,44)
#212824
(33,40,36)
#19201C
(25,32,28)
#111814
(17,24,20)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #59605C

#59605C
(89,96,92)
#686E6A
(104,110,106)
#777C78
(119,124,120)
#868A86
(134,138,134)
#959894
(149,152,148)
#A4A6A2
(164,166,162)
#B3B4B0
(179,180,176)
#C2C2BE
(194,194,190)
#D1D0CC
(209,208,204)
#E0DEDA
(224,222,218)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59605C; }

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

This text font color is #59605C.


Background Color

.myBgColor { background-color: #59605C; }

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

This div background color is #59605C.


Border color

.myBorderColor { border: 1px solid #59605C; }

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

This div border color is #59605C.


Opacity

.myOpacity80 { color: #59605C; opacity: 0.8; }

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

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

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

This text has shadow with #59605C color.

.textShadow {text-shadow: 3px 3px 1px #59605C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59605C on black background.


Color preview on white background

This text has color #59605C on white background.



Black color preview on #59605C background

This text has black color on #59605C background.


White color preview on #59605C background

This text has white color on #59605C background.