COLOR #4E585F

HEX: #4E585F
RGB: (78,88,95)

Color info

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

RGB color model

#4E585F color RGB value is (78,88,95).

  • red value is 78;
  • green value is 88;
  • blue value is 95.
RGB:
(78,88,95)
(31%,35%,37%)

RGB channels and saturation

R 78 of 255 = 31%
G 88 of 255 = 35%
B 95 of 255 = 37%

78
88
95

R + G + B ~ 34%. #4E585F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 88 + 95 = 261 (100%)
R 78 of 261 ~ 29.89%
G 88 of 261 ~ 33.72%
B 95 of 261 ~ 36.4%

%29.89
%33.72
%36.4

CMYK color model

#4E585F color CMYK value is (18,7,0,63).

  • cyan value is 17.89%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(18,7,0,63)
C18M7Y0K63 
(18%,7%,0%,63%)
(0.18/0.07/0.00/0.63)	

CMYK percentages

%17.89
%7.37
%0
%62.75

Codes

Color #4E585F in popluar color models

4E585F
RGB788895
HSL205°9.83%33.92%
HSB/HSV205°17.89%37.25%
CMYK17.89%7.37%0.00%
62.75%

Color #4E585F in popluar number systems.

HEX4E585F
Decimal788895
Binary100111010110001011111
Octal116130137

Shades and tints

Shades of #4E585F

#4E585F
(78,88,95)
#475057
(71,80,87)
#40484F
(64,72,79)
#394047
(57,64,71)
#32383F
(50,56,63)
#2B3037
(43,48,55)
#24282F
(36,40,47)
#1D2027
(29,32,39)
#16181F
(22,24,31)
#0F1017
(15,16,23)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #4E585F

#4E585F
(78,88,95)
#5E676D
(94,103,109)
#6E767B
(110,118,123)
#7E8589
(126,133,137)
#8E9497
(142,148,151)
#9EA3A5
(158,163,165)
#AEB2B3
(174,178,179)
#BEC1C1
(190,193,193)
#CED0CF
(206,208,207)
#DEDFDD
(222,223,221)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E585F color. Also use rgb(78,88,95) instead hex code.

Text Font Color

.myTextColor { color: #4E585F; }

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

This text font color is #4E585F.


Background Color

.myBgColor { background-color: #4E585F; }

<div style="background-color:#4E585F">Inner text</div>

This div background color is #4E585F.


Border color

.myBorderColor { border: 1px solid #4E585F; }

<div style="border:3px solid #4E585F">Div</div>

This div border color is #4E585F.


Opacity

.myOpacity80 { color: #4E585F; opacity: 0.8; }

<p style="color:#4E585F;opacity:0.8;">80%</p>

Text with #4E585F 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 #4E585F;}

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

This text has shadow with #4E585F color.

.textShadow {text-shadow: 3px 3px 1px #4E585F, 3px 3px 1px red;}

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

This text has shadow with #4E585F primary color and red secondary color.


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

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

This text has shadow with #4E585F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E585F on black background.


Color preview on white background

This text has color #4E585F on white background.



Black color preview on #4E585F background

This text has black color on #4E585F background.


White color preview on #4E585F background

This text has white color on #4E585F background.