COLOR #59606C

HEX: #59606C
RGB: (89,96,108)

Color info

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

RGB color model

#59606C color RGB value is (89,96,108).

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

RGB channels and saturation

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

89
96
108

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

Portions of RGB colors in percentages

R + G + B =
89 + 96 + 108 = 293 (100%)
R 89 of 293 ~ 30.38%
G 96 of 293 ~ 32.76%
B 108 of 293 ~ 36.86%

%30.38
%32.76
%36.86

CMYK color model

#59606C color CMYK value is (18,11,0,58).

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

CMYK percentages

%17.59
%11.11
%0
%57.65

Codes

Color #59606C in popluar color models

59606C
RGB8996108
HSL218°9.64%38.63%
HSB/HSV218°17.59%42.35%
CMYK17.59%11.11%0.00%
57.65%

Color #59606C in popluar number systems.

HEX59606C
Decimal8996108
Binary101100111000001101100
Octal131140154

Shades and tints

Shades of #59606C

#59606C
(89,96,108)
#515863
(81,88,99)
#49505A
(73,80,90)
#414851
(65,72,81)
#394048
(57,64,72)
#31383F
(49,56,63)
#293036
(41,48,54)
#21282D
(33,40,45)
#192024
(25,32,36)
#11181B
(17,24,27)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #59606C

#59606C
(89,96,108)
#686E79
(104,110,121)
#777C86
(119,124,134)
#868A93
(134,138,147)
#9598A0
(149,152,160)
#A4A6AD
(164,166,173)
#B3B4BA
(179,180,186)
#C2C2C7
(194,194,199)
#D1D0D4
(209,208,212)
#E0DEE1
(224,222,225)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59606C; }

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

This text font color is #59606C.


Background Color

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

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

This div background color is #59606C.


Border color

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

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

This div border color is #59606C.


Opacity

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

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

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

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

This text has shadow with #59606C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59606C on black background.


Color preview on white background

This text has color #59606C on white background.



Black color preview on #59606C background

This text has black color on #59606C background.


White color preview on #59606C background

This text has white color on #59606C background.