COLOR #4E4807

HEX: #4E4807
RGB: (78,72,7)

Color info

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

RGB color model

#4E4807 color RGB value is (78,72,7).

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

RGB channels and saturation

R 78 of 255 = 31%
G 72 of 255 = 28%
B 7 of 255 = 3%

78
72
7

R + G + B ~ 21%. #4E4807 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 72 + 7 = 157 (100%)
R 78 of 157 ~ 49.68%
G 72 of 157 ~ 45.86%
B 7 of 157 ~ 4.46%

%49.68
%45.86

CMYK color model

#4E4807 color CMYK value is (0,8,91,69).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 91.03%
  • key color value is 69.41%
CMYK:
(0,8,91,69)
C0M8Y91K69 
(0%,8%,91%,69%)
(0.00/0.08/0.91/0.69)	

CMYK percentages

%0
%7.69
%91.03
%69.41

Codes

Color #4E4807 in popluar color models

4E4807
RGB78727
HSL55°83.53%16.67%
HSB/HSV55°91.03%30.59%
CMYK0.00%7.69%91.03%
69.41%

Color #4E4807 in popluar number systems.

HEX4E4807
Decimal78727
Binary10011101001000111
Octal1161107

Shades and tints

Shades of #4E4807

#4E4807
(78,72,7)
#474207
(71,66,7)
#403C07
(64,60,7)
#393607
(57,54,7)
#323007
(50,48,7)
#2B2A07
(43,42,7)
#242407
(36,36,7)
#1D1E07
(29,30,7)
#161807
(22,24,7)
#0F1207
(15,18,7)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #4E4807

#4E4807
(78,72,7)
#5E581D
(94,88,29)
#6E6833
(110,104,51)
#7E7849
(126,120,73)
#8E885F
(142,136,95)
#9E9875
(158,152,117)
#AEA88B
(174,168,139)
#BEB8A1
(190,184,161)
#CEC8B7
(206,200,183)
#DED8CD
(222,216,205)
#EEE8E3
(238,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4807; }

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

This text font color is #4E4807.


Background Color

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

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

This div background color is #4E4807.


Border color

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

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

This div border color is #4E4807.


Opacity

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

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

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

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

This text has shadow with #4E4807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4807 on black background.


Color preview on white background

This text has color #4E4807 on white background.



Black color preview on #4E4807 background

This text has black color on #4E4807 background.


White color preview on #4E4807 background

This text has white color on #4E4807 background.