COLOR #4E1A09

HEX: #4E1A09
RGB: (78,26,9)

Color info

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

RGB color model

#4E1A09 color RGB value is (78,26,9).

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

RGB channels and saturation

R 78 of 255 = 31%
G 26 of 255 = 10%
B 9 of 255 = 4%

78
26
9

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

Portions of RGB colors in percentages

R + G + B =
78 + 26 + 9 = 113 (100%)
R 78 of 113 ~ 69.03%
G 26 of 113 ~ 23.01%
B 9 of 113 ~ 7.96%

%69.03
%23.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 88.46%
  • key color value is 69.41%
CMYK:
(0,67,88,69)
C0M67Y88K69 
(0%,67%,88%,69%)
(0.00/0.67/0.88/0.69)	

CMYK percentages

%0
%66.67
%88.46
%69.41

Codes

Color #4E1A09 in popluar color models

4E1A09
RGB78269
HSL15°79.31%17.06%
HSB/HSV15°88.46%30.59%
CMYK0.00%66.67%88.46%
69.41%

Color #4E1A09 in popluar number systems.

HEX4E1A09
Decimal78269
Binary1001110110101001
Octal1163211

Shades and tints

Shades of #4E1A09

#4E1A09
(78,26,9)
#471809
(71,24,9)
#401609
(64,22,9)
#391409
(57,20,9)
#321209
(50,18,9)
#2B1009
(43,16,9)
#240E09
(36,14,9)
#1D0C09
(29,12,9)
#160A09
(22,10,9)
#0F0809
(15,8,9)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #4E1A09

#4E1A09
(78,26,9)
#5E2E1F
(94,46,31)
#6E4235
(110,66,53)
#7E564B
(126,86,75)
#8E6A61
(142,106,97)
#9E7E77
(158,126,119)
#AE928D
(174,146,141)
#BEA6A3
(190,166,163)
#CEBAB9
(206,186,185)
#DECECF
(222,206,207)
#EEE2E5
(238,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1A09; }

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

This text font color is #4E1A09.


Background Color

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

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

This div background color is #4E1A09.


Border color

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

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

This div border color is #4E1A09.


Opacity

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

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

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

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

This text has shadow with #4E1A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1A09 on black background.


Color preview on white background

This text has color #4E1A09 on white background.



Black color preview on #4E1A09 background

This text has black color on #4E1A09 background.


White color preview on #4E1A09 background

This text has white color on #4E1A09 background.