COLOR #59666B

HEX: #59666B
RGB: (89,102,107)

Color info

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

RGB color model

#59666B color RGB value is (89,102,107).

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

RGB channels and saturation

R 89 of 255 = 35%
G 102 of 255 = 40%
B 107 of 255 = 42%

89
102
107

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

Portions of RGB colors in percentages

R + G + B =
89 + 102 + 107 = 298 (100%)
R 89 of 298 ~ 29.87%
G 102 of 298 ~ 34.23%
B 107 of 298 ~ 35.91%

%29.87
%34.23
%35.91

CMYK color model

#59666B color CMYK value is (17,5,0,58).

  • cyan value is 16.82%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(17,5,0,58)
C17M5Y0K58 
(17%,5%,0%,58%)
(0.17/0.05/0.00/0.58)	

CMYK percentages

%16.82
%4.67
%0
%58.04

Codes

Color #59666B in popluar color models

59666B
RGB89102107
HSL197°9.18%38.43%
HSB/HSV197°16.82%41.96%
CMYK16.82%4.67%0.00%
58.04%

Color #59666B in popluar number systems.

HEX59666B
Decimal89102107
Binary101100111001101101011
Octal131146153

Shades and tints

Shades of #59666B

#59666B
(89,102,107)
#515D62
(81,93,98)
#495459
(73,84,89)
#414B50
(65,75,80)
#394247
(57,66,71)
#31393E
(49,57,62)
#293035
(41,48,53)
#21272C
(33,39,44)
#191E23
(25,30,35)
#11151A
(17,21,26)
#090C11
(9,12,17)
#000000
(0,0,0)

Tints of #59666B

#59666B
(89,102,107)
#687378
(104,115,120)
#778085
(119,128,133)
#868D92
(134,141,146)
#959A9F
(149,154,159)
#A4A7AC
(164,167,172)
#B3B4B9
(179,180,185)
#C2C1C6
(194,193,198)
#D1CED3
(209,206,211)
#E0DBE0
(224,219,224)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59666B; }

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

This text font color is #59666B.


Background Color

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

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

This div background color is #59666B.


Border color

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

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

This div border color is #59666B.


Opacity

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

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

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

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

This text has shadow with #59666B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59666B on black background.


Color preview on white background

This text has color #59666B on white background.



Black color preview on #59666B background

This text has black color on #59666B background.


White color preview on #59666B background

This text has white color on #59666B background.