COLOR #59606F

HEX: #59606F RGB: (89,96,111)

Color info

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

RGB color model

#59606F color RGB value is (89,96,111).

RGB: (89,96,111) (35%, 38%, 44%)

RGB channels and saturation

R 89 of 255 = 35%
G 96 of 255 = 38%
B 111 of 255 = 44%

89
96
111

R + G + B ~ 39%. #59606F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 96 + 111 = 296 (100%)
R 89 of 296 ~ 30.07%
G 96 of 296 ~ 32.43%
B 111 of 296 ~ 37.5'%

%30.07
%32.43
%37.5

CMYK color model

#59606F color CMYK value is (20,14,0,56).

  • cyan value is 19.82%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (20,14,0,56)
C20M14Y0K56 (20%, 14%, 0%, 56%)
(0.20 / 0.14 / 0.00 / 0.56)

CMYK percentages

%19.82
%13.51
%0
%56.47

Codes

Color #59606F in popluar color models

59 60 6F
RGB 89 96 111
HSL 221° 11.00% 39.22%
HSB/HSV 221° 19.82% 43.53%
CMYK 19.82% 13.51% 0.00%
56.47%

Color #59606F in popluar number systems.

HEX 59 60 6F
Decimal 89 96 111
Binary 1011001 1100000 1101111
Octal 131 140 157

Shades and tints

Shades of #59606F

#59606F
(89,96,111)
#515865
(81,88,101)
#49505B
(73,80,91)
#414851
(65,72,81)
#394047
(57,64,71)
#31383D
(49,56,61)
#293033
(41,48,51)
#212829
(33,40,41)
#19201F
(25,32,31)
#111815
(17,24,21)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #59606F

#59606F
(89,96,111)
#686E7C
(104,110,124)
#777C89
(119,124,137)
#868A96
(134,138,150)
#9598A3
(149,152,163)
#A4A6B0
(164,166,176)
#B3B4BD
(179,180,189)
#C2C2CA
(194,194,202)
#D1D0D7
(209,208,215)
#E0DEE4
(224,222,228)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59606F; }

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

This text font color is #59606F.

Background Color

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

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

This div background color is #59606F.

Border color

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

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

This div border color is #59606F.

Opacity

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

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

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

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

This text has shadow with #59606F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59606F.

Preview

Color preview on black background

This text has color #59606F on black background.


Color preview on white background

This text has color #59606F on white background.


Black color preview on #59606F background

This text has black color on #59606F background.


White color preview on #59606F background

This text has white color on #59606F background.


Related colors

Complementary color

Complementary color for #hex is #A69F90.


I love getcolorcode.com

Triadic colors

1 #6F5960 and #606F59 with #59606F are triadic colors.

2 #6F6059 and #60596F with #59606F are triadic colors.