COLOR #4E3321

HEX: #4E3321 RGB: (78,51,33)

Color info

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

RGB color model

#4E3321 color RGB value is (78,51,33).

RGB: (78,51,33) (31%, 20%, 13%)

RGB channels and saturation

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

78
51
33

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

Portions of RGB colors in percentages

R + G + B = 78 + 51 + 33 = 162 (100%)
R 78 of 162 ~ 48.15%
G 51 of 162 ~ 31.48%
B 33 of 162 ~ 20.37'%

%48.15
%31.48
%20.37

CMYK color model

#4E3321 color CMYK value is (0,35,58,69).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 57.69%
  • key color value is 69.41%
CMYK: (0,35,58,69) C0M35Y58K69 (0%,35%,58%,69%) (0.00/0.35/0.58/0.69) 

CMYK percentages

%0
%34.62
%57.69
%69.41

Codes

Color #4E3321 in popluar color models

4E 33 21
RGB 78 51 33
HSL 24° 40.54% 21.76%
HSB/HSV 24° 57.69% 30.59%
CMYK 0.00% 34.62% 57.69%
69.41%

Color #4E3321 in popluar number systems.

HEX 4E 33 21
Decimal 78 51 33
Binary 1001110 110011 100001
Octal 116 63 41

Shades and tints

Shades of #4E3321

#4E3321
(78,51,33)
#472F1E
(71,47,30)
#402B1B
(64,43,27)
#392718
(57,39,24)
#322315
(50,35,21)
#2B1F12
(43,31,18)
#241B0F
(36,27,15)
#1D170C
(29,23,12)
#161309
(22,19,9)
#0F0F06
(15,15,6)
#080B03
(8,11,3)
#000000
(0,0,0)

Tints of #4E3321

#4E3321
(78,51,33)
#5E4535
(94,69,53)
#6E5749
(110,87,73)
#7E695D
(126,105,93)
#8E7B71
(142,123,113)
#9E8D85
(158,141,133)
#AE9F99
(174,159,153)
#BEB1AD
(190,177,173)
#CEC3C1
(206,195,193)
#DED5D5
(222,213,213)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3321; }

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

This text font color is #4E3321.

Background Color

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

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

This div background color is #4E3321.

Border color

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

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

This div border color is #4E3321.

Opacity

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

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

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

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

This text has shadow with #4E3321 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3321.

Preview

Color preview on black background

This text has color #4E3321 on black background.


Color preview on white background

This text has color #4E3321 on white background.


Black color preview on #4E3321 background

This text has black color on #4E3321 background.


White color preview on #4E3321 background

This text has white color on #4E3321 background.


Related colors

Complementary color

Complementary color for #hex is #B1CCDE.


I love getcolorcode.com

Triadic colors

1 #214E33 and #33214E with #4E3321 are triadic colors.

2 #21334E and #334E21 with #4E3321 are triadic colors.