COLOR #4E3414

HEX: #4E3414
RGB: (78,52,20)

Color info

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

RGB color model

#4E3414 color RGB value is (78,52,20).

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

RGB channels and saturation

R 78 of 255 = 31%
G 52 of 255 = 20%
B 20 of 255 = 8%

78
52
20

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

Portions of RGB colors in percentages

R + G + B =
78 + 52 + 20 = 150 (100%)
R 78 of 150 ~ 52%
G 52 of 150 ~ 34.67%
B 20 of 150 ~ 13.33%

%52
%34.67
%13.33

CMYK color model

#4E3414 color CMYK value is (0,33,74,69).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 74.36%
  • key color value is 69.41%
CMYK:
(0,33,74,69)
C0M33Y74K69 
(0%,33%,74%,69%)
(0.00/0.33/0.74/0.69)	

CMYK percentages

%0
%33.33
%74.36
%69.41

Codes

Color #4E3414 in popluar color models

4E3414
RGB785220
HSL33°59.18%19.22%
HSB/HSV33°74.36%30.59%
CMYK0.00%33.33%74.36%
69.41%

Color #4E3414 in popluar number systems.

HEX4E3414
Decimal785220
Binary100111011010010100
Octal1166424

Shades and tints

Shades of #4E3414

#4E3414
(78,52,20)
#473013
(71,48,19)
#402C12
(64,44,18)
#392811
(57,40,17)
#322410
(50,36,16)
#2B200F
(43,32,15)
#241C0E
(36,28,14)
#1D180D
(29,24,13)
#16140C
(22,20,12)
#0F100B
(15,16,11)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #4E3414

#4E3414
(78,52,20)
#5E4629
(94,70,41)
#6E583E
(110,88,62)
#7E6A53
(126,106,83)
#8E7C68
(142,124,104)
#9E8E7D
(158,142,125)
#AEA092
(174,160,146)
#BEB2A7
(190,178,167)
#CEC4BC
(206,196,188)
#DED6D1
(222,214,209)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3414; }

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

This text font color is #4E3414.


Background Color

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

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

This div background color is #4E3414.


Border color

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

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

This div border color is #4E3414.


Opacity

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

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

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

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

This text has shadow with #4E3414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3414 on black background.


Color preview on white background

This text has color #4E3414 on white background.



Black color preview on #4E3414 background

This text has black color on #4E3414 background.


White color preview on #4E3414 background

This text has white color on #4E3414 background.