COLOR #59647E

HEX: #59647E
RGB: (89,100,126)

Color info

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

RGB color model

#59647E color RGB value is (89,100,126).

  • red value is 89;
  • green value is 100;
  • blue value is 126.
RGB:
(89,100,126)
(35%,39%,49%)

RGB channels and saturation

R 89 of 255 = 35%
G 100 of 255 = 39%
B 126 of 255 = 49%

89
100
126

R + G + B ~ 41%. #59647E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 100 + 126 = 315 (100%)
R 89 of 315 ~ 28.25%
G 100 of 315 ~ 31.75%
B 126 of 315 ~ 40%

%28.25
%31.75
%40

CMYK color model

#59647E color CMYK value is (29,21,0,51).

  • cyan value is 29.37%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(29,21,0,51)
C29M21Y0K51 
(29%,21%,0%,51%)
(0.29/0.21/0.00/0.51)	

CMYK percentages

%29.37
%20.63
%0
%50.59

Codes

Color #59647E in popluar color models

59647E
RGB89100126
HSL222°17.21%42.16%
HSB/HSV222°29.37%49.41%
CMYK29.37%20.63%0.00%
50.59%

Color #59647E in popluar number systems.

HEX59647E
Decimal89100126
Binary101100111001001111110
Octal131144176

Shades and tints

Shades of #59647E

#59647E
(89,100,126)
#515B73
(81,91,115)
#495268
(73,82,104)
#41495D
(65,73,93)
#394052
(57,64,82)
#313747
(49,55,71)
#292E3C
(41,46,60)
#212531
(33,37,49)
#191C26
(25,28,38)
#11131B
(17,19,27)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #59647E

#59647E
(89,100,126)
#687289
(104,114,137)
#778094
(119,128,148)
#868E9F
(134,142,159)
#959CAA
(149,156,170)
#A4AAB5
(164,170,181)
#B3B8C0
(179,184,192)
#C2C6CB
(194,198,203)
#D1D4D6
(209,212,214)
#E0E2E1
(224,226,225)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59647E color. Also use rgb(89,100,126) instead hex code.

Text Font Color

.myTextColor { color: #59647E; }

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

This text font color is #59647E.


Background Color

.myBgColor { background-color: #59647E; }

<div style="background-color:#59647E">Inner text</div>

This div background color is #59647E.


Border color

.myBorderColor { border: 1px solid #59647E; }

<div style="border:3px solid #59647E">Div</div>

This div border color is #59647E.


Opacity

.myOpacity80 { color: #59647E; opacity: 0.8; }

<p style="color:#59647E;opacity:0.8;">80%</p>

Text with #59647E 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 #59647E;}

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

This text has shadow with #59647E color.

.textShadow {text-shadow: 3px 3px 1px #59647E, 3px 3px 1px red;}

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

This text has shadow with #59647E primary color and red secondary color.


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

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

This text has shadow with #59647E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59647E on black background.


Color preview on white background

This text has color #59647E on white background.



Black color preview on #59647E background

This text has black color on #59647E background.


White color preview on #59647E background

This text has white color on #59647E background.