COLOR #4E3428

HEX: #4E3428
RGB: (78,52,40)

Color info

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

RGB color model

#4E3428 color RGB value is (78,52,40).

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

RGB channels and saturation

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

78
52
40

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

Portions of RGB colors in percentages

R + G + B =
78 + 52 + 40 = 170 (100%)
R 78 of 170 ~ 45.88%
G 52 of 170 ~ 30.59%
B 40 of 170 ~ 23.53%

%45.88
%30.59
%23.53

CMYK color model

#4E3428 color CMYK value is (0,33,49,69).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 48.72%
  • key color value is 69.41%
CMYK:
(0,33,49,69)
C0M33Y49K69 
(0%,33%,49%,69%)
(0.00/0.33/0.49/0.69)	

CMYK percentages

%0
%33.33
%48.72
%69.41

Codes

Color #4E3428 in popluar color models

4E3428
RGB785240
HSL19°32.20%23.14%
HSB/HSV19°48.72%30.59%
CMYK0.00%33.33%48.72%
69.41%

Color #4E3428 in popluar number systems.

HEX4E3428
Decimal785240
Binary1001110110100101000
Octal1166450

Shades and tints

Shades of #4E3428

#4E3428
(78,52,40)
#473025
(71,48,37)
#402C22
(64,44,34)
#39281F
(57,40,31)
#32241C
(50,36,28)
#2B2019
(43,32,25)
#241C16
(36,28,22)
#1D1813
(29,24,19)
#161410
(22,20,16)
#0F100D
(15,16,13)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #4E3428

#4E3428
(78,52,40)
#5E463B
(94,70,59)
#6E584E
(110,88,78)
#7E6A61
(126,106,97)
#8E7C74
(142,124,116)
#9E8E87
(158,142,135)
#AEA09A
(174,160,154)
#BEB2AD
(190,178,173)
#CEC4C0
(206,196,192)
#DED6D3
(222,214,211)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3428; }

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

This text font color is #4E3428.


Background Color

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

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

This div background color is #4E3428.


Border color

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

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

This div border color is #4E3428.


Opacity

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

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

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

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

This text has shadow with #4E3428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3428 on black background.


Color preview on white background

This text has color #4E3428 on white background.



Black color preview on #4E3428 background

This text has black color on #4E3428 background.


White color preview on #4E3428 background

This text has white color on #4E3428 background.