COLOR #4E3816

HEX: #4E3816
RGB: (78,56,22)

Color info

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

RGB color model

#4E3816 color RGB value is (78,56,22).

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

RGB channels and saturation

R 78 of 255 = 31%
G 56 of 255 = 22%
B 22 of 255 = 9%

78
56
22

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

Portions of RGB colors in percentages

R + G + B =
78 + 56 + 22 = 156 (100%)
R 78 of 156 ~ 50%
G 56 of 156 ~ 35.9%
B 22 of 156 ~ 14.1%

%50
%35.9
%14.1

CMYK color model

#4E3816 color CMYK value is (0,28,72,69).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 71.79%
  • key color value is 69.41%
CMYK:
(0,28,72,69)
C0M28Y72K69 
(0%,28%,72%,69%)
(0.00/0.28/0.72/0.69)	

CMYK percentages

%0
%28.21
%71.79
%69.41

Codes

Color #4E3816 in popluar color models

4E3816
RGB785622
HSL36°56.00%19.61%
HSB/HSV36°71.79%30.59%
CMYK0.00%28.21%71.79%
69.41%

Color #4E3816 in popluar number systems.

HEX4E3816
Decimal785622
Binary100111011100010110
Octal1167026

Shades and tints

Shades of #4E3816

#4E3816
(78,56,22)
#473314
(71,51,20)
#402E12
(64,46,18)
#392910
(57,41,16)
#32240E
(50,36,14)
#2B1F0C
(43,31,12)
#241A0A
(36,26,10)
#1D1508
(29,21,8)
#161006
(22,16,6)
#0F0B04
(15,11,4)
#080602
(8,6,2)
#000000
(0,0,0)

Tints of #4E3816

#4E3816
(78,56,22)
#5E4A2B
(94,74,43)
#6E5C40
(110,92,64)
#7E6E55
(126,110,85)
#8E806A
(142,128,106)
#9E927F
(158,146,127)
#AEA494
(174,164,148)
#BEB6A9
(190,182,169)
#CEC8BE
(206,200,190)
#DEDAD3
(222,218,211)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3816; }

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

This text font color is #4E3816.


Background Color

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

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

This div background color is #4E3816.


Border color

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

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

This div border color is #4E3816.


Opacity

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

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

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

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

This text has shadow with #4E3816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3816 on black background.


Color preview on white background

This text has color #4E3816 on white background.



Black color preview on #4E3816 background

This text has black color on #4E3816 background.


White color preview on #4E3816 background

This text has white color on #4E3816 background.