COLOR #4E7004

HEX: #4E7004
RGB: (78,112,4)

Color info

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

RGB color model

#4E7004 color RGB value is (78,112,4).

  • red value is 78;
  • green value is 112;
  • blue value is 4.
RGB:
(78,112,4)
(31%,44%,2%)

RGB channels and saturation

R 78 of 255 = 31%
G 112 of 255 = 44%
B 4 of 255 = 2%

78
112
4

R + G + B ~ 26%. #4E7004 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 112 + 4 = 194 (100%)
R 78 of 194 ~ 40.21%
G 112 of 194 ~ 57.73%
B 4 of 194 ~ 2.06%

%40.21
%57.73

CMYK color model

#4E7004 color CMYK value is (30,0,96,56).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 96.43%
  • key color value is 56.08%
CMYK:
(30,0,96,56)
C30M0Y96K56 
(30%,0%,96%,56%)
(0.30/0.00/0.96/0.56)	

CMYK percentages

%30.36
%0
%96.43
%56.08

Codes

Color #4E7004 in popluar color models

4E7004
RGB781124
HSL79°93.10%22.75%
HSB/HSV79°96.43%43.92%
CMYK30.36%0.00%96.43%
56.08%

Color #4E7004 in popluar number systems.

HEX4E7004
Decimal781124
Binary10011101110000100
Octal1161604

Shades and tints

Shades of #4E7004

#4E7004
(78,112,4)
#476604
(71,102,4)
#405C04
(64,92,4)
#395204
(57,82,4)
#324804
(50,72,4)
#2B3E04
(43,62,4)
#243404
(36,52,4)
#1D2A04
(29,42,4)
#162004
(22,32,4)
#0F1604
(15,22,4)
#080C04
(8,12,4)
#000000
(0,0,0)

Tints of #4E7004

#4E7004
(78,112,4)
#5E7D1A
(94,125,26)
#6E8A30
(110,138,48)
#7E9746
(126,151,70)
#8EA45C
(142,164,92)
#9EB172
(158,177,114)
#AEBE88
(174,190,136)
#BECB9E
(190,203,158)
#CED8B4
(206,216,180)
#DEE5CA
(222,229,202)
#EEF2E0
(238,242,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7004; }

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

This text font color is #4E7004.


Background Color

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

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

This div background color is #4E7004.


Border color

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

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

This div border color is #4E7004.


Opacity

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

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

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

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

This text has shadow with #4E7004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7004 on black background.


Color preview on white background

This text has color #4E7004 on white background.



Black color preview on #4E7004 background

This text has black color on #4E7004 background.


White color preview on #4E7004 background

This text has white color on #4E7004 background.