COLOR #4E3C2A

HEX: #4E3C2A
RGB: (78,60,42)

Color info

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

RGB color model

#4E3C2A color RGB value is (78,60,42).

  • red value is 78;
  • green value is 60;
  • blue value is 42.
RGB:
(78,60,42)
(31%,24%,16%)

RGB channels and saturation

R 78 of 255 = 31%
G 60 of 255 = 24%
B 42 of 255 = 16%

78
60
42

R + G + B ~ 24%. #4E3C2A is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 60 + 42 = 180 (100%)
R 78 of 180 ~ 43.33%
G 60 of 180 ~ 33.33%
B 42 of 180 ~ 23.33%

%43.33
%33.33
%23.33

CMYK color model

#4E3C2A color CMYK value is (0,23,46,69).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 46.15%
  • key color value is 69.41%
CMYK:
(0,23,46,69)
C0M23Y46K69 
(0%,23%,46%,69%)
(0.00/0.23/0.46/0.69)	

CMYK percentages

%0
%23.08
%46.15
%69.41

Codes

Color #4E3C2A in popluar color models

4E3C2A
RGB786042
HSL30°30.00%23.53%
HSB/HSV30°46.15%30.59%
CMYK0.00%23.08%46.15%
69.41%

Color #4E3C2A in popluar number systems.

HEX4E3C2A
Decimal786042
Binary1001110111100101010
Octal1167452

Shades and tints

Shades of #4E3C2A

#4E3C2A
(78,60,42)
#473727
(71,55,39)
#403224
(64,50,36)
#392D21
(57,45,33)
#32281E
(50,40,30)
#2B231B
(43,35,27)
#241E18
(36,30,24)
#1D1915
(29,25,21)
#161412
(22,20,18)
#0F0F0F
(15,15,15)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #4E3C2A

#4E3C2A
(78,60,42)
#5E4D3D
(94,77,61)
#6E5E50
(110,94,80)
#7E6F63
(126,111,99)
#8E8076
(142,128,118)
#9E9189
(158,145,137)
#AEA29C
(174,162,156)
#BEB3AF
(190,179,175)
#CEC4C2
(206,196,194)
#DED5D5
(222,213,213)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3C2A color. Also use rgb(78,60,42) instead hex code.

Text Font Color

.myTextColor { color: #4E3C2A; }

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

This text font color is #4E3C2A.


Background Color

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

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

This div background color is #4E3C2A.


Border color

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

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

This div border color is #4E3C2A.


Opacity

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

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

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

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

This text has shadow with #4E3C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3C2A on black background.


Color preview on white background

This text has color #4E3C2A on white background.



Black color preview on #4E3C2A background

This text has black color on #4E3C2A background.


White color preview on #4E3C2A background

This text has white color on #4E3C2A background.