COLOR #4E424C

HEX: #4E424C RGB: (78,66,76)

Color info

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

RGB color model

#4E424C color RGB value is (78,66,76).

RGB: (78,66,76) (31%, 26%, 30%)

RGB channels and saturation

R 78 of 255 = 31%
G 66 of 255 = 26%
B 76 of 255 = 30%

78
66
76

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

Portions of RGB colors in percentages

R + G + B = 78 + 66 + 76 = 220 (100%)
R 78 of 220 ~ 35.45%
G 66 of 220 ~ 30%
B 76 of 220 ~ 34.55'%

%35.45
%30
%34.55

CMYK color model

#4E424C color CMYK value is (0,15,3,69).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 2.56%
  • key color value is 69.41%

CMYK: (0,15,3,69)
C0M15Y3K69 (0%, 15%, 3%, 69%)
(0.00 / 0.15 / 0.03 / 0.69)

CMYK percentages

%0
%15.38
%2.56
%69.41

Codes

Color #4E424C in popluar color models

4E 42 4C
RGB 78 66 76
HSL 310° 8.33% 28.24%
HSB/HSV 310° 15.38% 30.59%
CMYK 0.00% 15.38% 2.56%
69.41%

Color #4E424C in popluar number systems.

HEX 4E 42 4C
Decimal 78 66 76
Binary 1001110 1000010 1001100
Octal 116 102 114

Shades and tints

Shades of #4E424C

#4E424C
(78,66,76)
#473C46
(71,60,70)
#403640
(64,54,64)
#39303A
(57,48,58)
#322A34
(50,42,52)
#2B242E
(43,36,46)
#241E28
(36,30,40)
#1D1822
(29,24,34)
#16121C
(22,18,28)
#0F0C16
(15,12,22)
#080610
(8,6,16)
#000000
(0,0,0)

Tints of #4E424C

#4E424C
(78,66,76)
#5E535C
(94,83,92)
#6E646C
(110,100,108)
#7E757C
(126,117,124)
#8E868C
(142,134,140)
#9E979C
(158,151,156)
#AEA8AC
(174,168,172)
#BEB9BC
(190,185,188)
#CECACC
(206,202,204)
#DEDBDC
(222,219,220)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E424C; }

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

This text font color is #4E424C.

Background Color

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

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

This div background color is #4E424C.

Border color

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

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

This div border color is #4E424C.

Opacity

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

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

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

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

This text has shadow with #4E424C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E424C.

Preview

Color preview on black background

This text has color #4E424C on black background.


Color preview on white background

This text has color #4E424C on white background.


Black color preview on #4E424C background

This text has black color on #4E424C background.


White color preview on #4E424C background

This text has white color on #4E424C background.


Related colors

Complementary color

Complementary color for #hex is #B1BDB3.


I love getcolorcode.com

Triadic colors

1 #4C4E42 and #424C4E with #4E424C are triadic colors.

2 #4C424E and #424E4C with #4E424C are triadic colors.