COLOR #4E3A14

HEX: #4E3A14
RGB: (78,58,20)

Color info

#4E3A14 contains red, green and blue colors in about the same proportion. Web safe color of #4E3A14 is #663300 (or #630).

RGB color model

#4E3A14 color RGB value is (78,58,20).

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

RGB channels and saturation

R 78 of 255 = 31%
G 58 of 255 = 23%
B 20 of 255 = 8%

78
58
20

R + G + B ~ 21%. #4E3A14 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 58 + 20 = 156 (100%)
R 78 of 156 ~ 50%
G 58 of 156 ~ 37.18%
B 20 of 156 ~ 12.82%

%50
%37.18
%12.82

CMYK color model

#4E3A14 color CMYK value is (0,26,74,69).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 74.36%
  • key color value is 69.41%
CMYK:
(0,26,74,69)
C0M26Y74K69 
(0%,26%,74%,69%)
(0.00/0.26/0.74/0.69)	

CMYK percentages

%0
%25.64
%74.36
%69.41

Codes

Color #4E3A14 in popluar color models

4E3A14
RGB785820
HSL39°59.18%19.22%
HSB/HSV39°74.36%30.59%
CMYK0.00%25.64%74.36%
69.41%

Color #4E3A14 in popluar number systems.

HEX4E3A14
Decimal785820
Binary100111011101010100
Octal1167224

Shades and tints

Shades of #4E3A14

#4E3A14
(78,58,20)
#473513
(71,53,19)
#403012
(64,48,18)
#392B11
(57,43,17)
#322610
(50,38,16)
#2B210F
(43,33,15)
#241C0E
(36,28,14)
#1D170D
(29,23,13)
#16120C
(22,18,12)
#0F0D0B
(15,13,11)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #4E3A14

#4E3A14
(78,58,20)
#5E4B29
(94,75,41)
#6E5C3E
(110,92,62)
#7E6D53
(126,109,83)
#8E7E68
(142,126,104)
#9E8F7D
(158,143,125)
#AEA092
(174,160,146)
#BEB1A7
(190,177,167)
#CEC2BC
(206,194,188)
#DED3D1
(222,211,209)
#EEE4E6
(238,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3A14; }

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

This text font color is #4E3A14.


Background Color

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

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

This div background color is #4E3A14.


Border color

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

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

This div border color is #4E3A14.


Opacity

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

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

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

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

This text has shadow with #4E3A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3A14 on black background.


Color preview on white background

This text has color #4E3A14 on white background.



Black color preview on #4E3A14 background

This text has black color on #4E3A14 background.


White color preview on #4E3A14 background

This text has white color on #4E3A14 background.