COLOR #4E212E

HEX: #4E212E
RGB: (78,33,46)

Color info

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

RGB color model

#4E212E color RGB value is (78,33,46).

  • red value is 78;
  • green value is 33;
  • blue value is 46.
RGB:
(78,33,46)
(31%,13%,18%)

RGB channels and saturation

R 78 of 255 = 31%
G 33 of 255 = 13%
B 46 of 255 = 18%

78
33
46

R + G + B ~ 21%. #4E212E is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 33 + 46 = 157 (100%)
R 78 of 157 ~ 49.68%
G 33 of 157 ~ 21.02%
B 46 of 157 ~ 29.3%

%49.68
%21.02
%29.3

CMYK color model

#4E212E color CMYK value is (0,58,41,69).

  • cyan value is 0.00%
  • magenta value is 57.69%
  • yellow value is 41.03%
  • key color value is 69.41%
CMYK:
(0,58,41,69)
C0M58Y41K69 
(0%,58%,41%,69%)
(0.00/0.58/0.41/0.69)	

CMYK percentages

%0
%57.69
%41.03
%69.41

Codes

Color #4E212E in popluar color models

4E212E
RGB783346
HSL343°40.54%21.76%
HSB/HSV343°57.69%30.59%
CMYK0.00%57.69%41.03%
69.41%

Color #4E212E in popluar number systems.

HEX4E212E
Decimal783346
Binary1001110100001101110
Octal1164156

Shades and tints

Shades of #4E212E

#4E212E
(78,33,46)
#471E2A
(71,30,42)
#401B26
(64,27,38)
#391822
(57,24,34)
#32151E
(50,21,30)
#2B121A
(43,18,26)
#240F16
(36,15,22)
#1D0C12
(29,12,18)
#16090E
(22,9,14)
#0F060A
(15,6,10)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #4E212E

#4E212E
(78,33,46)
#5E3541
(94,53,65)
#6E4954
(110,73,84)
#7E5D67
(126,93,103)
#8E717A
(142,113,122)
#9E858D
(158,133,141)
#AE99A0
(174,153,160)
#BEADB3
(190,173,179)
#CEC1C6
(206,193,198)
#DED5D9
(222,213,217)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E212E; }

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

This text font color is #4E212E.


Background Color

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

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

This div background color is #4E212E.


Border color

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

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

This div border color is #4E212E.


Opacity

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

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

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

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

This text has shadow with #4E212E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E212E on black background.


Color preview on white background

This text has color #4E212E on white background.



Black color preview on #4E212E background

This text has black color on #4E212E background.


White color preview on #4E212E background

This text has white color on #4E212E background.