COLOR #4E1F09

HEX: #4E1F09
RGB: (78,31,9)

Color info

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

RGB color model

#4E1F09 color RGB value is (78,31,9).

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

RGB channels and saturation

R 78 of 255 = 31%
G 31 of 255 = 12%
B 9 of 255 = 4%

78
31
9

R + G + B ~ 16%. #4E1F09 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 31 + 9 = 118 (100%)
R 78 of 118 ~ 66.1%
G 31 of 118 ~ 26.27%
B 9 of 118 ~ 7.63%

%66.1
%26.27

CMYK color model

#4E1F09 color CMYK value is (0,60,88,69).

  • cyan value is 0.00%
  • magenta value is 60.26%
  • yellow value is 88.46%
  • key color value is 69.41%
CMYK:
(0,60,88,69)
C0M60Y88K69 
(0%,60%,88%,69%)
(0.00/0.60/0.88/0.69)	

CMYK percentages

%0
%60.26
%88.46
%69.41

Codes

Color #4E1F09 in popluar color models

4E1F09
RGB78319
HSL19°79.31%17.06%
HSB/HSV19°88.46%30.59%
CMYK0.00%60.26%88.46%
69.41%

Color #4E1F09 in popluar number systems.

HEX4E1F09
Decimal78319
Binary1001110111111001
Octal1163711

Shades and tints

Shades of #4E1F09

#4E1F09
(78,31,9)
#471D09
(71,29,9)
#401B09
(64,27,9)
#391909
(57,25,9)
#321709
(50,23,9)
#2B1509
(43,21,9)
#241309
(36,19,9)
#1D1109
(29,17,9)
#160F09
(22,15,9)
#0F0D09
(15,13,9)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #4E1F09

#4E1F09
(78,31,9)
#5E331F
(94,51,31)
#6E4735
(110,71,53)
#7E5B4B
(126,91,75)
#8E6F61
(142,111,97)
#9E8377
(158,131,119)
#AE978D
(174,151,141)
#BEABA3
(190,171,163)
#CEBFB9
(206,191,185)
#DED3CF
(222,211,207)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1F09 color. Also use rgb(78,31,9) instead hex code.

Text Font Color

.myTextColor { color: #4E1F09; }

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

This text font color is #4E1F09.


Background Color

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

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

This div background color is #4E1F09.


Border color

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

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

This div border color is #4E1F09.


Opacity

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

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

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

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

This text has shadow with #4E1F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1F09 on black background.


Color preview on white background

This text has color #4E1F09 on white background.



Black color preview on #4E1F09 background

This text has black color on #4E1F09 background.


White color preview on #4E1F09 background

This text has white color on #4E1F09 background.