COLOR #4E1D0C

HEX: #4E1D0C RGB: (78,29,12)

Color info

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

RGB color model

#4E1D0C color RGB value is (78,29,12).

RGB: (78,29,12) (31%, 11%, 5%)

RGB channels and saturation

R 78 of 255 = 31%
G 29 of 255 = 11%
B 12 of 255 = 5%

78
29
12

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

Portions of RGB colors in percentages

R + G + B = 78 + 29 + 12 = 119 (100%)
R 78 of 119 ~ 65.55%
G 29 of 119 ~ 24.37%
B 12 of 119 ~ 10.08'%

%65.55
%24.37
%10.08

CMYK color model

#4E1D0C color CMYK value is (0,63,85,69).

  • cyan value is 0.00%
  • magenta value is 62.82%
  • yellow value is 84.62%
  • key color value is 69.41%
CMYK: (0,63,85,69) C0M63Y85K69 (0%,63%,85%,69%) (0.00/0.63/0.85/0.69) 

CMYK percentages

%0
%62.82
%84.62
%69.41

Codes

Color #4E1D0C in popluar color models

4E 1D 0C
RGB 78 29 12
HSL 15° 73.33% 17.65%
HSB/HSV 15° 84.62% 30.59%
CMYK 0.00% 62.82% 84.62%
69.41%

Color #4E1D0C in popluar number systems.

HEX 4E 1D 0C
Decimal 78 29 12
Binary 1001110 11101 1100
Octal 116 35 14

Shades and tints

Shades of #4E1D0C

#4E1D0C
(78,29,12)
#471B0B
(71,27,11)
#40190A
(64,25,10)
#391709
(57,23,9)
#321508
(50,21,8)
#2B1307
(43,19,7)
#241106
(36,17,6)
#1D0F05
(29,15,5)
#160D04
(22,13,4)
#0F0B03
(15,11,3)
#080902
(8,9,2)
#000000
(0,0,0)

Tints of #4E1D0C

#4E1D0C
(78,29,12)
#5E3122
(94,49,34)
#6E4538
(110,69,56)
#7E594E
(126,89,78)
#8E6D64
(142,109,100)
#9E817A
(158,129,122)
#AE9590
(174,149,144)
#BEA9A6
(190,169,166)
#CEBDBC
(206,189,188)
#DED1D2
(222,209,210)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1D0C; }

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

This text font color is #4E1D0C.

Background Color

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

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

This div background color is #4E1D0C.

Border color

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

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

This div border color is #4E1D0C.

Opacity

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

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

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

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

This text has shadow with #4E1D0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E1D0C.

Preview

Color preview on black background

This text has color #4E1D0C on black background.


Color preview on white background

This text has color #4E1D0C on white background.


Black color preview on #4E1D0C background

This text has black color on #4E1D0C background.


White color preview on #4E1D0C background

This text has white color on #4E1D0C background.


Related colors

Complementary color

Complementary color for #hex is #B1E2F3.


I love getcolorcode.com

Triadic colors

1 #0C4E1D and #1D0C4E with #4E1D0C are triadic colors.

2 #0C1D4E and #1D4E0C with #4E1D0C are triadic colors.