COLOR #4E5014

HEX: #4E5014
RGB: (78,80,20)

Color info

#4E5014 contains mainly red and green colors. Web safe color of #4E5014 is #666600 (or #660).

RGB color model

#4E5014 color RGB value is (78,80,20).

  • red value is 78;
  • green value is 80;
  • blue value is 20.
RGB:
(78,80,20)
(31%,31%,8%)

RGB channels and saturation

R 78 of 255 = 31%
G 80 of 255 = 31%
B 20 of 255 = 8%

78
80
20

R + G + B ~ 23%. #4E5014 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 80 + 20 = 178 (100%)
R 78 of 178 ~ 43.82%
G 80 of 178 ~ 44.94%
B 20 of 178 ~ 11.24%

%43.82
%44.94
%11.24

CMYK color model

#4E5014 color CMYK value is (2,0,75,69).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 68.63%
CMYK:
(2,0,75,69)
C2M0Y75K69 
(2%,0%,75%,69%)
(0.02/0.00/0.75/0.69)	

CMYK percentages

%2.5
%0
%75
%68.63

Codes

Color #4E5014 in popluar color models

4E5014
RGB788020
HSL62°60.00%19.61%
HSB/HSV62°75.00%31.37%
CMYK2.50%0.00%75.00%
68.63%

Color #4E5014 in popluar number systems.

HEX4E5014
Decimal788020
Binary1001110101000010100
Octal11612024

Shades and tints

Shades of #4E5014

#4E5014
(78,80,20)
#474913
(71,73,19)
#404212
(64,66,18)
#393B11
(57,59,17)
#323410
(50,52,16)
#2B2D0F
(43,45,15)
#24260E
(36,38,14)
#1D1F0D
(29,31,13)
#16180C
(22,24,12)
#0F110B
(15,17,11)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #4E5014

#4E5014
(78,80,20)
#5E5F29
(94,95,41)
#6E6E3E
(110,110,62)
#7E7D53
(126,125,83)
#8E8C68
(142,140,104)
#9E9B7D
(158,155,125)
#AEAA92
(174,170,146)
#BEB9A7
(190,185,167)
#CEC8BC
(206,200,188)
#DED7D1
(222,215,209)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5014 color. Also use rgb(78,80,20) instead hex code.

Text Font Color

.myTextColor { color: #4E5014; }

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

This text font color is #4E5014.


Background Color

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

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

This div background color is #4E5014.


Border color

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

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

This div border color is #4E5014.


Opacity

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

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

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

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

This text has shadow with #4E5014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5014 on black background.


Color preview on white background

This text has color #4E5014 on white background.



Black color preview on #4E5014 background

This text has black color on #4E5014 background.


White color preview on #4E5014 background

This text has white color on #4E5014 background.