COLOR #4E4C4A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
76
74

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

Portions of RGB colors in percentages

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

%34.21
%33.33
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 5.13%
  • key color value is 69.41%
CMYK:
(0,3,5,69)
C0M3Y5K69 
(0%,3%,5%,69%)
(0.00/0.03/0.05/0.69)	

CMYK percentages

%0
%2.56
%5.13
%69.41

Codes

Color #4E4C4A in popluar color models

4E4C4A
RGB787674
HSL30°2.63%29.80%
HSB/HSV30°5.13%30.59%
CMYK0.00%2.56%5.13%
69.41%

Color #4E4C4A in popluar number systems.

HEX4E4C4A
Decimal787674
Binary100111010011001001010
Octal116114112

Shades and tints

Shades of #4E4C4A

#4E4C4A
(78,76,74)
#474644
(71,70,68)
#40403E
(64,64,62)
#393A38
(57,58,56)
#323432
(50,52,50)
#2B2E2C
(43,46,44)
#242826
(36,40,38)
#1D2220
(29,34,32)
#161C1A
(22,28,26)
#0F1614
(15,22,20)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #4E4C4A

#4E4C4A
(78,76,74)
#5E5C5A
(94,92,90)
#6E6C6A
(110,108,106)
#7E7C7A
(126,124,122)
#8E8C8A
(142,140,138)
#9E9C9A
(158,156,154)
#AEACAA
(174,172,170)
#BEBCBA
(190,188,186)
#CECCCA
(206,204,202)
#DEDCDA
(222,220,218)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4C4A; }

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

This text font color is #4E4C4A.


Background Color

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

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

This div background color is #4E4C4A.


Border color

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

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

This div border color is #4E4C4A.


Opacity

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

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

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

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

This text has shadow with #4E4C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4C4A on black background.


Color preview on white background

This text has color #4E4C4A on white background.



Black color preview on #4E4C4A background

This text has black color on #4E4C4A background.


White color preview on #4E4C4A background

This text has white color on #4E4C4A background.