COLOR #4E3307

HEX: #4E3307
RGB: (78,51,7)

Color info

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

RGB color model

#4E3307 color RGB value is (78,51,7).

  • red value is 78;
  • green value is 51;
  • blue value is 7.
RGB:
(78,51,7)
(31%,20%,3%)

RGB channels and saturation

R 78 of 255 = 31%
G 51 of 255 = 20%
B 7 of 255 = 3%

78
51
7

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

Portions of RGB colors in percentages

R + G + B =
78 + 51 + 7 = 136 (100%)
R 78 of 136 ~ 57.35%
G 51 of 136 ~ 37.5%
B 7 of 136 ~ 5.15%

%57.35
%37.5

CMYK color model

#4E3307 color CMYK value is (0,35,91,69).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 91.03%
  • key color value is 69.41%
CMYK:
(0,35,91,69)
C0M35Y91K69 
(0%,35%,91%,69%)
(0.00/0.35/0.91/0.69)	

CMYK percentages

%0
%34.62
%91.03
%69.41

Codes

Color #4E3307 in popluar color models

4E3307
RGB78517
HSL37°83.53%16.67%
HSB/HSV37°91.03%30.59%
CMYK0.00%34.62%91.03%
69.41%

Color #4E3307 in popluar number systems.

HEX4E3307
Decimal78517
Binary1001110110011111
Octal116637

Shades and tints

Shades of #4E3307

#4E3307
(78,51,7)
#472F07
(71,47,7)
#402B07
(64,43,7)
#392707
(57,39,7)
#322307
(50,35,7)
#2B1F07
(43,31,7)
#241B07
(36,27,7)
#1D1707
(29,23,7)
#161307
(22,19,7)
#0F0F07
(15,15,7)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #4E3307

#4E3307
(78,51,7)
#5E451D
(94,69,29)
#6E5733
(110,87,51)
#7E6949
(126,105,73)
#8E7B5F
(142,123,95)
#9E8D75
(158,141,117)
#AE9F8B
(174,159,139)
#BEB1A1
(190,177,161)
#CEC3B7
(206,195,183)
#DED5CD
(222,213,205)
#EEE7E3
(238,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3307 color. Also use rgb(78,51,7) instead hex code.

Text Font Color

.myTextColor { color: #4E3307; }

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

This text font color is #4E3307.


Background Color

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

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

This div background color is #4E3307.


Border color

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

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

This div border color is #4E3307.


Opacity

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

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

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

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

This text has shadow with #4E3307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3307 on black background.


Color preview on white background

This text has color #4E3307 on white background.



Black color preview on #4E3307 background

This text has black color on #4E3307 background.


White color preview on #4E3307 background

This text has white color on #4E3307 background.