COLOR #4E082E

HEX: #4E082E
RGB: (78,8,46)

Color info

#4E082E contains mainly red and blue colors. Web safe color of #4E082E is #660033 (or #603).

RGB color model

#4E082E color RGB value is (78,8,46).

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

RGB channels and saturation

R 78 of 255 = 31%
G 8 of 255 = 3%
B 46 of 255 = 18%

78
8
46

R + G + B ~ 17%. #4E082E is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 8 + 46 = 132 (100%)
R 78 of 132 ~ 59.09%
G 8 of 132 ~ 6.06%
B 46 of 132 ~ 34.85%

%59.09
%34.85

CMYK color model

#4E082E color CMYK value is (0,90,41,69).

  • cyan value is 0.00%
  • magenta value is 89.74%
  • yellow value is 41.03%
  • key color value is 69.41%
CMYK:
(0,90,41,69)
C0M90Y41K69 
(0%,90%,41%,69%)
(0.00/0.90/0.41/0.69)	

CMYK percentages

%0
%89.74
%41.03
%69.41

Codes

Color #4E082E in popluar color models

4E082E
RGB78846
HSL327°81.40%16.86%
HSB/HSV327°89.74%30.59%
CMYK0.00%89.74%41.03%
69.41%

Color #4E082E in popluar number systems.

HEX4E082E
Decimal78846
Binary10011101000101110
Octal1161056

Shades and tints

Shades of #4E082E

#4E082E
(78,8,46)
#47082A
(71,8,42)
#400826
(64,8,38)
#390822
(57,8,34)
#32081E
(50,8,30)
#2B081A
(43,8,26)
#240816
(36,8,22)
#1D0812
(29,8,18)
#16080E
(22,8,14)
#0F080A
(15,8,10)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #4E082E

#4E082E
(78,8,46)
#5E1E41
(94,30,65)
#6E3454
(110,52,84)
#7E4A67
(126,74,103)
#8E607A
(142,96,122)
#9E768D
(158,118,141)
#AE8CA0
(174,140,160)
#BEA2B3
(190,162,179)
#CEB8C6
(206,184,198)
#DECED9
(222,206,217)
#EEE4EC
(238,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E082E; }

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

This text font color is #4E082E.


Background Color

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

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

This div background color is #4E082E.


Border color

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

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

This div border color is #4E082E.


Opacity

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

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

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

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

This text has shadow with #4E082E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E082E on black background.


Color preview on white background

This text has color #4E082E on white background.



Black color preview on #4E082E background

This text has black color on #4E082E background.


White color preview on #4E082E background

This text has white color on #4E082E background.