COLOR #4E1C09

HEX: #4E1C09
RGB: (78,28,9)

Color info

#4E1C09 contains mainly red and green colors. Web safe color of #4E1C09 is #663300 (or #630).

RGB color model

#4E1C09 color RGB value is (78,28,9).

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

RGB channels and saturation

R 78 of 255 = 31%
G 28 of 255 = 11%
B 9 of 255 = 4%

78
28
9

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

Portions of RGB colors in percentages

R + G + B =
78 + 28 + 9 = 115 (100%)
R 78 of 115 ~ 67.83%
G 28 of 115 ~ 24.35%
B 9 of 115 ~ 7.83%

%67.83
%24.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 64.10%
  • yellow value is 88.46%
  • key color value is 69.41%
CMYK:
(0,64,88,69)
C0M64Y88K69 
(0%,64%,88%,69%)
(0.00/0.64/0.88/0.69)	

CMYK percentages

%0
%64.1
%88.46
%69.41

Codes

Color #4E1C09 in popluar color models

4E1C09
RGB78289
HSL17°79.31%17.06%
HSB/HSV17°88.46%30.59%
CMYK0.00%64.10%88.46%
69.41%

Color #4E1C09 in popluar number systems.

HEX4E1C09
Decimal78289
Binary1001110111001001
Octal1163411

Shades and tints

Shades of #4E1C09

#4E1C09
(78,28,9)
#471A09
(71,26,9)
#401809
(64,24,9)
#391609
(57,22,9)
#321409
(50,20,9)
#2B1209
(43,18,9)
#241009
(36,16,9)
#1D0E09
(29,14,9)
#160C09
(22,12,9)
#0F0A09
(15,10,9)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #4E1C09

#4E1C09
(78,28,9)
#5E301F
(94,48,31)
#6E4435
(110,68,53)
#7E584B
(126,88,75)
#8E6C61
(142,108,97)
#9E8077
(158,128,119)
#AE948D
(174,148,141)
#BEA8A3
(190,168,163)
#CEBCB9
(206,188,185)
#DED0CF
(222,208,207)
#EEE4E5
(238,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1C09; }

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

This text font color is #4E1C09.


Background Color

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

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

This div background color is #4E1C09.


Border color

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

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

This div border color is #4E1C09.


Opacity

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

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

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

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

This text has shadow with #4E1C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1C09 on black background.


Color preview on white background

This text has color #4E1C09 on white background.



Black color preview on #4E1C09 background

This text has black color on #4E1C09 background.


White color preview on #4E1C09 background

This text has white color on #4E1C09 background.