COLOR #4E3A32

HEX: #4E3A32 RGB: (78,58,50)

Color info

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

RGB color model

#4E3A32 color RGB value is (78,58,50).

RGB: (78,58,50) (31%, 23%, 20%)

RGB channels and saturation

R 78 of 255 = 31%
G 58 of 255 = 23%
B 50 of 255 = 20%

78
58
50

R + G + B ~ 25%. #4E3A32 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 58 + 50 = 186 (100%)
R 78 of 186 ~ 41.94%
G 58 of 186 ~ 31.18%
B 50 of 186 ~ 26.88'%

%41.94
%31.18
%26.88

CMYK color model

#4E3A32 color CMYK value is (0,26,36,69).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 35.90%
  • key color value is 69.41%

CMYK: (0,26,36,69)
C0M26Y36K69 (0%, 26%, 36%, 69%)
(0.00 / 0.26 / 0.36 / 0.69)

CMYK percentages

%0
%25.64
%35.9
%69.41

Codes

Color #4E3A32 in popluar color models

4E 3A 32
RGB 78 58 50
HSL 17° 21.88% 25.10%
HSB/HSV 17° 35.90% 30.59%
CMYK 0.00% 25.64% 35.90%
69.41%

Color #4E3A32 in popluar number systems.

HEX 4E 3A 32
Decimal 78 58 50
Binary 1001110 111010 110010
Octal 116 72 62

Shades and tints

Shades of #4E3A32

#4E3A32
(78,58,50)
#47352E
(71,53,46)
#40302A
(64,48,42)
#392B26
(57,43,38)
#322622
(50,38,34)
#2B211E
(43,33,30)
#241C1A
(36,28,26)
#1D1716
(29,23,22)
#161212
(22,18,18)
#0F0D0E
(15,13,14)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #4E3A32

#4E3A32
(78,58,50)
#5E4B44
(94,75,68)
#6E5C56
(110,92,86)
#7E6D68
(126,109,104)
#8E7E7A
(142,126,122)
#9E8F8C
(158,143,140)
#AEA09E
(174,160,158)
#BEB1B0
(190,177,176)
#CEC2C2
(206,194,194)
#DED3D4
(222,211,212)
#EEE4E6
(238,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3A32; }

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

This text font color is #4E3A32.

Background Color

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

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

This div background color is #4E3A32.

Border color

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

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

This div border color is #4E3A32.

Opacity

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

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

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

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

This text has shadow with #4E3A32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3A32.

Preview

Color preview on black background

This text has color #4E3A32 on black background.


Color preview on white background

This text has color #4E3A32 on white background.


Black color preview on #4E3A32 background

This text has black color on #4E3A32 background.


White color preview on #4E3A32 background

This text has white color on #4E3A32 background.


Related colors

Complementary color

Complementary color for #hex is #B1C5CD.


I love getcolorcode.com

Triadic colors

1 #324E3A and #3A324E with #4E3A32 are triadic colors.

2 #323A4E and #3A4E32 with #4E3A32 are triadic colors.