COLOR #4E3010

HEX: #4E3010
RGB: (78,48,16)

Color info

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

RGB color model

#4E3010 color RGB value is (78,48,16).

  • red value is 78;
  • green value is 48;
  • blue value is 16.
RGB:
(78,48,16)
(31%,19%,6%)

RGB channels and saturation

R 78 of 255 = 31%
G 48 of 255 = 19%
B 16 of 255 = 6%

78
48
16

R + G + B ~ 19%. #4E3010 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 48 + 16 = 142 (100%)
R 78 of 142 ~ 54.93%
G 48 of 142 ~ 33.8%
B 16 of 142 ~ 11.27%

%54.93
%33.8
%11.27

CMYK color model

#4E3010 color CMYK value is (0,38,79,69).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 79.49%
  • key color value is 69.41%
CMYK:
(0,38,79,69)
C0M38Y79K69 
(0%,38%,79%,69%)
(0.00/0.38/0.79/0.69)	

CMYK percentages

%0
%38.46
%79.49
%69.41

Codes

Color #4E3010 in popluar color models

4E3010
RGB784816
HSL31°65.96%18.43%
HSB/HSV31°79.49%30.59%
CMYK0.00%38.46%79.49%
69.41%

Color #4E3010 in popluar number systems.

HEX4E3010
Decimal784816
Binary100111011000010000
Octal1166020

Shades and tints

Shades of #4E3010

#4E3010
(78,48,16)
#472C0F
(71,44,15)
#40280E
(64,40,14)
#39240D
(57,36,13)
#32200C
(50,32,12)
#2B1C0B
(43,28,11)
#24180A
(36,24,10)
#1D1409
(29,20,9)
#161008
(22,16,8)
#0F0C07
(15,12,7)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #4E3010

#4E3010
(78,48,16)
#5E4225
(94,66,37)
#6E543A
(110,84,58)
#7E664F
(126,102,79)
#8E7864
(142,120,100)
#9E8A79
(158,138,121)
#AE9C8E
(174,156,142)
#BEAEA3
(190,174,163)
#CEC0B8
(206,192,184)
#DED2CD
(222,210,205)
#EEE4E2
(238,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3010 color. Also use rgb(78,48,16) instead hex code.

Text Font Color

.myTextColor { color: #4E3010; }

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

This text font color is #4E3010.


Background Color

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

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

This div background color is #4E3010.


Border color

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

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

This div border color is #4E3010.


Opacity

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

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

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

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

This text has shadow with #4E3010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3010 on black background.


Color preview on white background

This text has color #4E3010 on white background.



Black color preview on #4E3010 background

This text has black color on #4E3010 background.


White color preview on #4E3010 background

This text has white color on #4E3010 background.