COLOR #4E454B

HEX: #4E454B
RGB: (78,69,75)

Color info

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

RGB color model

#4E454B color RGB value is (78,69,75).

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

RGB channels and saturation

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

78
69
75

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

Portions of RGB colors in percentages

R + G + B =
78 + 69 + 75 = 222 (100%)
R 78 of 222 ~ 35.14%
G 69 of 222 ~ 31.08%
B 75 of 222 ~ 33.78%

%35.14
%31.08
%33.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 3.85%
  • key color value is 69.41%
CMYK:
(0,12,4,69)
C0M12Y4K69 
(0%,12%,4%,69%)
(0.00/0.12/0.04/0.69)	

CMYK percentages

%0
%11.54
%3.85
%69.41

Codes

Color #4E454B in popluar color models

4E454B
RGB786975
HSL320°6.12%28.82%
HSB/HSV320°11.54%30.59%
CMYK0.00%11.54%3.85%
69.41%

Color #4E454B in popluar number systems.

HEX4E454B
Decimal786975
Binary100111010001011001011
Octal116105113

Shades and tints

Shades of #4E454B

#4E454B
(78,69,75)
#473F45
(71,63,69)
#40393F
(64,57,63)
#393339
(57,51,57)
#322D33
(50,45,51)
#2B272D
(43,39,45)
#242127
(36,33,39)
#1D1B21
(29,27,33)
#16151B
(22,21,27)
#0F0F15
(15,15,21)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #4E454B

#4E454B
(78,69,75)
#5E555B
(94,85,91)
#6E656B
(110,101,107)
#7E757B
(126,117,123)
#8E858B
(142,133,139)
#9E959B
(158,149,155)
#AEA5AB
(174,165,171)
#BEB5BB
(190,181,187)
#CEC5CB
(206,197,203)
#DED5DB
(222,213,219)
#EEE5EB
(238,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E454B; }

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

This text font color is #4E454B.


Background Color

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

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

This div background color is #4E454B.


Border color

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

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

This div border color is #4E454B.


Opacity

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

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

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

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

This text has shadow with #4E454B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E454B on black background.


Color preview on white background

This text has color #4E454B on white background.



Black color preview on #4E454B background

This text has black color on #4E454B background.


White color preview on #4E454B background

This text has white color on #4E454B background.