COLOR #4E3912

HEX: #4E3912
RGB: (78,57,18)

Color info

#4E3912 contains mainly red and green colors. Web safe color of #4E3912 is #663300 (or #630).

RGB color model

#4E3912 color RGB value is (78,57,18).

  • red value is 78;
  • green value is 57;
  • blue value is 18.
RGB:
(78,57,18)
(31%,22%,7%)

RGB channels and saturation

R 78 of 255 = 31%
G 57 of 255 = 22%
B 18 of 255 = 7%

78
57
18

R + G + B ~ 20%. #4E3912 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 57 + 18 = 153 (100%)
R 78 of 153 ~ 50.98%
G 57 of 153 ~ 37.25%
B 18 of 153 ~ 11.76%

%50.98
%37.25
%11.76

CMYK color model

#4E3912 color CMYK value is (0,27,77,69).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 76.92%
  • key color value is 69.41%
CMYK:
(0,27,77,69)
C0M27Y77K69 
(0%,27%,77%,69%)
(0.00/0.27/0.77/0.69)	

CMYK percentages

%0
%26.92
%76.92
%69.41

Codes

Color #4E3912 in popluar color models

4E3912
RGB785718
HSL39°62.50%18.82%
HSB/HSV39°76.92%30.59%
CMYK0.00%26.92%76.92%
69.41%

Color #4E3912 in popluar number systems.

HEX4E3912
Decimal785718
Binary100111011100110010
Octal1167122

Shades and tints

Shades of #4E3912

#4E3912
(78,57,18)
#473411
(71,52,17)
#402F10
(64,47,16)
#392A0F
(57,42,15)
#32250E
(50,37,14)
#2B200D
(43,32,13)
#241B0C
(36,27,12)
#1D160B
(29,22,11)
#16110A
(22,17,10)
#0F0C09
(15,12,9)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #4E3912

#4E3912
(78,57,18)
#5E4B27
(94,75,39)
#6E5D3C
(110,93,60)
#7E6F51
(126,111,81)
#8E8166
(142,129,102)
#9E937B
(158,147,123)
#AEA590
(174,165,144)
#BEB7A5
(190,183,165)
#CEC9BA
(206,201,186)
#DEDBCF
(222,219,207)
#EEEDE4
(238,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3912 color. Also use rgb(78,57,18) instead hex code.

Text Font Color

.myTextColor { color: #4E3912; }

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

This text font color is #4E3912.


Background Color

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

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

This div background color is #4E3912.


Border color

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

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

This div border color is #4E3912.


Opacity

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

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

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

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

This text has shadow with #4E3912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3912 on black background.


Color preview on white background

This text has color #4E3912 on white background.



Black color preview on #4E3912 background

This text has black color on #4E3912 background.


White color preview on #4E3912 background

This text has white color on #4E3912 background.