COLOR #4E2A1F

HEX: #4E2A1F
RGB: (78,42,31)

Color info

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

RGB color model

#4E2A1F color RGB value is (78,42,31).

  • red value is 78;
  • green value is 42;
  • blue value is 31.
RGB:
(78,42,31)
(31%,16%,12%)

RGB channels and saturation

R 78 of 255 = 31%
G 42 of 255 = 16%
B 31 of 255 = 12%

78
42
31

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

Portions of RGB colors in percentages

R + G + B =
78 + 42 + 31 = 151 (100%)
R 78 of 151 ~ 51.66%
G 42 of 151 ~ 27.81%
B 31 of 151 ~ 20.53%

%51.66
%27.81
%20.53

CMYK color model

#4E2A1F color CMYK value is (0,46,60,69).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 60.26%
  • key color value is 69.41%
CMYK:
(0,46,60,69)
C0M46Y60K69 
(0%,46%,60%,69%)
(0.00/0.46/0.60/0.69)	

CMYK percentages

%0
%46.15
%60.26
%69.41

Codes

Color #4E2A1F in popluar color models

4E2A1F
RGB784231
HSL14°43.12%21.37%
HSB/HSV14°60.26%30.59%
CMYK0.00%46.15%60.26%
69.41%

Color #4E2A1F in popluar number systems.

HEX4E2A1F
Decimal784231
Binary100111010101011111
Octal1165237

Shades and tints

Shades of #4E2A1F

#4E2A1F
(78,42,31)
#47271D
(71,39,29)
#40241B
(64,36,27)
#392119
(57,33,25)
#321E17
(50,30,23)
#2B1B15
(43,27,21)
#241813
(36,24,19)
#1D1511
(29,21,17)
#16120F
(22,18,15)
#0F0F0D
(15,15,13)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #4E2A1F

#4E2A1F
(78,42,31)
#5E3D33
(94,61,51)
#6E5047
(110,80,71)
#7E635B
(126,99,91)
#8E766F
(142,118,111)
#9E8983
(158,137,131)
#AE9C97
(174,156,151)
#BEAFAB
(190,175,171)
#CEC2BF
(206,194,191)
#DED5D3
(222,213,211)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2A1F; }

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

This text font color is #4E2A1F.


Background Color

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

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

This div background color is #4E2A1F.


Border color

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

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

This div border color is #4E2A1F.


Opacity

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

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

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

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

This text has shadow with #4E2A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2A1F on black background.


Color preview on white background

This text has color #4E2A1F on white background.



Black color preview on #4E2A1F background

This text has black color on #4E2A1F background.


White color preview on #4E2A1F background

This text has white color on #4E2A1F background.