COLOR #4E3421

HEX: #4E3421
RGB: (78,52,33)

Color info

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

RGB color model

#4E3421 color RGB value is (78,52,33).

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

RGB channels and saturation

R 78 of 255 = 31%
G 52 of 255 = 20%
B 33 of 255 = 13%

78
52
33

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

Portions of RGB colors in percentages

R + G + B =
78 + 52 + 33 = 163 (100%)
R 78 of 163 ~ 47.85%
G 52 of 163 ~ 31.9%
B 33 of 163 ~ 20.25%

%47.85
%31.9
%20.25

CMYK color model

#4E3421 color CMYK value is (0,33,58,69).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 57.69%
  • key color value is 69.41%
CMYK:
(0,33,58,69)
C0M33Y58K69 
(0%,33%,58%,69%)
(0.00/0.33/0.58/0.69)	

CMYK percentages

%0
%33.33
%57.69
%69.41

Codes

Color #4E3421 in popluar color models

4E3421
RGB785233
HSL25°40.54%21.76%
HSB/HSV25°57.69%30.59%
CMYK0.00%33.33%57.69%
69.41%

Color #4E3421 in popluar number systems.

HEX4E3421
Decimal785233
Binary1001110110100100001
Octal1166441

Shades and tints

Shades of #4E3421

#4E3421
(78,52,33)
#47301E
(71,48,30)
#402C1B
(64,44,27)
#392818
(57,40,24)
#322415
(50,36,21)
#2B2012
(43,32,18)
#241C0F
(36,28,15)
#1D180C
(29,24,12)
#161409
(22,20,9)
#0F1006
(15,16,6)
#080C03
(8,12,3)
#000000
(0,0,0)

Tints of #4E3421

#4E3421
(78,52,33)
#5E4635
(94,70,53)
#6E5849
(110,88,73)
#7E6A5D
(126,106,93)
#8E7C71
(142,124,113)
#9E8E85
(158,142,133)
#AEA099
(174,160,153)
#BEB2AD
(190,178,173)
#CEC4C1
(206,196,193)
#DED6D5
(222,214,213)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3421; }

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

This text font color is #4E3421.


Background Color

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

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

This div background color is #4E3421.


Border color

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

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

This div border color is #4E3421.


Opacity

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

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

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

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

This text has shadow with #4E3421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3421 on black background.


Color preview on white background

This text has color #4E3421 on white background.



Black color preview on #4E3421 background

This text has black color on #4E3421 background.


White color preview on #4E3421 background

This text has white color on #4E3421 background.