COLOR #4E071D

HEX: #4E071D
RGB: (78,7,29)

Color info

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

RGB color model

#4E071D color RGB value is (78,7,29).

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

RGB channels and saturation

R 78 of 255 = 31%
G 7 of 255 = 3%
B 29 of 255 = 11%

78
7
29

R + G + B ~ 15%. #4E071D is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 7 + 29 = 114 (100%)
R 78 of 114 ~ 68.42%
G 7 of 114 ~ 6.14%
B 29 of 114 ~ 25.44%

%68.42
%25.44

CMYK color model

#4E071D color CMYK value is (0,91,63,69).

  • cyan value is 0.00%
  • magenta value is 91.03%
  • yellow value is 62.82%
  • key color value is 69.41%
CMYK:
(0,91,63,69)
C0M91Y63K69 
(0%,91%,63%,69%)
(0.00/0.91/0.63/0.69)	

CMYK percentages

%0
%91.03
%62.82
%69.41

Codes

Color #4E071D in popluar color models

4E071D
RGB78729
HSL341°83.53%16.67%
HSB/HSV341°91.03%30.59%
CMYK0.00%91.03%62.82%
69.41%

Color #4E071D in popluar number systems.

HEX4E071D
Decimal78729
Binary100111011111101
Octal116735

Shades and tints

Shades of #4E071D

#4E071D
(78,7,29)
#47071B
(71,7,27)
#400719
(64,7,25)
#390717
(57,7,23)
#320715
(50,7,21)
#2B0713
(43,7,19)
#240711
(36,7,17)
#1D070F
(29,7,15)
#16070D
(22,7,13)
#0F070B
(15,7,11)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #4E071D

#4E071D
(78,7,29)
#5E1D31
(94,29,49)
#6E3345
(110,51,69)
#7E4959
(126,73,89)
#8E5F6D
(142,95,109)
#9E7581
(158,117,129)
#AE8B95
(174,139,149)
#BEA1A9
(190,161,169)
#CEB7BD
(206,183,189)
#DECDD1
(222,205,209)
#EEE3E5
(238,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E071D; }

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

This text font color is #4E071D.


Background Color

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

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

This div background color is #4E071D.


Border color

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

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

This div border color is #4E071D.


Opacity

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

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

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

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

This text has shadow with #4E071D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E071D on black background.


Color preview on white background

This text has color #4E071D on white background.



Black color preview on #4E071D background

This text has black color on #4E071D background.


White color preview on #4E071D background

This text has white color on #4E071D background.