COLOR #59647D

HEX: #59647D
RGB: (89,100,125)

Color info

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

RGB color model

#59647D color RGB value is (89,100,125).

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

RGB channels and saturation

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

89
100
125

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

Portions of RGB colors in percentages

R + G + B =
89 + 100 + 125 = 314 (100%)
R 89 of 314 ~ 28.34%
G 100 of 314 ~ 31.85%
B 125 of 314 ~ 39.81%

%28.34
%31.85
%39.81

CMYK color model

#59647D color CMYK value is (29,20,0,51).

  • cyan value is 28.80%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(29,20,0,51)
C29M20Y0K51 
(29%,20%,0%,51%)
(0.29/0.20/0.00/0.51)	

CMYK percentages

%28.8
%20
%0
%50.98

Codes

Color #59647D in popluar color models

59647D
RGB89100125
HSL222°16.82%41.96%
HSB/HSV222°28.80%49.02%
CMYK28.80%20.00%0.00%
50.98%

Color #59647D in popluar number systems.

HEX59647D
Decimal89100125
Binary101100111001001111101
Octal131144175

Shades and tints

Shades of #59647D

#59647D
(89,100,125)
#515B72
(81,91,114)
#495267
(73,82,103)
#41495C
(65,73,92)
#394051
(57,64,81)
#313746
(49,55,70)
#292E3B
(41,46,59)
#212530
(33,37,48)
#191C25
(25,28,37)
#11131A
(17,19,26)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #59647D

#59647D
(89,100,125)
#687288
(104,114,136)
#778093
(119,128,147)
#868E9E
(134,142,158)
#959CA9
(149,156,169)
#A4AAB4
(164,170,180)
#B3B8BF
(179,184,191)
#C2C6CA
(194,198,202)
#D1D4D5
(209,212,213)
#E0E2E0
(224,226,224)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59647D; }

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

This text font color is #59647D.


Background Color

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

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

This div background color is #59647D.


Border color

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

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

This div border color is #59647D.


Opacity

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

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

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

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

This text has shadow with #59647D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59647D on black background.


Color preview on white background

This text has color #59647D on white background.



Black color preview on #59647D background

This text has black color on #59647D background.


White color preview on #59647D background

This text has white color on #59647D background.