COLOR #4E342A

HEX: #4E342A
RGB: (78,52,42)

Color info

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

RGB color model

#4E342A color RGB value is (78,52,42).

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

RGB channels and saturation

R 78 of 255 = 31%
G 52 of 255 = 20%
B 42 of 255 = 16%

78
52
42

R + G + B ~ 22%. #4E342A is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 52 + 42 = 172 (100%)
R 78 of 172 ~ 45.35%
G 52 of 172 ~ 30.23%
B 42 of 172 ~ 24.42%

%45.35
%30.23
%24.42

CMYK color model

#4E342A color CMYK value is (0,33,46,69).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 46.15%
  • key color value is 69.41%
CMYK:
(0,33,46,69)
C0M33Y46K69 
(0%,33%,46%,69%)
(0.00/0.33/0.46/0.69)	

CMYK percentages

%0
%33.33
%46.15
%69.41

Codes

Color #4E342A in popluar color models

4E342A
RGB785242
HSL17°30.00%23.53%
HSB/HSV17°46.15%30.59%
CMYK0.00%33.33%46.15%
69.41%

Color #4E342A in popluar number systems.

HEX4E342A
Decimal785242
Binary1001110110100101010
Octal1166452

Shades and tints

Shades of #4E342A

#4E342A
(78,52,42)
#473027
(71,48,39)
#402C24
(64,44,36)
#392821
(57,40,33)
#32241E
(50,36,30)
#2B201B
(43,32,27)
#241C18
(36,28,24)
#1D1815
(29,24,21)
#161412
(22,20,18)
#0F100F
(15,16,15)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #4E342A

#4E342A
(78,52,42)
#5E463D
(94,70,61)
#6E5850
(110,88,80)
#7E6A63
(126,106,99)
#8E7C76
(142,124,118)
#9E8E89
(158,142,137)
#AEA09C
(174,160,156)
#BEB2AF
(190,178,175)
#CEC4C2
(206,196,194)
#DED6D5
(222,214,213)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E342A; }

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

This text font color is #4E342A.


Background Color

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

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

This div background color is #4E342A.


Border color

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

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

This div border color is #4E342A.


Opacity

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

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

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

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

This text has shadow with #4E342A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E342A on black background.


Color preview on white background

This text has color #4E342A on white background.



Black color preview on #4E342A background

This text has black color on #4E342A background.


White color preview on #4E342A background

This text has white color on #4E342A background.