COLOR #4E3216

HEX: #4E3216
RGB: (78,50,22)

Color info

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

RGB color model

#4E3216 color RGB value is (78,50,22).

  • red value is 78;
  • green value is 50;
  • blue value is 22.
RGB:
(78,50,22)
(31%,20%,9%)

RGB channels and saturation

R 78 of 255 = 31%
G 50 of 255 = 20%
B 22 of 255 = 9%

78
50
22

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

Portions of RGB colors in percentages

R + G + B =
78 + 50 + 22 = 150 (100%)
R 78 of 150 ~ 52%
G 50 of 150 ~ 33.33%
B 22 of 150 ~ 14.67%

%52
%33.33
%14.67

CMYK color model

#4E3216 color CMYK value is (0,36,72,69).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 71.79%
  • key color value is 69.41%
CMYK:
(0,36,72,69)
C0M36Y72K69 
(0%,36%,72%,69%)
(0.00/0.36/0.72/0.69)	

CMYK percentages

%0
%35.9
%71.79
%69.41

Codes

Color #4E3216 in popluar color models

4E3216
RGB785022
HSL30°56.00%19.61%
HSB/HSV30°71.79%30.59%
CMYK0.00%35.90%71.79%
69.41%

Color #4E3216 in popluar number systems.

HEX4E3216
Decimal785022
Binary100111011001010110
Octal1166226

Shades and tints

Shades of #4E3216

#4E3216
(78,50,22)
#472E14
(71,46,20)
#402A12
(64,42,18)
#392610
(57,38,16)
#32220E
(50,34,14)
#2B1E0C
(43,30,12)
#241A0A
(36,26,10)
#1D1608
(29,22,8)
#161206
(22,18,6)
#0F0E04
(15,14,4)
#080A02
(8,10,2)
#000000
(0,0,0)

Tints of #4E3216

#4E3216
(78,50,22)
#5E442B
(94,68,43)
#6E5640
(110,86,64)
#7E6855
(126,104,85)
#8E7A6A
(142,122,106)
#9E8C7F
(158,140,127)
#AE9E94
(174,158,148)
#BEB0A9
(190,176,169)
#CEC2BE
(206,194,190)
#DED4D3
(222,212,211)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3216 color. Also use rgb(78,50,22) instead hex code.

Text Font Color

.myTextColor { color: #4E3216; }

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

This text font color is #4E3216.


Background Color

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

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

This div background color is #4E3216.


Border color

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

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

This div border color is #4E3216.


Opacity

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

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

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

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

This text has shadow with #4E3216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3216 on black background.


Color preview on white background

This text has color #4E3216 on white background.



Black color preview on #4E3216 background

This text has black color on #4E3216 background.


White color preview on #4E3216 background

This text has white color on #4E3216 background.