COLOR #4E1D2E

HEX: #4E1D2E
RGB: (78,29,46)

Color info

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

RGB color model

#4E1D2E color RGB value is (78,29,46).

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

RGB channels and saturation

R 78 of 255 = 31%
G 29 of 255 = 11%
B 46 of 255 = 18%

78
29
46

R + G + B ~ 20%. #4E1D2E is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 29 + 46 = 153 (100%)
R 78 of 153 ~ 50.98%
G 29 of 153 ~ 18.95%
B 46 of 153 ~ 30.07%

%50.98
%18.95
%30.07

CMYK color model

#4E1D2E color CMYK value is (0,63,41,69).

  • cyan value is 0.00%
  • magenta value is 62.82%
  • yellow value is 41.03%
  • key color value is 69.41%
CMYK:
(0,63,41,69)
C0M63Y41K69 
(0%,63%,41%,69%)
(0.00/0.63/0.41/0.69)	

CMYK percentages

%0
%62.82
%41.03
%69.41

Codes

Color #4E1D2E in popluar color models

4E1D2E
RGB782946
HSL339°45.79%20.98%
HSB/HSV339°62.82%30.59%
CMYK0.00%62.82%41.03%
69.41%

Color #4E1D2E in popluar number systems.

HEX4E1D2E
Decimal782946
Binary100111011101101110
Octal1163556

Shades and tints

Shades of #4E1D2E

#4E1D2E
(78,29,46)
#471B2A
(71,27,42)
#401926
(64,25,38)
#391722
(57,23,34)
#32151E
(50,21,30)
#2B131A
(43,19,26)
#241116
(36,17,22)
#1D0F12
(29,15,18)
#160D0E
(22,13,14)
#0F0B0A
(15,11,10)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #4E1D2E

#4E1D2E
(78,29,46)
#5E3141
(94,49,65)
#6E4554
(110,69,84)
#7E5967
(126,89,103)
#8E6D7A
(142,109,122)
#9E818D
(158,129,141)
#AE95A0
(174,149,160)
#BEA9B3
(190,169,179)
#CEBDC6
(206,189,198)
#DED1D9
(222,209,217)
#EEE5EC
(238,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1D2E; }

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

This text font color is #4E1D2E.


Background Color

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

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

This div background color is #4E1D2E.


Border color

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

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

This div border color is #4E1D2E.


Opacity

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

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

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

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

This text has shadow with #4E1D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1D2E on black background.


Color preview on white background

This text has color #4E1D2E on white background.



Black color preview on #4E1D2E background

This text has black color on #4E1D2E background.


White color preview on #4E1D2E background

This text has white color on #4E1D2E background.