COLOR #4E1915

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
25
21

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

Portions of RGB colors in percentages

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

%62.9
%20.16
%16.94

CMYK color model

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

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

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

CMYK percentages

%0
%67.95
%73.08
%69.41

Codes

Color #4E1915 in popluar color models

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

Color #4E1915 in popluar number systems.

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

Shades and tints

Shades of #4E1915

#4E1915
(78,25,21)
#471714
(71,23,20)
#401513
(64,21,19)
#391312
(57,19,18)
#321111
(50,17,17)
#2B0F10
(43,15,16)
#240D0F
(36,13,15)
#1D0B0E
(29,11,14)
#16090D
(22,9,13)
#0F070C
(15,7,12)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #4E1915

#4E1915
(78,25,21)
#5E2D2A
(94,45,42)
#6E413F
(110,65,63)
#7E5554
(126,85,84)
#8E6969
(142,105,105)
#9E7D7E
(158,125,126)
#AE9193
(174,145,147)
#BEA5A8
(190,165,168)
#CEB9BD
(206,185,189)
#DECDD2
(222,205,210)
#EEE1E7
(238,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1915; }

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

This text font color is #4E1915.

Background Color

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

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

This div background color is #4E1915.

Border color

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

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

This div border color is #4E1915.

Opacity

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

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

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

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

This text has shadow with #4E1915 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E1915.

Preview

Color preview on black background

This text has color #4E1915 on black background.


Color preview on white background

This text has color #4E1915 on white background.


Black color preview on #4E1915 background

This text has black color on #4E1915 background.


White color preview on #4E1915 background

This text has white color on #4E1915 background.


Related colors

Complementary color

Complementary color for #hex is #B1E6EA.


I love getcolorcode.com

Triadic colors

1 #154E19 and #19154E with #4E1915 are triadic colors.

2 #15194E and #194E15 with #4E1915 are triadic colors.