COLOR #4E3F32

HEX: #4E3F32
RGB: (78,63,50)

Color info

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

RGB color model

#4E3F32 color RGB value is (78,63,50).

  • red value is 78;
  • green value is 63;
  • blue value is 50.
RGB:
(78,63,50)
(31%,25%,20%)

RGB channels and saturation

R 78 of 255 = 31%
G 63 of 255 = 25%
B 50 of 255 = 20%

78
63
50

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

Portions of RGB colors in percentages

R + G + B =
78 + 63 + 50 = 191 (100%)
R 78 of 191 ~ 40.84%
G 63 of 191 ~ 32.98%
B 50 of 191 ~ 26.18%

%40.84
%32.98
%26.18

CMYK color model

#4E3F32 color CMYK value is (0,19,36,69).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 35.90%
  • key color value is 69.41%
CMYK:
(0,19,36,69)
C0M19Y36K69 
(0%,19%,36%,69%)
(0.00/0.19/0.36/0.69)	

CMYK percentages

%0
%19.23
%35.9
%69.41

Codes

Color #4E3F32 in popluar color models

4E3F32
RGB786350
HSL28°21.88%25.10%
HSB/HSV28°35.90%30.59%
CMYK0.00%19.23%35.90%
69.41%

Color #4E3F32 in popluar number systems.

HEX4E3F32
Decimal786350
Binary1001110111111110010
Octal1167762

Shades and tints

Shades of #4E3F32

#4E3F32
(78,63,50)
#473A2E
(71,58,46)
#40352A
(64,53,42)
#393026
(57,48,38)
#322B22
(50,43,34)
#2B261E
(43,38,30)
#24211A
(36,33,26)
#1D1C16
(29,28,22)
#161712
(22,23,18)
#0F120E
(15,18,14)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #4E3F32

#4E3F32
(78,63,50)
#5E5044
(94,80,68)
#6E6156
(110,97,86)
#7E7268
(126,114,104)
#8E837A
(142,131,122)
#9E948C
(158,148,140)
#AEA59E
(174,165,158)
#BEB6B0
(190,182,176)
#CEC7C2
(206,199,194)
#DED8D4
(222,216,212)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3F32; }

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

This text font color is #4E3F32.


Background Color

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

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

This div background color is #4E3F32.


Border color

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

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

This div border color is #4E3F32.


Opacity

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

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

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

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

This text has shadow with #4E3F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3F32 on black background.


Color preview on white background

This text has color #4E3F32 on white background.



Black color preview on #4E3F32 background

This text has black color on #4E3F32 background.


White color preview on #4E3F32 background

This text has white color on #4E3F32 background.