COLOR #4E404D

HEX: #4E404D
RGB: (78,64,77)

Color info

#4E404D contains red, green and blue colors in about the same proportion. Web safe color of #4E404D is #663333 (or #633).

RGB color model

#4E404D color RGB value is (78,64,77).

  • red value is 78;
  • green value is 64;
  • blue value is 77.
RGB:
(78,64,77)
(31%,25%,30%)

RGB channels and saturation

R 78 of 255 = 31%
G 64 of 255 = 25%
B 77 of 255 = 30%

78
64
77

R + G + B ~ 29%. #4E404D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 64 + 77 = 219 (100%)
R 78 of 219 ~ 35.62%
G 64 of 219 ~ 29.22%
B 77 of 219 ~ 35.16%

%35.62
%29.22
%35.16

CMYK color model

#4E404D color CMYK value is (0,18,1,69).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 1.28%
  • key color value is 69.41%
CMYK:
(0,18,1,69)
C0M18Y1K69 
(0%,18%,1%,69%)
(0.00/0.18/0.01/0.69)	

CMYK percentages

%0
%17.95
%1.28
%69.41

Codes

Color #4E404D in popluar color models

4E404D
RGB786477
HSL304°9.86%27.84%
HSB/HSV304°17.95%30.59%
CMYK0.00%17.95%1.28%
69.41%

Color #4E404D in popluar number systems.

HEX4E404D
Decimal786477
Binary100111010000001001101
Octal116100115

Shades and tints

Shades of #4E404D

#4E404D
(78,64,77)
#473B46
(71,59,70)
#40363F
(64,54,63)
#393138
(57,49,56)
#322C31
(50,44,49)
#2B272A
(43,39,42)
#242223
(36,34,35)
#1D1D1C
(29,29,28)
#161815
(22,24,21)
#0F130E
(15,19,14)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #4E404D

#4E404D
(78,64,77)
#5E515D
(94,81,93)
#6E626D
(110,98,109)
#7E737D
(126,115,125)
#8E848D
(142,132,141)
#9E959D
(158,149,157)
#AEA6AD
(174,166,173)
#BEB7BD
(190,183,189)
#CEC8CD
(206,200,205)
#DED9DD
(222,217,221)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E404D color. Also use rgb(78,64,77) instead hex code.

Text Font Color

.myTextColor { color: #4E404D; }

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

This text font color is #4E404D.


Background Color

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

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

This div background color is #4E404D.


Border color

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

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

This div border color is #4E404D.


Opacity

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

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

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

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

This text has shadow with #4E404D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E404D on black background.


Color preview on white background

This text has color #4E404D on white background.



Black color preview on #4E404D background

This text has black color on #4E404D background.


White color preview on #4E404D background

This text has white color on #4E404D background.