COLOR #4E494F

HEX: #4E494F
RGB: (78,73,79)

Color info

#4E494F contains red, green and blue colors in about the same proportion. Web safe color of #4E494F is #663366 (or #636).

RGB color model

#4E494F color RGB value is (78,73,79).

  • red value is 78;
  • green value is 73;
  • blue value is 79.
RGB:
(78,73,79)
(31%,29%,31%)

RGB channels and saturation

R 78 of 255 = 31%
G 73 of 255 = 29%
B 79 of 255 = 31%

78
73
79

R + G + B ~ 30%. #4E494F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 73 + 79 = 230 (100%)
R 78 of 230 ~ 33.91%
G 73 of 230 ~ 31.74%
B 79 of 230 ~ 34.35%

%33.91
%31.74
%34.35

CMYK color model

#4E494F color CMYK value is (1,8,0,69).

  • cyan value is 1.27%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(1,8,0,69)
C1M8Y0K69 
(1%,8%,0%,69%)
(0.01/0.08/0.00/0.69)	

CMYK percentages

%1.27
%7.59
%0
%69.02

Codes

Color #4E494F in popluar color models

4E494F
RGB787379
HSL290°3.95%29.80%
HSB/HSV290°7.59%30.98%
CMYK1.27%7.59%0.00%
69.02%

Color #4E494F in popluar number systems.

HEX4E494F
Decimal787379
Binary100111010010011001111
Octal116111117

Shades and tints

Shades of #4E494F

#4E494F
(78,73,79)
#474348
(71,67,72)
#403D41
(64,61,65)
#39373A
(57,55,58)
#323133
(50,49,51)
#2B2B2C
(43,43,44)
#242525
(36,37,37)
#1D1F1E
(29,31,30)
#161917
(22,25,23)
#0F1310
(15,19,16)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #4E494F

#4E494F
(78,73,79)
#5E595F
(94,89,95)
#6E696F
(110,105,111)
#7E797F
(126,121,127)
#8E898F
(142,137,143)
#9E999F
(158,153,159)
#AEA9AF
(174,169,175)
#BEB9BF
(190,185,191)
#CEC9CF
(206,201,207)
#DED9DF
(222,217,223)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E494F color. Also use rgb(78,73,79) instead hex code.

Text Font Color

.myTextColor { color: #4E494F; }

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

This text font color is #4E494F.


Background Color

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

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

This div background color is #4E494F.


Border color

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

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

This div border color is #4E494F.


Opacity

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

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

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

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

This text has shadow with #4E494F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E494F on black background.


Color preview on white background

This text has color #4E494F on white background.



Black color preview on #4E494F background

This text has black color on #4E494F background.


White color preview on #4E494F background

This text has white color on #4E494F background.