COLOR #4E150A

HEX: #4E150A RGB: (78,21,10)

Color info

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

RGB color model

#4E150A color RGB value is (78,21,10).

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

RGB channels and saturation

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

78
21
10

R + G + B ~ 14%. #4E150A is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 21 + 10 = 109 (100%)
R 78 of 109 ~ 71.56%
G 21 of 109 ~ 19.27%
B 10 of 109 ~ 9.17'%

%71.56
%19.27

CMYK color model

#4E150A color CMYK value is (0,73,87,69).

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

CMYK: (0,73,87,69)
C0M73Y87K69 (0%, 73%, 87%, 69%)
(0.00 / 0.73 / 0.87 / 0.69)

CMYK percentages

%0
%73.08
%87.18
%69.41

Codes

Color #4E150A in popluar color models

4E 15 0A
RGB 78 21 10
HSL 10° 77.27% 17.25%
HSB/HSV 10° 87.18% 30.59%
CMYK 0.00% 73.08% 87.18%
69.41%

Color #4E150A in popluar number systems.

HEX 4E 15 0A
Decimal 78 21 10
Binary 1001110 10101 1010
Octal 116 25 12

Shades and tints

Shades of #4E150A

#4E150A
(78,21,10)
#47140A
(71,20,10)
#40130A
(64,19,10)
#39120A
(57,18,10)
#32110A
(50,17,10)
#2B100A
(43,16,10)
#240F0A
(36,15,10)
#1D0E0A
(29,14,10)
#160D0A
(22,13,10)
#0F0C0A
(15,12,10)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #4E150A

#4E150A
(78,21,10)
#5E2A20
(94,42,32)
#6E3F36
(110,63,54)
#7E544C
(126,84,76)
#8E6962
(142,105,98)
#9E7E78
(158,126,120)
#AE938E
(174,147,142)
#BEA8A4
(190,168,164)
#CEBDBA
(206,189,186)
#DED2D0
(222,210,208)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E150A; }

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

This text font color is #4E150A.

Background Color

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

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

This div background color is #4E150A.

Border color

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

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

This div border color is #4E150A.

Opacity

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

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

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

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

This text has shadow with #4E150A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E150A.

Preview

Color preview on black background

This text has color #4E150A on black background.


Color preview on white background

This text has color #4E150A on white background.


Black color preview on #4E150A background

This text has black color on #4E150A background.


White color preview on #4E150A background

This text has white color on #4E150A background.


Related colors

Complementary color

Complementary color for #hex is #B1EAF5.


I love getcolorcode.com

Triadic colors

1 #0A4E15 and #150A4E with #4E150A are triadic colors.

2 #0A154E and #154E0A with #4E150A are triadic colors.