COLOR #4E0C12

HEX: #4E0C12
RGB: (78,12,18)

Color info

#4E0C12 contains mainly red color. Web safe color of #4E0C12 is #660000 (or #600).

RGB color model

#4E0C12 color RGB value is (78,12,18).

  • red value is 78;
  • green value is 12;
  • blue value is 18.
RGB:
(78,12,18)
(31%,5%,7%)

RGB channels and saturation

R 78 of 255 = 31%
G 12 of 255 = 5%
B 18 of 255 = 7%

78
12
18

R + G + B ~ 14%. #4E0C12 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 12 + 18 = 108 (100%)
R 78 of 108 ~ 72.22%
G 12 of 108 ~ 11.11%
B 18 of 108 ~ 16.67%

%72.22
%11.11
%16.67

CMYK color model

#4E0C12 color CMYK value is (0,85,77,69).

  • cyan value is 0.00%
  • magenta value is 84.62%
  • yellow value is 76.92%
  • key color value is 69.41%
CMYK:
(0,85,77,69)
C0M85Y77K69 
(0%,85%,77%,69%)
(0.00/0.85/0.77/0.69)	

CMYK percentages

%0
%84.62
%76.92
%69.41

Codes

Color #4E0C12 in popluar color models

4E0C12
RGB781218
HSL355°73.33%17.65%
HSB/HSV355°84.62%30.59%
CMYK0.00%84.62%76.92%
69.41%

Color #4E0C12 in popluar number systems.

HEX4E0C12
Decimal781218
Binary1001110110010010
Octal1161422

Shades and tints

Shades of #4E0C12

#4E0C12
(78,12,18)
#470B11
(71,11,17)
#400A10
(64,10,16)
#39090F
(57,9,15)
#32080E
(50,8,14)
#2B070D
(43,7,13)
#24060C
(36,6,12)
#1D050B
(29,5,11)
#16040A
(22,4,10)
#0F0309
(15,3,9)
#080208
(8,2,8)
#000000
(0,0,0)

Tints of #4E0C12

#4E0C12
(78,12,18)
#5E2227
(94,34,39)
#6E383C
(110,56,60)
#7E4E51
(126,78,81)
#8E6466
(142,100,102)
#9E7A7B
(158,122,123)
#AE9090
(174,144,144)
#BEA6A5
(190,166,165)
#CEBCBA
(206,188,186)
#DED2CF
(222,210,207)
#EEE8E4
(238,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E0C12 color. Also use rgb(78,12,18) instead hex code.

Text Font Color

.myTextColor { color: #4E0C12; }

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

This text font color is #4E0C12.


Background Color

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

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

This div background color is #4E0C12.


Border color

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

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

This div border color is #4E0C12.


Opacity

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

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

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

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

This text has shadow with #4E0C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0C12 on black background.


Color preview on white background

This text has color #4E0C12 on white background.



Black color preview on #4E0C12 background

This text has black color on #4E0C12 background.


White color preview on #4E0C12 background

This text has white color on #4E0C12 background.