COLOR #4E300E

HEX: #4E300E
RGB: (78,48,14)

Color info

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

RGB color model

#4E300E color RGB value is (78,48,14).

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

RGB channels and saturation

R 78 of 255 = 31%
G 48 of 255 = 19%
B 14 of 255 = 5%

78
48
14

R + G + B ~ 18%. #4E300E is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 48 + 14 = 140 (100%)
R 78 of 140 ~ 55.71%
G 48 of 140 ~ 34.29%
B 14 of 140 ~ 10%

%55.71
%34.29
%10

CMYK color model

#4E300E color CMYK value is (0,38,82,69).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 82.05%
  • key color value is 69.41%
CMYK:
(0,38,82,69)
C0M38Y82K69 
(0%,38%,82%,69%)
(0.00/0.38/0.82/0.69)	

CMYK percentages

%0
%38.46
%82.05
%69.41

Codes

Color #4E300E in popluar color models

4E300E
RGB784814
HSL32°69.57%18.04%
HSB/HSV32°82.05%30.59%
CMYK0.00%38.46%82.05%
69.41%

Color #4E300E in popluar number systems.

HEX4E300E
Decimal784814
Binary10011101100001110
Octal1166016

Shades and tints

Shades of #4E300E

#4E300E
(78,48,14)
#472C0D
(71,44,13)
#40280C
(64,40,12)
#39240B
(57,36,11)
#32200A
(50,32,10)
#2B1C09
(43,28,9)
#241808
(36,24,8)
#1D1407
(29,20,7)
#161006
(22,16,6)
#0F0C05
(15,12,5)
#080804
(8,8,4)
#000000
(0,0,0)

Tints of #4E300E

#4E300E
(78,48,14)
#5E4223
(94,66,35)
#6E5438
(110,84,56)
#7E664D
(126,102,77)
#8E7862
(142,120,98)
#9E8A77
(158,138,119)
#AE9C8C
(174,156,140)
#BEAEA1
(190,174,161)
#CEC0B6
(206,192,182)
#DED2CB
(222,210,203)
#EEE4E0
(238,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E300E; }

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

This text font color is #4E300E.


Background Color

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

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

This div background color is #4E300E.


Border color

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

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

This div border color is #4E300E.


Opacity

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

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

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

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

This text has shadow with #4E300E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E300E on black background.


Color preview on white background

This text has color #4E300E on white background.



Black color preview on #4E300E background

This text has black color on #4E300E background.


White color preview on #4E300E background

This text has white color on #4E300E background.