COLOR #4E1809

HEX: #4E1809
RGB: (78,24,9)

Color info

#4E1809 contains mainly red and green colors. Web safe color of #4E1809 is #660000 (or #600).

RGB color model

#4E1809 color RGB value is (78,24,9).

  • red value is 78;
  • green value is 24;
  • blue value is 9.
RGB:
(78,24,9)
(31%,9%,4%)

RGB channels and saturation

R 78 of 255 = 31%
G 24 of 255 = 9%
B 9 of 255 = 4%

78
24
9

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

Portions of RGB colors in percentages

R + G + B =
78 + 24 + 9 = 111 (100%)
R 78 of 111 ~ 70.27%
G 24 of 111 ~ 21.62%
B 9 of 111 ~ 8.11%

%70.27
%21.62

CMYK color model

#4E1809 color CMYK value is (0,69,88,69).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 88.46%
  • key color value is 69.41%
CMYK:
(0,69,88,69)
C0M69Y88K69 
(0%,69%,88%,69%)
(0.00/0.69/0.88/0.69)	

CMYK percentages

%0
%69.23
%88.46
%69.41

Codes

Color #4E1809 in popluar color models

4E1809
RGB78249
HSL13°79.31%17.06%
HSB/HSV13°88.46%30.59%
CMYK0.00%69.23%88.46%
69.41%

Color #4E1809 in popluar number systems.

HEX4E1809
Decimal78249
Binary1001110110001001
Octal1163011

Shades and tints

Shades of #4E1809

#4E1809
(78,24,9)
#471609
(71,22,9)
#401409
(64,20,9)
#391209
(57,18,9)
#321009
(50,16,9)
#2B0E09
(43,14,9)
#240C09
(36,12,9)
#1D0A09
(29,10,9)
#160809
(22,8,9)
#0F0609
(15,6,9)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #4E1809

#4E1809
(78,24,9)
#5E2D1F
(94,45,31)
#6E4235
(110,66,53)
#7E574B
(126,87,75)
#8E6C61
(142,108,97)
#9E8177
(158,129,119)
#AE968D
(174,150,141)
#BEABA3
(190,171,163)
#CEC0B9
(206,192,185)
#DED5CF
(222,213,207)
#EEEAE5
(238,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1809 color. Also use rgb(78,24,9) instead hex code.

Text Font Color

.myTextColor { color: #4E1809; }

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

This text font color is #4E1809.


Background Color

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

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

This div background color is #4E1809.


Border color

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

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

This div border color is #4E1809.


Opacity

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

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

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

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

This text has shadow with #4E1809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1809 on black background.


Color preview on white background

This text has color #4E1809 on white background.



Black color preview on #4E1809 background

This text has black color on #4E1809 background.


White color preview on #4E1809 background

This text has white color on #4E1809 background.