COLOR #4E190D

HEX: #4E190D RGB: (78,25,13)

Color info

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

RGB color model

#4E190D color RGB value is (78,25,13).

RGB: (78,25,13) (31%, 10%, 5%)

RGB channels and saturation

R 78 of 255 = 31%
G 25 of 255 = 10%
B 13 of 255 = 5%

78
25
13

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

Portions of RGB colors in percentages

R + G + B = 78 + 25 + 13 = 116 (100%)
R 78 of 116 ~ 67.24%
G 25 of 116 ~ 21.55%
B 13 of 116 ~ 11.21'%

%67.24
%21.55
%11.21

CMYK color model

#4E190D color CMYK value is (0,68,83,69).

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

CMYK: (0,68,83,69)
C0M68Y83K69 (0%, 68%, 83%, 69%)
(0.00 / 0.68 / 0.83 / 0.69)

CMYK percentages

%0
%67.95
%83.33
%69.41

Codes

Color #4E190D in popluar color models

4E 19 0D
RGB 78 25 13
HSL 11° 71.43% 17.84%
HSB/HSV 11° 83.33% 30.59%
CMYK 0.00% 67.95% 83.33%
69.41%

Color #4E190D in popluar number systems.

HEX 4E 19 0D
Decimal 78 25 13
Binary 1001110 11001 1101
Octal 116 31 15

Shades and tints

Shades of #4E190D

#4E190D
(78,25,13)
#47170C
(71,23,12)
#40150B
(64,21,11)
#39130A
(57,19,10)
#321109
(50,17,9)
#2B0F08
(43,15,8)
#240D07
(36,13,7)
#1D0B06
(29,11,6)
#160905
(22,9,5)
#0F0704
(15,7,4)
#080503
(8,5,3)
#000000
(0,0,0)

Tints of #4E190D

#4E190D
(78,25,13)
#5E2D23
(94,45,35)
#6E4139
(110,65,57)
#7E554F
(126,85,79)
#8E6965
(142,105,101)
#9E7D7B
(158,125,123)
#AE9191
(174,145,145)
#BEA5A7
(190,165,167)
#CEB9BD
(206,185,189)
#DECDD3
(222,205,211)
#EEE1E9
(238,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E190D; }

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

This text font color is #4E190D.

Background Color

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

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

This div background color is #4E190D.

Border color

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

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

This div border color is #4E190D.

Opacity

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

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

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

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

This text has shadow with #4E190D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E190D.

Preview

Color preview on black background

This text has color #4E190D on black background.


Color preview on white background

This text has color #4E190D on white background.


Black color preview on #4E190D background

This text has black color on #4E190D background.


White color preview on #4E190D background

This text has white color on #4E190D background.


Related colors

Complementary color

Complementary color for #hex is #B1E6F2.


I love getcolorcode.com

Triadic colors

1 #0D4E19 and #190D4E with #4E190D are triadic colors.

2 #0D194E and #194E0D with #4E190D are triadic colors.