COLOR #4E3A1E

HEX: #4E3A1E RGB: (78,58,30)

Color info

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

RGB color model

#4E3A1E color RGB value is (78,58,30).

  • red value is 78;
  • green value is 58;
  • blue value is 30.
RGB: (78,58,30) (31%,23%,12%)

RGB channels and saturation

R 78 of 255 = 31%
G 58 of 255 = 23%
B 30 of 255 = 12%

78
58
30

R + G + B ~ 22%. #4E3A1E is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 58 + 30 = 166 (100%)
R 78 of 166 ~ 46.99%
G 58 of 166 ~ 34.94%
B 30 of 166 ~ 18.07%

%46.99
%34.94
%18.07

CMYK color model

#4E3A1E color CMYK value is (0,26,62,69).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 61.54%
  • key color value is 69.41%
CMYK: (0,26,62,69) C0M26Y62K69 (0%,26%,62%,69%) (0.00/0.26/0.62/0.69)

CMYK percentages

%0
%25.64
%61.54
%69.41

Codes

Color #4E3A1E in popluar color models

4E3A1E
RGB785830
HSL35°44.44%21.18%
HSB/HSV35°61.54%30.59%
CMYK0.00%25.64%61.54%
69.41%

Color #4E3A1E in popluar number systems.

HEX4E3A1E
Decimal785830
Binary100111011101011110
Octal1167236

Shades and tints

Shades of #4E3A1E

#4E3A1E
(78,58,30)
#47351C
(71,53,28)
#40301A
(64,48,26)
#392B18
(57,43,24)
#322616
(50,38,22)
#2B2114
(43,33,20)
#241C12
(36,28,18)
#1D1710
(29,23,16)
#16120E
(22,18,14)
#0F0D0C
(15,13,12)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #4E3A1E

#4E3A1E
(78,58,30)
#5E4B32
(94,75,50)
#6E5C46
(110,92,70)
#7E6D5A
(126,109,90)
#8E7E6E
(142,126,110)
#9E8F82
(158,143,130)
#AEA096
(174,160,150)
#BEB1AA
(190,177,170)
#CEC2BE
(206,194,190)
#DED3D2
(222,211,210)
#EEE4E6
(238,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3A1E color. Also use rgb(78,58,30) instead hex code.

Text Font Color

.myTextColor { color: #4E3A1E; }

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

This text font color is #4E3A1E.


Background Color

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

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

This div background color is #4E3A1E.


Border color

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

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

This div border color is #4E3A1E.


Opacity

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

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

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

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

This text has shadow with #4E3A1E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4E3A1E on black background.


Color preview on white background

This text has color #4E3A1E on white background.



Black color preview on #4E3A1E background

This text has black color on #4E3A1E background.


White color preview on #4E3A1E background

This text has white color on #4E3A1E background.