COLOR #4E4E4C

HEX: #4E4E4C RGB: (78,78,76)

Color info

#4E4E4C contains red, green and blue colors in about the same proportion. Web safe color of #4E4E4C is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

78
78
76

R + G + B ~ 31%. #4E4E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 78 + 76 = 232 (100%)
R 78 of 232 ~ 33.62%
G 78 of 232 ~ 33.62%
B 76 of 232 ~ 32.76'%

%33.62
%33.62
%32.76

CMYK color model

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

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

CMYK: (0,0,3,69)
C0M0Y3K69 (0%, 0%, 3%, 69%)
(0.00 / 0.00 / 0.03 / 0.69)

CMYK percentages

%0
%0
%2.56
%69.41

Codes

Color #4E4E4C in popluar color models

4E 4E 4C
RGB 78 78 76
HSL 60° 1.30% 30.20%
HSB/HSV 60° 2.56% 30.59%
CMYK 0.00% 0.00% 2.56%
69.41%

Color #4E4E4C in popluar number systems.

HEX 4E 4E 4C
Decimal 78 78 76
Binary 1001110 1001110 1001100
Octal 116 116 114

Shades and tints

Shades of #4E4E4C

#4E4E4C
(78,78,76)
#474746
(71,71,70)
#404040
(64,64,64)
#39393A
(57,57,58)
#323234
(50,50,52)
#2B2B2E
(43,43,46)
#242428
(36,36,40)
#1D1D22
(29,29,34)
#16161C
(22,22,28)
#0F0F16
(15,15,22)
#080810
(8,8,16)
#000000
(0,0,0)

Tints of #4E4E4C

#4E4E4C
(78,78,76)
#5E5E5C
(94,94,92)
#6E6E6C
(110,110,108)
#7E7E7C
(126,126,124)
#8E8E8C
(142,142,140)
#9E9E9C
(158,158,156)
#AEAEAC
(174,174,172)
#BEBEBC
(190,190,188)
#CECECC
(206,206,204)
#DEDEDC
(222,222,220)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4E4C; }

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

This text font color is #4E4E4C.

Background Color

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

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

This div background color is #4E4E4C.

Border color

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

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

This div border color is #4E4E4C.

Opacity

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

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

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

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

This text has shadow with #4E4E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4E4C.

Preview

Color preview on black background

This text has color #4E4E4C on black background.


Color preview on white background

This text has color #4E4E4C on white background.


Black color preview on #4E4E4C background

This text has black color on #4E4E4C background.


White color preview on #4E4E4C background

This text has white color on #4E4E4C background.


Related colors

Complementary color

Complementary color for #hex is #B1B1B3.


I love getcolorcode.com