COLOR #4E474C

HEX: #4E474C
RGB: (78,71,76)

Color info

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

RGB color model

#4E474C color RGB value is (78,71,76).

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

RGB channels and saturation

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

78
71
76

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

Portions of RGB colors in percentages

R + G + B =
78 + 71 + 76 = 225 (100%)
R 78 of 225 ~ 34.67%
G 71 of 225 ~ 31.56%
B 76 of 225 ~ 33.78%

%34.67
%31.56
%33.78

CMYK color model

#4E474C color CMYK value is (0,9,3,69).

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 2.56%
  • key color value is 69.41%
CMYK:
(0,9,3,69)
C0M9Y3K69 
(0%,9%,3%,69%)
(0.00/0.09/0.03/0.69)	

CMYK percentages

%0
%8.97
%2.56
%69.41

Codes

Color #4E474C in popluar color models

4E474C
RGB787176
HSL317°4.70%29.22%
HSB/HSV317°8.97%30.59%
CMYK0.00%8.97%2.56%
69.41%

Color #4E474C in popluar number systems.

HEX4E474C
Decimal787176
Binary100111010001111001100
Octal116107114

Shades and tints

Shades of #4E474C

#4E474C
(78,71,76)
#474146
(71,65,70)
#403B40
(64,59,64)
#39353A
(57,53,58)
#322F34
(50,47,52)
#2B292E
(43,41,46)
#242328
(36,35,40)
#1D1D22
(29,29,34)
#16171C
(22,23,28)
#0F1116
(15,17,22)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #4E474C

#4E474C
(78,71,76)
#5E575C
(94,87,92)
#6E676C
(110,103,108)
#7E777C
(126,119,124)
#8E878C
(142,135,140)
#9E979C
(158,151,156)
#AEA7AC
(174,167,172)
#BEB7BC
(190,183,188)
#CEC7CC
(206,199,204)
#DED7DC
(222,215,220)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E474C; }

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

This text font color is #4E474C.


Background Color

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

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

This div background color is #4E474C.


Border color

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

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

This div border color is #4E474C.


Opacity

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

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

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

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

This text has shadow with #4E474C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E474C on black background.


Color preview on white background

This text has color #4E474C on white background.



Black color preview on #4E474C background

This text has black color on #4E474C background.


White color preview on #4E474C background

This text has white color on #4E474C background.