COLOR #4E2E1F

HEX: #4E2E1F RGB: (78,46,31)

Color info

#4E2E1F contains red, green and blue colors in about the same proportion. Web safe color of #4E2E1F is #663333 (or #633).

RGB color model

#4E2E1F color RGB value is (78,46,31).

RGB: (78,46,31) (31%, 18%, 12%)

RGB channels and saturation

R 78 of 255 = 31%
G 46 of 255 = 18%
B 31 of 255 = 12%

78
46
31

R + G + B ~ 20%. #4E2E1F is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 46 + 31 = 155 (100%)
R 78 of 155 ~ 50.32%
G 46 of 155 ~ 29.68%
B 31 of 155 ~ 20'%

%50.32
%29.68
%20

CMYK color model

#4E2E1F color CMYK value is (0,41,60,69).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 60.26%
  • key color value is 69.41%

CMYK: (0,41,60,69)
C0M41Y60K69 (0%, 41%, 60%, 69%)
(0.00 / 0.41 / 0.60 / 0.69)

CMYK percentages

%0
%41.03
%60.26
%69.41

Codes

Color #4E2E1F in popluar color models

4E 2E 1F
RGB 78 46 31
HSL 19° 43.12% 21.37%
HSB/HSV 19° 60.26% 30.59%
CMYK 0.00% 41.03% 60.26%
69.41%

Color #4E2E1F in popluar number systems.

HEX 4E 2E 1F
Decimal 78 46 31
Binary 1001110 101110 11111
Octal 116 56 37

Shades and tints

Shades of #4E2E1F

#4E2E1F
(78,46,31)
#472A1D
(71,42,29)
#40261B
(64,38,27)
#392219
(57,34,25)
#321E17
(50,30,23)
#2B1A15
(43,26,21)
#241613
(36,22,19)
#1D1211
(29,18,17)
#160E0F
(22,14,15)
#0F0A0D
(15,10,13)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #4E2E1F

#4E2E1F
(78,46,31)
#5E4133
(94,65,51)
#6E5447
(110,84,71)
#7E675B
(126,103,91)
#8E7A6F
(142,122,111)
#9E8D83
(158,141,131)
#AEA097
(174,160,151)
#BEB3AB
(190,179,171)
#CEC6BF
(206,198,191)
#DED9D3
(222,217,211)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2E1F color. Also use rgb(78,46,31) instead hex code.

Text Font Color

.myTextColor { color: #4E2E1F; }

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

This text font color is #4E2E1F.

Background Color

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

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

This div background color is #4E2E1F.

Border color

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

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

This div border color is #4E2E1F.

Opacity

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

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

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

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

This text has shadow with #4E2E1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E2E1F.

Preview

Color preview on black background

This text has color #4E2E1F on black background.


Color preview on white background

This text has color #4E2E1F on white background.


Black color preview on #4E2E1F background

This text has black color on #4E2E1F background.


White color preview on #4E2E1F background

This text has white color on #4E2E1F background.


Related colors

Complementary color

Complementary color for #hex is #B1D1E0.


I love getcolorcode.com

Triadic colors

1 #1F4E2E and #2E1F4E with #4E2E1F are triadic colors.

2 #1F2E4E and #2E4E1F with #4E2E1F are triadic colors.