COLOR #4E3B1E

HEX: #4E3B1E
RGB: (78,59,30)

Color info

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

RGB color model

#4E3B1E color RGB value is (78,59,30).

  • red value is 78;
  • green value is 59;
  • blue value is 30.
RGB:
(78,59,30)
(31%,23%,12%)

RGB channels and saturation

R 78 of 255 = 31%
G 59 of 255 = 23%
B 30 of 255 = 12%

78
59
30

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

Portions of RGB colors in percentages

R + G + B =
78 + 59 + 30 = 167 (100%)
R 78 of 167 ~ 46.71%
G 59 of 167 ~ 35.33%
B 30 of 167 ~ 17.96%

%46.71
%35.33
%17.96

CMYK color model

#4E3B1E color CMYK value is (0,24,62,69).

  • cyan value is 0.00%
  • magenta value is 24.36%
  • yellow value is 61.54%
  • key color value is 69.41%
CMYK:
(0,24,62,69)
C0M24Y62K69 
(0%,24%,62%,69%)
(0.00/0.24/0.62/0.69)	

CMYK percentages

%0
%24.36
%61.54
%69.41

Codes

Color #4E3B1E in popluar color models

4E3B1E
RGB785930
HSL36°44.44%21.18%
HSB/HSV36°61.54%30.59%
CMYK0.00%24.36%61.54%
69.41%

Color #4E3B1E in popluar number systems.

HEX4E3B1E
Decimal785930
Binary100111011101111110
Octal1167336

Shades and tints

Shades of #4E3B1E

#4E3B1E
(78,59,30)
#47361C
(71,54,28)
#40311A
(64,49,26)
#392C18
(57,44,24)
#322716
(50,39,22)
#2B2214
(43,34,20)
#241D12
(36,29,18)
#1D1810
(29,24,16)
#16130E
(22,19,14)
#0F0E0C
(15,14,12)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #4E3B1E

#4E3B1E
(78,59,30)
#5E4C32
(94,76,50)
#6E5D46
(110,93,70)
#7E6E5A
(126,110,90)
#8E7F6E
(142,127,110)
#9E9082
(158,144,130)
#AEA196
(174,161,150)
#BEB2AA
(190,178,170)
#CEC3BE
(206,195,190)
#DED4D2
(222,212,210)
#EEE5E6
(238,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3B1E color. Also use rgb(78,59,30) instead hex code.

Text Font Color

.myTextColor { color: #4E3B1E; }

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

This text font color is #4E3B1E.


Background Color

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

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

This div background color is #4E3B1E.


Border color

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

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

This div border color is #4E3B1E.


Opacity

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

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

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

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

This text has shadow with #4E3B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3B1E on black background.


Color preview on white background

This text has color #4E3B1E on white background.



Black color preview on #4E3B1E background

This text has black color on #4E3B1E background.


White color preview on #4E3B1E background

This text has white color on #4E3B1E background.