COLOR #4E0F06

HEX: #4E0F06
RGB: (78,15,6)

Color info

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

RGB color model

#4E0F06 color RGB value is (78,15,6).

  • red value is 78;
  • green value is 15;
  • blue value is 6.
RGB:
(78,15,6)
(31%,6%,2%)

RGB channels and saturation

R 78 of 255 = 31%
G 15 of 255 = 6%
B 6 of 255 = 2%

78
15
6

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

Portions of RGB colors in percentages

R + G + B =
78 + 15 + 6 = 99 (100%)
R 78 of 99 ~ 78.79%
G 15 of 99 ~ 15.15%
B 6 of 99 ~ 6.06%

%78.79
%15.15

CMYK color model

#4E0F06 color CMYK value is (0,81,92,69).

  • cyan value is 0.00%
  • magenta value is 80.77%
  • yellow value is 92.31%
  • key color value is 69.41%
CMYK:
(0,81,92,69)
C0M81Y92K69 
(0%,81%,92%,69%)
(0.00/0.81/0.92/0.69)	

CMYK percentages

%0
%80.77
%92.31
%69.41

Codes

Color #4E0F06 in popluar color models

4E0F06
RGB78156
HSL85.71%16.47%
HSB/HSV92.31%30.59%
CMYK0.00%80.77%92.31%
69.41%

Color #4E0F06 in popluar number systems.

HEX4E0F06
Decimal78156
Binary10011101111110
Octal116176

Shades and tints

Shades of #4E0F06

#4E0F06
(78,15,6)
#470E06
(71,14,6)
#400D06
(64,13,6)
#390C06
(57,12,6)
#320B06
(50,11,6)
#2B0A06
(43,10,6)
#240906
(36,9,6)
#1D0806
(29,8,6)
#160706
(22,7,6)
#0F0606
(15,6,6)
#080506
(8,5,6)
#000000
(0,0,0)

Tints of #4E0F06

#4E0F06
(78,15,6)
#5E241C
(94,36,28)
#6E3932
(110,57,50)
#7E4E48
(126,78,72)
#8E635E
(142,99,94)
#9E7874
(158,120,116)
#AE8D8A
(174,141,138)
#BEA2A0
(190,162,160)
#CEB7B6
(206,183,182)
#DECCCC
(222,204,204)
#EEE1E2
(238,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E0F06 color. Also use rgb(78,15,6) instead hex code.

Text Font Color

.myTextColor { color: #4E0F06; }

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

This text font color is #4E0F06.


Background Color

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

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

This div background color is #4E0F06.


Border color

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

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

This div border color is #4E0F06.


Opacity

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

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

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

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

This text has shadow with #4E0F06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0F06 on black background.


Color preview on white background

This text has color #4E0F06 on white background.



Black color preview on #4E0F06 background

This text has black color on #4E0F06 background.


White color preview on #4E0F06 background

This text has white color on #4E0F06 background.