COLOR #4E4D4D

HEX: #4E4D4D
RGB: (78,77,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
77
77

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

Portions of RGB colors in percentages

R + G + B =
78 + 77 + 77 = 232 (100%)
R 78 of 232 ~ 33.62%
G 77 of 232 ~ 33.19%
B 77 of 232 ~ 33.19%

%33.62
%33.19
%33.19

CMYK color model

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

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

CMYK percentages

%0
%1.28
%1.28
%69.41

Codes

Color #4E4D4D in popluar color models

4E4D4D
RGB787777
HSL0.65%30.39%
HSB/HSV1.28%30.59%
CMYK0.00%1.28%1.28%
69.41%

Color #4E4D4D in popluar number systems.

HEX4E4D4D
Decimal787777
Binary100111010011011001101
Octal116115115

Shades and tints

Shades of #4E4D4D

#4E4D4D
(78,77,77)
#474646
(71,70,70)
#403F3F
(64,63,63)
#393838
(57,56,56)
#323131
(50,49,49)
#2B2A2A
(43,42,42)
#242323
(36,35,35)
#1D1C1C
(29,28,28)
#161515
(22,21,21)
#0F0E0E
(15,14,14)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #4E4D4D

#4E4D4D
(78,77,77)
#5E5D5D
(94,93,93)
#6E6D6D
(110,109,109)
#7E7D7D
(126,125,125)
#8E8D8D
(142,141,141)
#9E9D9D
(158,157,157)
#AEADAD
(174,173,173)
#BEBDBD
(190,189,189)
#CECDCD
(206,205,205)
#DEDDDD
(222,221,221)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4D4D; }

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

This text font color is #4E4D4D.


Background Color

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

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

This div background color is #4E4D4D.


Border color

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

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

This div border color is #4E4D4D.


Opacity

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

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

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

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

This text has shadow with #4E4D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4D4D on black background.


Color preview on white background

This text has color #4E4D4D on white background.



Black color preview on #4E4D4D background

This text has black color on #4E4D4D background.


White color preview on #4E4D4D background

This text has white color on #4E4D4D background.