COLOR #4E1E01

HEX: #4E1E01
RGB: (78,30,1)

Color info

#4E1E01 contains mainly red and green colors. Web safe color of #4E1E01 is #663300 (or #630).

RGB color model

#4E1E01 color RGB value is (78,30,1).

  • red value is 78;
  • green value is 30;
  • blue value is 1.
RGB:
(78,30,1)
(31%,12%,0%)

RGB channels and saturation

R 78 of 255 = 31%
G 30 of 255 = 12%
B 1 of 255 = 0%

78
30
1

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

Portions of RGB colors in percentages

R + G + B =
78 + 30 + 1 = 109 (100%)
R 78 of 109 ~ 71.56%
G 30 of 109 ~ 27.52%
B 1 of 109 ~ 0.92%

%71.56
%27.52

CMYK color model

#4E1E01 color CMYK value is (0,62,99,69).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 98.72%
  • key color value is 69.41%
CMYK:
(0,62,99,69)
C0M62Y99K69 
(0%,62%,99%,69%)
(0.00/0.62/0.99/0.69)	

CMYK percentages

%0
%61.54
%98.72
%69.41

Codes

Color #4E1E01 in popluar color models

4E1E01
RGB78301
HSL23°97.47%15.49%
HSB/HSV23°98.72%30.59%
CMYK0.00%61.54%98.72%
69.41%

Color #4E1E01 in popluar number systems.

HEX4E1E01
Decimal78301
Binary1001110111101
Octal116361

Shades and tints

Shades of #4E1E01

#4E1E01
(78,30,1)
#471C01
(71,28,1)
#401A01
(64,26,1)
#391801
(57,24,1)
#321601
(50,22,1)
#2B1401
(43,20,1)
#241201
(36,18,1)
#1D1001
(29,16,1)
#160E01
(22,14,1)
#0F0C01
(15,12,1)
#080A01
(8,10,1)
#000000
(0,0,0)

Tints of #4E1E01

#4E1E01
(78,30,1)
#5E3218
(94,50,24)
#6E462F
(110,70,47)
#7E5A46
(126,90,70)
#8E6E5D
(142,110,93)
#9E8274
(158,130,116)
#AE968B
(174,150,139)
#BEAAA2
(190,170,162)
#CEBEB9
(206,190,185)
#DED2D0
(222,210,208)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1E01 color. Also use rgb(78,30,1) instead hex code.

Text Font Color

.myTextColor { color: #4E1E01; }

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

This text font color is #4E1E01.


Background Color

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

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

This div background color is #4E1E01.


Border color

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

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

This div border color is #4E1E01.


Opacity

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

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

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

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

This text has shadow with #4E1E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1E01 on black background.


Color preview on white background

This text has color #4E1E01 on white background.



Black color preview on #4E1E01 background

This text has black color on #4E1E01 background.


White color preview on #4E1E01 background

This text has white color on #4E1E01 background.