COLOR #4E3507

HEX: #4E3507
RGB: (78,53,7)

Color info

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

RGB color model

#4E3507 color RGB value is (78,53,7).

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

RGB channels and saturation

R 78 of 255 = 31%
G 53 of 255 = 21%
B 7 of 255 = 3%

78
53
7

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

Portions of RGB colors in percentages

R + G + B =
78 + 53 + 7 = 138 (100%)
R 78 of 138 ~ 56.52%
G 53 of 138 ~ 38.41%
B 7 of 138 ~ 5.07%

%56.52
%38.41

CMYK color model

#4E3507 color CMYK value is (0,32,91,69).

  • cyan value is 0.00%
  • magenta value is 32.05%
  • yellow value is 91.03%
  • key color value is 69.41%
CMYK:
(0,32,91,69)
C0M32Y91K69 
(0%,32%,91%,69%)
(0.00/0.32/0.91/0.69)	

CMYK percentages

%0
%32.05
%91.03
%69.41

Codes

Color #4E3507 in popluar color models

4E3507
RGB78537
HSL39°83.53%16.67%
HSB/HSV39°91.03%30.59%
CMYK0.00%32.05%91.03%
69.41%

Color #4E3507 in popluar number systems.

HEX4E3507
Decimal78537
Binary1001110110101111
Octal116657

Shades and tints

Shades of #4E3507

#4E3507
(78,53,7)
#473107
(71,49,7)
#402D07
(64,45,7)
#392907
(57,41,7)
#322507
(50,37,7)
#2B2107
(43,33,7)
#241D07
(36,29,7)
#1D1907
(29,25,7)
#161507
(22,21,7)
#0F1107
(15,17,7)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #4E3507

#4E3507
(78,53,7)
#5E471D
(94,71,29)
#6E5933
(110,89,51)
#7E6B49
(126,107,73)
#8E7D5F
(142,125,95)
#9E8F75
(158,143,117)
#AEA18B
(174,161,139)
#BEB3A1
(190,179,161)
#CEC5B7
(206,197,183)
#DED7CD
(222,215,205)
#EEE9E3
(238,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3507; }

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

This text font color is #4E3507.


Background Color

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

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

This div background color is #4E3507.


Border color

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

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

This div border color is #4E3507.


Opacity

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

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

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

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

This text has shadow with #4E3507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3507 on black background.


Color preview on white background

This text has color #4E3507 on white background.



Black color preview on #4E3507 background

This text has black color on #4E3507 background.


White color preview on #4E3507 background

This text has white color on #4E3507 background.