COLOR #4E4A4C

HEX: #4E4A4C RGB: (78,74,76)

Color info

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

RGB color model

#4E4A4C color RGB value is (78,74,76).

RGB: (78,74,76) (31%, 29%, 30%)

RGB channels and saturation

R 78 of 255 = 31%
G 74 of 255 = 29%
B 76 of 255 = 30%

78
74
76

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

Portions of RGB colors in percentages

R + G + B = 78 + 74 + 76 = 228 (100%)
R 78 of 228 ~ 34.21%
G 74 of 228 ~ 32.46%
B 76 of 228 ~ 33.33'%

%34.21
%32.46
%33.33

CMYK color model

#4E4A4C color CMYK value is (0,5,3,69).

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

CMYK: (0,5,3,69)
C0M5Y3K69 (0%, 5%, 3%, 69%)
(0.00 / 0.05 / 0.03 / 0.69)

CMYK percentages

%0
%5.13
%2.56
%69.41

Codes

Color #4E4A4C in popluar color models

4E 4A 4C
RGB 78 74 76
HSL 330° 2.63% 29.80%
HSB/HSV 330° 5.13% 30.59%
CMYK 0.00% 5.13% 2.56%
69.41%

Color #4E4A4C in popluar number systems.

HEX 4E 4A 4C
Decimal 78 74 76
Binary 1001110 1001010 1001100
Octal 116 112 114

Shades and tints

Shades of #4E4A4C

#4E4A4C
(78,74,76)
#474446
(71,68,70)
#403E40
(64,62,64)
#39383A
(57,56,58)
#323234
(50,50,52)
#2B2C2E
(43,44,46)
#242628
(36,38,40)
#1D2022
(29,32,34)
#161A1C
(22,26,28)
#0F1416
(15,20,22)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #4E4A4C

#4E4A4C
(78,74,76)
#5E5A5C
(94,90,92)
#6E6A6C
(110,106,108)
#7E7A7C
(126,122,124)
#8E8A8C
(142,138,140)
#9E9A9C
(158,154,156)
#AEAAAC
(174,170,172)
#BEBABC
(190,186,188)
#CECACC
(206,202,204)
#DEDADC
(222,218,220)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4A4C; }

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

This text font color is #4E4A4C.

Background Color

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

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

This div background color is #4E4A4C.

Border color

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

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

This div border color is #4E4A4C.

Opacity

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

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

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

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

This text has shadow with #4E4A4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4A4C.

Preview

Color preview on black background

This text has color #4E4A4C on black background.


Color preview on white background

This text has color #4E4A4C on white background.


Black color preview on #4E4A4C background

This text has black color on #4E4A4C background.


White color preview on #4E4A4C background

This text has white color on #4E4A4C background.


Related colors

Complementary color

Complementary color for #hex is #B1B5B3.


I love getcolorcode.com

Triadic colors

1 #4C4E4A and #4A4C4E with #4E4A4C are triadic colors.

2 #4C4A4E and #4A4E4C with #4E4A4C are triadic colors.