COLOR #4E1215

HEX: #4E1215
RGB: (78,18,21)

Color info

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

RGB color model

#4E1215 color RGB value is (78,18,21).

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

RGB channels and saturation

R 78 of 255 = 31%
G 18 of 255 = 7%
B 21 of 255 = 8%

78
18
21

R + G + B ~ 15%. #4E1215 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 18 + 21 = 117 (100%)
R 78 of 117 ~ 66.67%
G 18 of 117 ~ 15.38%
B 21 of 117 ~ 17.95%

%66.67
%15.38
%17.95

CMYK color model

#4E1215 color CMYK value is (0,77,73,69).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 73.08%
  • key color value is 69.41%
CMYK:
(0,77,73,69)
C0M77Y73K69 
(0%,77%,73%,69%)
(0.00/0.77/0.73/0.69)	

CMYK percentages

%0
%76.92
%73.08
%69.41

Codes

Color #4E1215 in popluar color models

4E1215
RGB781821
HSL357°62.50%18.82%
HSB/HSV357°76.92%30.59%
CMYK0.00%76.92%73.08%
69.41%

Color #4E1215 in popluar number systems.

HEX4E1215
Decimal781821
Binary10011101001010101
Octal1162225

Shades and tints

Shades of #4E1215

#4E1215
(78,18,21)
#471114
(71,17,20)
#401013
(64,16,19)
#390F12
(57,15,18)
#320E11
(50,14,17)
#2B0D10
(43,13,16)
#240C0F
(36,12,15)
#1D0B0E
(29,11,14)
#160A0D
(22,10,13)
#0F090C
(15,9,12)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #4E1215

#4E1215
(78,18,21)
#5E272A
(94,39,42)
#6E3C3F
(110,60,63)
#7E5154
(126,81,84)
#8E6669
(142,102,105)
#9E7B7E
(158,123,126)
#AE9093
(174,144,147)
#BEA5A8
(190,165,168)
#CEBABD
(206,186,189)
#DECFD2
(222,207,210)
#EEE4E7
(238,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1215; }

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

This text font color is #4E1215.


Background Color

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

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

This div background color is #4E1215.


Border color

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

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

This div border color is #4E1215.


Opacity

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

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

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

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

This text has shadow with #4E1215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1215 on black background.


Color preview on white background

This text has color #4E1215 on white background.



Black color preview on #4E1215 background

This text has black color on #4E1215 background.


White color preview on #4E1215 background

This text has white color on #4E1215 background.