COLOR #4E1502

HEX: #4E1502
RGB: (78,21,2)

Color info

#4E1502 contains mainly red and green colors. Web safe color of #4E1502 is #660000 (or #600).

RGB color model

#4E1502 color RGB value is (78,21,2).

  • red value is 78;
  • green value is 21;
  • blue value is 2.
RGB:
(78,21,2)
(31%,8%,1%)

RGB channels and saturation

R 78 of 255 = 31%
G 21 of 255 = 8%
B 2 of 255 = 1%

78
21
2

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

Portions of RGB colors in percentages

R + G + B =
78 + 21 + 2 = 101 (100%)
R 78 of 101 ~ 77.23%
G 21 of 101 ~ 20.79%
B 2 of 101 ~ 1.98%

%77.23
%20.79

CMYK color model

#4E1502 color CMYK value is (0,73,97,69).

  • cyan value is 0.00%
  • magenta value is 73.08%
  • yellow value is 97.44%
  • key color value is 69.41%
CMYK:
(0,73,97,69)
C0M73Y97K69 
(0%,73%,97%,69%)
(0.00/0.73/0.97/0.69)	

CMYK percentages

%0
%73.08
%97.44
%69.41

Codes

Color #4E1502 in popluar color models

4E1502
RGB78212
HSL15°95.00%15.69%
HSB/HSV15°97.44%30.59%
CMYK0.00%73.08%97.44%
69.41%

Color #4E1502 in popluar number systems.

HEX4E1502
Decimal78212
Binary10011101010110
Octal116252

Shades and tints

Shades of #4E1502

#4E1502
(78,21,2)
#471402
(71,20,2)
#401302
(64,19,2)
#391202
(57,18,2)
#321102
(50,17,2)
#2B1002
(43,16,2)
#240F02
(36,15,2)
#1D0E02
(29,14,2)
#160D02
(22,13,2)
#0F0C02
(15,12,2)
#080B02
(8,11,2)
#000000
(0,0,0)

Tints of #4E1502

#4E1502
(78,21,2)
#5E2A19
(94,42,25)
#6E3F30
(110,63,48)
#7E5447
(126,84,71)
#8E695E
(142,105,94)
#9E7E75
(158,126,117)
#AE938C
(174,147,140)
#BEA8A3
(190,168,163)
#CEBDBA
(206,189,186)
#DED2D1
(222,210,209)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1502 color. Also use rgb(78,21,2) instead hex code.

Text Font Color

.myTextColor { color: #4E1502; }

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

This text font color is #4E1502.


Background Color

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

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

This div background color is #4E1502.


Border color

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

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

This div border color is #4E1502.


Opacity

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

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

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

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

This text has shadow with #4E1502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1502 on black background.


Color preview on white background

This text has color #4E1502 on white background.



Black color preview on #4E1502 background

This text has black color on #4E1502 background.


White color preview on #4E1502 background

This text has white color on #4E1502 background.