COLOR #4E1D10

HEX: #4E1D10
RGB: (78,29,16)

Color info

#4E1D10 contains mainly red and green colors. Web safe color of #4E1D10 is #663300 (or #630).

RGB color model

#4E1D10 color RGB value is (78,29,16).

  • red value is 78;
  • green value is 29;
  • blue value is 16.
RGB:
(78,29,16)
(31%,11%,6%)

RGB channels and saturation

R 78 of 255 = 31%
G 29 of 255 = 11%
B 16 of 255 = 6%

78
29
16

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

Portions of RGB colors in percentages

R + G + B =
78 + 29 + 16 = 123 (100%)
R 78 of 123 ~ 63.41%
G 29 of 123 ~ 23.58%
B 16 of 123 ~ 13.01%

%63.41
%23.58
%13.01

CMYK color model

#4E1D10 color CMYK value is (0,63,79,69).

  • cyan value is 0.00%
  • magenta value is 62.82%
  • yellow value is 79.49%
  • key color value is 69.41%
CMYK:
(0,63,79,69)
C0M63Y79K69 
(0%,63%,79%,69%)
(0.00/0.63/0.79/0.69)	

CMYK percentages

%0
%62.82
%79.49
%69.41

Codes

Color #4E1D10 in popluar color models

4E1D10
RGB782916
HSL13°65.96%18.43%
HSB/HSV13°79.49%30.59%
CMYK0.00%62.82%79.49%
69.41%

Color #4E1D10 in popluar number systems.

HEX4E1D10
Decimal782916
Binary10011101110110000
Octal1163520

Shades and tints

Shades of #4E1D10

#4E1D10
(78,29,16)
#471B0F
(71,27,15)
#40190E
(64,25,14)
#39170D
(57,23,13)
#32150C
(50,21,12)
#2B130B
(43,19,11)
#24110A
(36,17,10)
#1D0F09
(29,15,9)
#160D08
(22,13,8)
#0F0B07
(15,11,7)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #4E1D10

#4E1D10
(78,29,16)
#5E3125
(94,49,37)
#6E453A
(110,69,58)
#7E594F
(126,89,79)
#8E6D64
(142,109,100)
#9E8179
(158,129,121)
#AE958E
(174,149,142)
#BEA9A3
(190,169,163)
#CEBDB8
(206,189,184)
#DED1CD
(222,209,205)
#EEE5E2
(238,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1D10 color. Also use rgb(78,29,16) instead hex code.

Text Font Color

.myTextColor { color: #4E1D10; }

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

This text font color is #4E1D10.


Background Color

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

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

This div background color is #4E1D10.


Border color

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

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

This div border color is #4E1D10.


Opacity

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

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

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

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

This text has shadow with #4E1D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1D10 on black background.


Color preview on white background

This text has color #4E1D10 on white background.



Black color preview on #4E1D10 background

This text has black color on #4E1D10 background.


White color preview on #4E1D10 background

This text has white color on #4E1D10 background.