COLOR #4E314D

HEX: #4E314D
RGB: (78,49,77)

Color info

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

RGB color model

#4E314D color RGB value is (78,49,77).

  • red value is 78;
  • green value is 49;
  • blue value is 77.
RGB:
(78,49,77)
(31%,19%,30%)

RGB channels and saturation

R 78 of 255 = 31%
G 49 of 255 = 19%
B 77 of 255 = 30%

78
49
77

R + G + B ~ 27%. #4E314D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 49 + 77 = 204 (100%)
R 78 of 204 ~ 38.24%
G 49 of 204 ~ 24.02%
B 77 of 204 ~ 37.75%

%38.24
%24.02
%37.75

CMYK color model

#4E314D color CMYK value is (0,37,1,69).

  • cyan value is 0.00%
  • magenta value is 37.18%
  • yellow value is 1.28%
  • key color value is 69.41%
CMYK:
(0,37,1,69)
C0M37Y1K69 
(0%,37%,1%,69%)
(0.00/0.37/0.01/0.69)	

CMYK percentages

%0
%37.18
%1.28
%69.41

Codes

Color #4E314D in popluar color models

4E314D
RGB784977
HSL302°22.83%24.90%
HSB/HSV302°37.18%30.59%
CMYK0.00%37.18%1.28%
69.41%

Color #4E314D in popluar number systems.

HEX4E314D
Decimal784977
Binary10011101100011001101
Octal11661115

Shades and tints

Shades of #4E314D

#4E314D
(78,49,77)
#472D46
(71,45,70)
#40293F
(64,41,63)
#392538
(57,37,56)
#322131
(50,33,49)
#2B1D2A
(43,29,42)
#241923
(36,25,35)
#1D151C
(29,21,28)
#161115
(22,17,21)
#0F0D0E
(15,13,14)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #4E314D

#4E314D
(78,49,77)
#5E435D
(94,67,93)
#6E556D
(110,85,109)
#7E677D
(126,103,125)
#8E798D
(142,121,141)
#9E8B9D
(158,139,157)
#AE9DAD
(174,157,173)
#BEAFBD
(190,175,189)
#CEC1CD
(206,193,205)
#DED3DD
(222,211,221)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E314D; }

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

This text font color is #4E314D.


Background Color

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

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

This div background color is #4E314D.


Border color

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

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

This div border color is #4E314D.


Opacity

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

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

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

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

This text has shadow with #4E314D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E314D on black background.


Color preview on white background

This text has color #4E314D on white background.



Black color preview on #4E314D background

This text has black color on #4E314D background.


White color preview on #4E314D background

This text has white color on #4E314D background.