COLOR #59666F

HEX: #59666F
RGB: (89,102,111)

Color info

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

RGB color model

#59666F color RGB value is (89,102,111).

  • red value is 89;
  • green value is 102;
  • blue value is 111.
RGB:
(89,102,111)
(35%,40%,44%)

RGB channels and saturation

R 89 of 255 = 35%
G 102 of 255 = 40%
B 111 of 255 = 44%

89
102
111

R + G + B ~ 40%. #59666F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 102 + 111 = 302 (100%)
R 89 of 302 ~ 29.47%
G 102 of 302 ~ 33.77%
B 111 of 302 ~ 36.75%

%29.47
%33.77
%36.75

CMYK color model

#59666F color CMYK value is (20,8,0,56).

  • cyan value is 19.82%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(20,8,0,56)
C20M8Y0K56 
(20%,8%,0%,56%)
(0.20/0.08/0.00/0.56)	

CMYK percentages

%19.82
%8.11
%0
%56.47

Codes

Color #59666F in popluar color models

59666F
RGB89102111
HSL205°11.00%39.22%
HSB/HSV205°19.82%43.53%
CMYK19.82%8.11%0.00%
56.47%

Color #59666F in popluar number systems.

HEX59666F
Decimal89102111
Binary101100111001101101111
Octal131146157

Shades and tints

Shades of #59666F

#59666F
(89,102,111)
#515D65
(81,93,101)
#49545B
(73,84,91)
#414B51
(65,75,81)
#394247
(57,66,71)
#31393D
(49,57,61)
#293033
(41,48,51)
#212729
(33,39,41)
#191E1F
(25,30,31)
#111515
(17,21,21)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #59666F

#59666F
(89,102,111)
#68737C
(104,115,124)
#778089
(119,128,137)
#868D96
(134,141,150)
#959AA3
(149,154,163)
#A4A7B0
(164,167,176)
#B3B4BD
(179,180,189)
#C2C1CA
(194,193,202)
#D1CED7
(209,206,215)
#E0DBE4
(224,219,228)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59666F; }

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

This text font color is #59666F.


Background Color

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

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

This div background color is #59666F.


Border color

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

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

This div border color is #59666F.


Opacity

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

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

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

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

This text has shadow with #59666F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59666F on black background.


Color preview on white background

This text has color #59666F on white background.



Black color preview on #59666F background

This text has black color on #59666F background.


White color preview on #59666F background

This text has white color on #59666F background.