COLOR #4E0D08

HEX: #4E0D08
RGB: (78,13,8)

Color info

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

RGB color model

#4E0D08 color RGB value is (78,13,8).

  • red value is 78;
  • green value is 13;
  • blue value is 8.
RGB:
(78,13,8)
(31%,5%,3%)

RGB channels and saturation

R 78 of 255 = 31%
G 13 of 255 = 5%
B 8 of 255 = 3%

78
13
8

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

Portions of RGB colors in percentages

R + G + B =
78 + 13 + 8 = 99 (100%)
R 78 of 99 ~ 78.79%
G 13 of 99 ~ 13.13%
B 8 of 99 ~ 8.08%

%78.79
%13.13

CMYK color model

#4E0D08 color CMYK value is (0,83,90,69).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 89.74%
  • key color value is 69.41%
CMYK:
(0,83,90,69)
C0M83Y90K69 
(0%,83%,90%,69%)
(0.00/0.83/0.90/0.69)	

CMYK percentages

%0
%83.33
%89.74
%69.41

Codes

Color #4E0D08 in popluar color models

4E0D08
RGB78138
HSL81.40%16.86%
HSB/HSV89.74%30.59%
CMYK0.00%83.33%89.74%
69.41%

Color #4E0D08 in popluar number systems.

HEX4E0D08
Decimal78138
Binary100111011011000
Octal1161510

Shades and tints

Shades of #4E0D08

#4E0D08
(78,13,8)
#470C08
(71,12,8)
#400B08
(64,11,8)
#390A08
(57,10,8)
#320908
(50,9,8)
#2B0808
(43,8,8)
#240708
(36,7,8)
#1D0608
(29,6,8)
#160508
(22,5,8)
#0F0408
(15,4,8)
#080308
(8,3,8)
#000000
(0,0,0)

Tints of #4E0D08

#4E0D08
(78,13,8)
#5E231E
(94,35,30)
#6E3934
(110,57,52)
#7E4F4A
(126,79,74)
#8E6560
(142,101,96)
#9E7B76
(158,123,118)
#AE918C
(174,145,140)
#BEA7A2
(190,167,162)
#CEBDB8
(206,189,184)
#DED3CE
(222,211,206)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E0D08 color. Also use rgb(78,13,8) instead hex code.

Text Font Color

.myTextColor { color: #4E0D08; }

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

This text font color is #4E0D08.


Background Color

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

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

This div background color is #4E0D08.


Border color

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

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

This div border color is #4E0D08.


Opacity

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

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

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

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

This text has shadow with #4E0D08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0D08 on black background.


Color preview on white background

This text has color #4E0D08 on white background.



Black color preview on #4E0D08 background

This text has black color on #4E0D08 background.


White color preview on #4E0D08 background

This text has white color on #4E0D08 background.