COLOR #4E454A

HEX: #4E454A
RGB: (78,69,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
69
74

R + G + B ~ 29%. #4E454A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 69 + 74 = 221 (100%)
R 78 of 221 ~ 35.29%
G 69 of 221 ~ 31.22%
B 74 of 221 ~ 33.48%

%35.29
%31.22
%33.48

CMYK color model

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

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

CMYK percentages

%0
%11.54
%5.13
%69.41

Codes

Color #4E454A in popluar color models

4E454A
RGB786974
HSL327°6.12%28.82%
HSB/HSV327°11.54%30.59%
CMYK0.00%11.54%5.13%
69.41%

Color #4E454A in popluar number systems.

HEX4E454A
Decimal786974
Binary100111010001011001010
Octal116105112

Shades and tints

Shades of #4E454A

#4E454A
(78,69,74)
#473F44
(71,63,68)
#40393E
(64,57,62)
#393338
(57,51,56)
#322D32
(50,45,50)
#2B272C
(43,39,44)
#242126
(36,33,38)
#1D1B20
(29,27,32)
#16151A
(22,21,26)
#0F0F14
(15,15,20)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #4E454A

#4E454A
(78,69,74)
#5E555A
(94,85,90)
#6E656A
(110,101,106)
#7E757A
(126,117,122)
#8E858A
(142,133,138)
#9E959A
(158,149,154)
#AEA5AA
(174,165,170)
#BEB5BA
(190,181,186)
#CEC5CA
(206,197,202)
#DED5DA
(222,213,218)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E454A; }

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

This text font color is #4E454A.


Background Color

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

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

This div background color is #4E454A.


Border color

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

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

This div border color is #4E454A.


Opacity

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

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

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

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

This text has shadow with #4E454A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E454A on black background.


Color preview on white background

This text has color #4E454A on white background.



Black color preview on #4E454A background

This text has black color on #4E454A background.


White color preview on #4E454A background

This text has white color on #4E454A background.