COLOR #4E210C

HEX: #4E210C RGB: (78,33,12)

Color info

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

RGB color model

#4E210C color RGB value is (78,33,12).

RGB: (78,33,12) (31%, 13%, 5%)

RGB channels and saturation

R 78 of 255 = 31%
G 33 of 255 = 13%
B 12 of 255 = 5%

78
33
12

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

Portions of RGB colors in percentages

R + G + B = 78 + 33 + 12 = 123 (100%)
R 78 of 123 ~ 63.41%
G 33 of 123 ~ 26.83%
B 12 of 123 ~ 9.76'%

%63.41
%26.83

CMYK color model

#4E210C color CMYK value is (0,58,85,69).

  • cyan value is 0.00%
  • magenta value is 57.69%
  • yellow value is 84.62%
  • key color value is 69.41%

CMYK: (0,58,85,69)
C0M58Y85K69 (0%, 58%, 85%, 69%)
(0.00 / 0.58 / 0.85 / 0.69)

CMYK percentages

%0
%57.69
%84.62
%69.41

Codes

Color #4E210C in popluar color models

4E 21 0C
RGB 78 33 12
HSL 19° 73.33% 17.65%
HSB/HSV 19° 84.62% 30.59%
CMYK 0.00% 57.69% 84.62%
69.41%

Color #4E210C in popluar number systems.

HEX 4E 21 0C
Decimal 78 33 12
Binary 1001110 100001 1100
Octal 116 41 14

Shades and tints

Shades of #4E210C

#4E210C
(78,33,12)
#471E0B
(71,30,11)
#401B0A
(64,27,10)
#391809
(57,24,9)
#321508
(50,21,8)
#2B1207
(43,18,7)
#240F06
(36,15,6)
#1D0C05
(29,12,5)
#160904
(22,9,4)
#0F0603
(15,6,3)
#080302
(8,3,2)
#000000
(0,0,0)

Tints of #4E210C

#4E210C
(78,33,12)
#5E3522
(94,53,34)
#6E4938
(110,73,56)
#7E5D4E
(126,93,78)
#8E7164
(142,113,100)
#9E857A
(158,133,122)
#AE9990
(174,153,144)
#BEADA6
(190,173,166)
#CEC1BC
(206,193,188)
#DED5D2
(222,213,210)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E210C; }

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

This text font color is #4E210C.

Background Color

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

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

This div background color is #4E210C.

Border color

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

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

This div border color is #4E210C.

Opacity

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

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

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

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

This text has shadow with #4E210C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E210C.

Preview

Color preview on black background

This text has color #4E210C on black background.


Color preview on white background

This text has color #4E210C on white background.


Black color preview on #4E210C background

This text has black color on #4E210C background.


White color preview on #4E210C background

This text has white color on #4E210C background.


Related colors

Complementary color

Complementary color for #hex is #B1DEF3.


I love getcolorcode.com

Triadic colors

1 #0C4E21 and #210C4E with #4E210C are triadic colors.

2 #0C214E and #214E0C with #4E210C are triadic colors.