COLOR #4E3812

HEX: #4E3812
RGB: (78,56,18)

Color info

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

RGB color model

#4E3812 color RGB value is (78,56,18).

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

RGB channels and saturation

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

78
56
18

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

Portions of RGB colors in percentages

R + G + B =
78 + 56 + 18 = 152 (100%)
R 78 of 152 ~ 51.32%
G 56 of 152 ~ 36.84%
B 18 of 152 ~ 11.84%

%51.32
%36.84
%11.84

CMYK color model

#4E3812 color CMYK value is (0,28,77,69).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 76.92%
  • key color value is 69.41%
CMYK:
(0,28,77,69)
C0M28Y77K69 
(0%,28%,77%,69%)
(0.00/0.28/0.77/0.69)	

CMYK percentages

%0
%28.21
%76.92
%69.41

Codes

Color #4E3812 in popluar color models

4E3812
RGB785618
HSL38°62.50%18.82%
HSB/HSV38°76.92%30.59%
CMYK0.00%28.21%76.92%
69.41%

Color #4E3812 in popluar number systems.

HEX4E3812
Decimal785618
Binary100111011100010010
Octal1167022

Shades and tints

Shades of #4E3812

#4E3812
(78,56,18)
#473311
(71,51,17)
#402E10
(64,46,16)
#39290F
(57,41,15)
#32240E
(50,36,14)
#2B1F0D
(43,31,13)
#241A0C
(36,26,12)
#1D150B
(29,21,11)
#16100A
(22,16,10)
#0F0B09
(15,11,9)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #4E3812

#4E3812
(78,56,18)
#5E4A27
(94,74,39)
#6E5C3C
(110,92,60)
#7E6E51
(126,110,81)
#8E8066
(142,128,102)
#9E927B
(158,146,123)
#AEA490
(174,164,144)
#BEB6A5
(190,182,165)
#CEC8BA
(206,200,186)
#DEDACF
(222,218,207)
#EEECE4
(238,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3812; }

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

This text font color is #4E3812.


Background Color

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

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

This div background color is #4E3812.


Border color

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

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

This div border color is #4E3812.


Opacity

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

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

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

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

This text has shadow with #4E3812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3812 on black background.


Color preview on white background

This text has color #4E3812 on white background.



Black color preview on #4E3812 background

This text has black color on #4E3812 background.


White color preview on #4E3812 background

This text has white color on #4E3812 background.