COLOR #4E4A4A

HEX: #4E4A4A
RGB: (78,74,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
74
74

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

Portions of RGB colors in percentages

R + G + B =
78 + 74 + 74 = 226 (100%)
R 78 of 226 ~ 34.51%
G 74 of 226 ~ 32.74%
B 74 of 226 ~ 32.74%

%34.51
%32.74
%32.74

CMYK color model

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

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

CMYK percentages

%0
%5.13
%5.13
%69.41

Codes

Color #4E4A4A in popluar color models

4E4A4A
RGB787474
HSL2.63%29.80%
HSB/HSV5.13%30.59%
CMYK0.00%5.13%5.13%
69.41%

Color #4E4A4A in popluar number systems.

HEX4E4A4A
Decimal787474
Binary100111010010101001010
Octal116112112

Shades and tints

Shades of #4E4A4A

#4E4A4A
(78,74,74)
#474444
(71,68,68)
#403E3E
(64,62,62)
#393838
(57,56,56)
#323232
(50,50,50)
#2B2C2C
(43,44,44)
#242626
(36,38,38)
#1D2020
(29,32,32)
#161A1A
(22,26,26)
#0F1414
(15,20,20)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #4E4A4A

#4E4A4A
(78,74,74)
#5E5A5A
(94,90,90)
#6E6A6A
(110,106,106)
#7E7A7A
(126,122,122)
#8E8A8A
(142,138,138)
#9E9A9A
(158,154,154)
#AEAAAA
(174,170,170)
#BEBABA
(190,186,186)
#CECACA
(206,202,202)
#DEDADA
(222,218,218)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4A4A; }

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

This text font color is #4E4A4A.


Background Color

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

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

This div background color is #4E4A4A.


Border color

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

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

This div border color is #4E4A4A.


Opacity

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

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

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

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

This text has shadow with #4E4A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4A4A on black background.


Color preview on white background

This text has color #4E4A4A on white background.



Black color preview on #4E4A4A background

This text has black color on #4E4A4A background.


White color preview on #4E4A4A background

This text has white color on #4E4A4A background.