COLOR #59605F

HEX: #59605F
RGB: (89,96,95)

Color info

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

RGB color model

#59605F color RGB value is (89,96,95).

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

RGB channels and saturation

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

89
96
95

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

Portions of RGB colors in percentages

R + G + B =
89 + 96 + 95 = 280 (100%)
R 89 of 280 ~ 31.79%
G 96 of 280 ~ 34.29%
B 95 of 280 ~ 33.93%

%31.79
%34.29
%33.93

CMYK color model

#59605F color CMYK value is (7,0,1,62).

  • cyan value is 7.29%
  • magenta value is 0.00%
  • yellow value is 1.04%
  • key color value is 62.35%
CMYK:
(7,0,1,62)
C7M0Y1K62 
(7%,0%,1%,62%)
(0.07/0.00/0.01/0.62)	

CMYK percentages

%7.29
%0
%1.04
%62.35

Codes

Color #59605F in popluar color models

59605F
RGB899695
HSL171°3.78%36.27%
HSB/HSV171°7.29%37.65%
CMYK7.29%0.00%1.04%
62.35%

Color #59605F in popluar number systems.

HEX59605F
Decimal899695
Binary101100111000001011111
Octal131140137

Shades and tints

Shades of #59605F

#59605F
(89,96,95)
#515857
(81,88,87)
#49504F
(73,80,79)
#414847
(65,72,71)
#39403F
(57,64,63)
#313837
(49,56,55)
#29302F
(41,48,47)
#212827
(33,40,39)
#19201F
(25,32,31)
#111817
(17,24,23)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #59605F

#59605F
(89,96,95)
#686E6D
(104,110,109)
#777C7B
(119,124,123)
#868A89
(134,138,137)
#959897
(149,152,151)
#A4A6A5
(164,166,165)
#B3B4B3
(179,180,179)
#C2C2C1
(194,194,193)
#D1D0CF
(209,208,207)
#E0DEDD
(224,222,221)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59605F; }

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

This text font color is #59605F.


Background Color

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

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

This div background color is #59605F.


Border color

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

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

This div border color is #59605F.


Opacity

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

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

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

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

This text has shadow with #59605F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59605F on black background.


Color preview on white background

This text has color #59605F on white background.



Black color preview on #59605F background

This text has black color on #59605F background.


White color preview on #59605F background

This text has white color on #59605F background.