COLOR #4E0A0C

HEX: #4E0A0C
RGB: (78,10,12)

Color info

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

RGB color model

#4E0A0C color RGB value is (78,10,12).

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

RGB channels and saturation

R 78 of 255 = 31%
G 10 of 255 = 4%
B 12 of 255 = 5%

78
10
12

R + G + B ~ 13%. #4E0A0C is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 10 + 12 = 100 (100%)
R 78 of 100 ~ 78%
G 10 of 100 ~ 10%
B 12 of 100 ~ 12%

%78
%10
%12

CMYK color model

#4E0A0C color CMYK value is (0,87,85,69).

  • cyan value is 0.00%
  • magenta value is 87.18%
  • yellow value is 84.62%
  • key color value is 69.41%
CMYK:
(0,87,85,69)
C0M87Y85K69 
(0%,87%,85%,69%)
(0.00/0.87/0.85/0.69)	

CMYK percentages

%0
%87.18
%84.62
%69.41

Codes

Color #4E0A0C in popluar color models

4E0A0C
RGB781012
HSL358°77.27%17.25%
HSB/HSV358°87.18%30.59%
CMYK0.00%87.18%84.62%
69.41%

Color #4E0A0C in popluar number systems.

HEX4E0A0C
Decimal781012
Binary100111010101100
Octal1161214

Shades and tints

Shades of #4E0A0C

#4E0A0C
(78,10,12)
#470A0B
(71,10,11)
#400A0A
(64,10,10)
#390A09
(57,10,9)
#320A08
(50,10,8)
#2B0A07
(43,10,7)
#240A06
(36,10,6)
#1D0A05
(29,10,5)
#160A04
(22,10,4)
#0F0A03
(15,10,3)
#080A02
(8,10,2)
#000000
(0,0,0)

Tints of #4E0A0C

#4E0A0C
(78,10,12)
#5E2022
(94,32,34)
#6E3638
(110,54,56)
#7E4C4E
(126,76,78)
#8E6264
(142,98,100)
#9E787A
(158,120,122)
#AE8E90
(174,142,144)
#BEA4A6
(190,164,166)
#CEBABC
(206,186,188)
#DED0D2
(222,208,210)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0A0C; }

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

This text font color is #4E0A0C.


Background Color

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

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

This div background color is #4E0A0C.


Border color

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

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

This div border color is #4E0A0C.


Opacity

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

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

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

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

This text has shadow with #4E0A0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0A0C on black background.


Color preview on white background

This text has color #4E0A0C on white background.



Black color preview on #4E0A0C background

This text has black color on #4E0A0C background.


White color preview on #4E0A0C background

This text has white color on #4E0A0C background.