COLOR #4E474D

HEX: #4E474D
RGB: (78,71,77)

Color info

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

RGB color model

#4E474D color RGB value is (78,71,77).

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

RGB channels and saturation

R 78 of 255 = 31%
G 71 of 255 = 28%
B 77 of 255 = 30%

78
71
77

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

Portions of RGB colors in percentages

R + G + B =
78 + 71 + 77 = 226 (100%)
R 78 of 226 ~ 34.51%
G 71 of 226 ~ 31.42%
B 77 of 226 ~ 34.07%

%34.51
%31.42
%34.07

CMYK color model

#4E474D color CMYK value is (0,9,1,69).

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 1.28%
  • key color value is 69.41%
CMYK:
(0,9,1,69)
C0M9Y1K69 
(0%,9%,1%,69%)
(0.00/0.09/0.01/0.69)	

CMYK percentages

%0
%8.97
%1.28
%69.41

Codes

Color #4E474D in popluar color models

4E474D
RGB787177
HSL309°4.70%29.22%
HSB/HSV309°8.97%30.59%
CMYK0.00%8.97%1.28%
69.41%

Color #4E474D in popluar number systems.

HEX4E474D
Decimal787177
Binary100111010001111001101
Octal116107115

Shades and tints

Shades of #4E474D

#4E474D
(78,71,77)
#474146
(71,65,70)
#403B3F
(64,59,63)
#393538
(57,53,56)
#322F31
(50,47,49)
#2B292A
(43,41,42)
#242323
(36,35,35)
#1D1D1C
(29,29,28)
#161715
(22,23,21)
#0F110E
(15,17,14)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #4E474D

#4E474D
(78,71,77)
#5E575D
(94,87,93)
#6E676D
(110,103,109)
#7E777D
(126,119,125)
#8E878D
(142,135,141)
#9E979D
(158,151,157)
#AEA7AD
(174,167,173)
#BEB7BD
(190,183,189)
#CEC7CD
(206,199,205)
#DED7DD
(222,215,221)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E474D; }

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

This text font color is #4E474D.


Background Color

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

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

This div background color is #4E474D.


Border color

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

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

This div border color is #4E474D.


Opacity

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

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

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

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

This text has shadow with #4E474D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E474D on black background.


Color preview on white background

This text has color #4E474D on white background.



Black color preview on #4E474D background

This text has black color on #4E474D background.


White color preview on #4E474D background

This text has white color on #4E474D background.