COLOR #4E504A

HEX: #4E504A
RGB: (78,80,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
80
74

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

Portions of RGB colors in percentages

R + G + B =
78 + 80 + 74 = 232 (100%)
R 78 of 232 ~ 33.62%
G 80 of 232 ~ 34.48%
B 74 of 232 ~ 31.9%

%33.62
%34.48
%31.9

CMYK color model

#4E504A color CMYK value is (2,0,7,69).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 68.63%
CMYK:
(2,0,7,69)
C2M0Y7K69 
(2%,0%,7%,69%)
(0.02/0.00/0.07/0.69)	

CMYK percentages

%2.5
%0
%7.5
%68.63

Codes

Color #4E504A in popluar color models

4E504A
RGB788074
HSL80°3.90%30.20%
HSB/HSV80°7.50%31.37%
CMYK2.50%0.00%7.50%
68.63%

Color #4E504A in popluar number systems.

HEX4E504A
Decimal788074
Binary100111010100001001010
Octal116120112

Shades and tints

Shades of #4E504A

#4E504A
(78,80,74)
#474944
(71,73,68)
#40423E
(64,66,62)
#393B38
(57,59,56)
#323432
(50,52,50)
#2B2D2C
(43,45,44)
#242626
(36,38,38)
#1D1F20
(29,31,32)
#16181A
(22,24,26)
#0F1114
(15,17,20)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #4E504A

#4E504A
(78,80,74)
#5E5F5A
(94,95,90)
#6E6E6A
(110,110,106)
#7E7D7A
(126,125,122)
#8E8C8A
(142,140,138)
#9E9B9A
(158,155,154)
#AEAAAA
(174,170,170)
#BEB9BA
(190,185,186)
#CEC8CA
(206,200,202)
#DED7DA
(222,215,218)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E504A; }

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

This text font color is #4E504A.


Background Color

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

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

This div background color is #4E504A.


Border color

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

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

This div border color is #4E504A.


Opacity

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

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

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

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

This text has shadow with #4E504A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E504A on black background.


Color preview on white background

This text has color #4E504A on white background.



Black color preview on #4E504A background

This text has black color on #4E504A background.


White color preview on #4E504A background

This text has white color on #4E504A background.