COLOR #4E3820

HEX: #4E3820
RGB: (78,56,32)

Color info

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

RGB color model

#4E3820 color RGB value is (78,56,32).

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

RGB channels and saturation

R 78 of 255 = 31%
G 56 of 255 = 22%
B 32 of 255 = 13%

78
56
32

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

Portions of RGB colors in percentages

R + G + B =
78 + 56 + 32 = 166 (100%)
R 78 of 166 ~ 46.99%
G 56 of 166 ~ 33.73%
B 32 of 166 ~ 19.28%

%46.99
%33.73
%19.28

CMYK color model

#4E3820 color CMYK value is (0,28,59,69).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 58.97%
  • key color value is 69.41%
CMYK:
(0,28,59,69)
C0M28Y59K69 
(0%,28%,59%,69%)
(0.00/0.28/0.59/0.69)	

CMYK percentages

%0
%28.21
%58.97
%69.41

Codes

Color #4E3820 in popluar color models

4E3820
RGB785632
HSL31°41.82%21.57%
HSB/HSV31°58.97%30.59%
CMYK0.00%28.21%58.97%
69.41%

Color #4E3820 in popluar number systems.

HEX4E3820
Decimal785632
Binary1001110111000100000
Octal1167040

Shades and tints

Shades of #4E3820

#4E3820
(78,56,32)
#47331E
(71,51,30)
#402E1C
(64,46,28)
#39291A
(57,41,26)
#322418
(50,36,24)
#2B1F16
(43,31,22)
#241A14
(36,26,20)
#1D1512
(29,21,18)
#161010
(22,16,16)
#0F0B0E
(15,11,14)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #4E3820

#4E3820
(78,56,32)
#5E4A34
(94,74,52)
#6E5C48
(110,92,72)
#7E6E5C
(126,110,92)
#8E8070
(142,128,112)
#9E9284
(158,146,132)
#AEA498
(174,164,152)
#BEB6AC
(190,182,172)
#CEC8C0
(206,200,192)
#DEDAD4
(222,218,212)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3820; }

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

This text font color is #4E3820.


Background Color

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

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

This div background color is #4E3820.


Border color

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

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

This div border color is #4E3820.


Opacity

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

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

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

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

This text has shadow with #4E3820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3820 on black background.


Color preview on white background

This text has color #4E3820 on white background.



Black color preview on #4E3820 background

This text has black color on #4E3820 background.


White color preview on #4E3820 background

This text has white color on #4E3820 background.