COLOR #4E210F

HEX: #4E210F RGB: (78,33,15)

Color info

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

RGB color model

#4E210F color RGB value is (78,33,15).

RGB: (78,33,15) (31%, 13%, 6%)

RGB channels and saturation

R 78 of 255 = 31%
G 33 of 255 = 13%
B 15 of 255 = 6%

78
33
15

R + G + B ~ 17%. #4E210F is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 33 + 15 = 126 (100%)
R 78 of 126 ~ 61.9%
G 33 of 126 ~ 26.19%
B 15 of 126 ~ 11.9'%

%61.9
%26.19
%11.9

CMYK color model

#4E210F color CMYK value is (0,58,81,69).

  • cyan value is 0.00%
  • magenta value is 57.69%
  • yellow value is 80.77%
  • key color value is 69.41%
CMYK: (0,58,81,69) C0M58Y81K69 (0%,58%,81%,69%) (0.00/0.58/0.81/0.69) 

CMYK percentages

%0
%57.69
%80.77
%69.41

Codes

Color #4E210F in popluar color models

4E 21 0F
RGB 78 33 15
HSL 17° 67.74% 18.24%
HSB/HSV 17° 80.77% 30.59%
CMYK 0.00% 57.69% 80.77%
69.41%

Color #4E210F in popluar number systems.

HEX 4E 21 0F
Decimal 78 33 15
Binary 1001110 100001 1111
Octal 116 41 17

Shades and tints

Shades of #4E210F

#4E210F
(78,33,15)
#471E0E
(71,30,14)
#401B0D
(64,27,13)
#39180C
(57,24,12)
#32150B
(50,21,11)
#2B120A
(43,18,10)
#240F09
(36,15,9)
#1D0C08
(29,12,8)
#160907
(22,9,7)
#0F0606
(15,6,6)
#080305
(8,3,5)
#000000
(0,0,0)

Tints of #4E210F

#4E210F
(78,33,15)
#5E3524
(94,53,36)
#6E4939
(110,73,57)
#7E5D4E
(126,93,78)
#8E7163
(142,113,99)
#9E8578
(158,133,120)
#AE998D
(174,153,141)
#BEADA2
(190,173,162)
#CEC1B7
(206,193,183)
#DED5CC
(222,213,204)
#EEE9E1
(238,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E210F; }

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

This text font color is #4E210F.

Background Color

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

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

This div background color is #4E210F.

Border color

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

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

This div border color is #4E210F.

Opacity

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

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

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

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

This text has shadow with #4E210F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E210F.

Preview

Color preview on black background

This text has color #4E210F on black background.


Color preview on white background

This text has color #4E210F on white background.


Black color preview on #4E210F background

This text has black color on #4E210F background.


White color preview on #4E210F background

This text has white color on #4E210F background.


Related colors

Complementary color

Complementary color for #hex is #B1DEF0.


I love getcolorcode.com

Triadic colors

1 #0F4E21 and #210F4E with #4E210F are triadic colors.

2 #0F214E and #214E0F with #4E210F are triadic colors.