COLOR #4E1519

HEX: #4E1519 RGB: (78,21,25)

Color info

#4E1519 contains red, green and blue colors in about the same proportion. Web safe color of #4E1519 is #660000 (or #600).

RGB color model

#4E1519 color RGB value is (78,21,25).

RGB: (78,21,25) (31%, 8%, 10%)

RGB channels and saturation

R 78 of 255 = 31%
G 21 of 255 = 8%
B 25 of 255 = 10%

78
21
25

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

Portions of RGB colors in percentages

R + G + B = 78 + 21 + 25 = 124 (100%)
R 78 of 124 ~ 62.9%
G 21 of 124 ~ 16.94%
B 25 of 124 ~ 20.16'%

%62.9
%16.94
%20.16

CMYK color model

#4E1519 color CMYK value is (0,73,68,69).

  • cyan value is 0.00%
  • magenta value is 73.08%
  • yellow value is 67.95%
  • key color value is 69.41%

CMYK: (0,73,68,69)
C0M73Y68K69 (0%, 73%, 68%, 69%)
(0.00 / 0.73 / 0.68 / 0.69)

CMYK percentages

%0
%73.08
%67.95
%69.41

Codes

Color #4E1519 in popluar color models

4E 15 19
RGB 78 21 25
HSL 356° 57.58% 19.41%
HSB/HSV 356° 73.08% 30.59%
CMYK 0.00% 73.08% 67.95%
69.41%

Color #4E1519 in popluar number systems.

HEX 4E 15 19
Decimal 78 21 25
Binary 1001110 10101 11001
Octal 116 25 31

Shades and tints

Shades of #4E1519

#4E1519
(78,21,25)
#471417
(71,20,23)
#401315
(64,19,21)
#391213
(57,18,19)
#321111
(50,17,17)
#2B100F
(43,16,15)
#240F0D
(36,15,13)
#1D0E0B
(29,14,11)
#160D09
(22,13,9)
#0F0C07
(15,12,7)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #4E1519

#4E1519
(78,21,25)
#5E2A2D
(94,42,45)
#6E3F41
(110,63,65)
#7E5455
(126,84,85)
#8E6969
(142,105,105)
#9E7E7D
(158,126,125)
#AE9391
(174,147,145)
#BEA8A5
(190,168,165)
#CEBDB9
(206,189,185)
#DED2CD
(222,210,205)
#EEE7E1
(238,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1519; }

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

This text font color is #4E1519.

Background Color

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

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

This div background color is #4E1519.

Border color

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

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

This div border color is #4E1519.

Opacity

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

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

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

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

This text has shadow with #4E1519 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E1519.

Preview

Color preview on black background

This text has color #4E1519 on black background.


Color preview on white background

This text has color #4E1519 on white background.


Black color preview on #4E1519 background

This text has black color on #4E1519 background.


White color preview on #4E1519 background

This text has white color on #4E1519 background.


Related colors

Complementary color

Complementary color for #hex is #B1EAE6.


I love getcolorcode.com

Triadic colors

1 #194E15 and #15194E with #4E1519 are triadic colors.

2 #19154E and #154E19 with #4E1519 are triadic colors.