COLOR #4E7E04

HEX: #4E7E04 RGB: (78,126,4)

Color info

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

RGB color model

#4E7E04 color RGB value is (78,126,4).

RGB: (78,126,4) (31%, 49%, 2%)

RGB channels and saturation

R 78 of 255 = 31%
G 126 of 255 = 49%
B 4 of 255 = 2%

78
126
4

R + G + B ~ 27%. #4E7E04 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 126 + 4 = 208 (100%)
R 78 of 208 ~ 37.5%
G 126 of 208 ~ 60.58%
B 4 of 208 ~ 1.92'%

%37.5
%60.58

CMYK color model

#4E7E04 color CMYK value is (38,0,97,51).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 96.83%
  • key color value is 50.59%
CMYK: (38,0,97,51) C38M0Y97K51 (38%,0%,97%,51%) (0.38/0.00/0.97/0.51) 

CMYK percentages

%38.1
%0
%96.83
%50.59

Codes

Color #4E7E04 in popluar color models

4E 7E 04
RGB 78 126 4
HSL 84° 93.85% 25.49%
HSB/HSV 84° 96.83% 49.41%
CMYK 38.10% 0.00% 96.83%
50.59%

Color #4E7E04 in popluar number systems.

HEX 4E 7E 04
Decimal 78 126 4
Binary 1001110 1111110 100
Octal 116 176 4

Shades and tints

Shades of #4E7E04

#4E7E04
(78,126,4)
#477304
(71,115,4)
#406804
(64,104,4)
#395D04
(57,93,4)
#325204
(50,82,4)
#2B4704
(43,71,4)
#243C04
(36,60,4)
#1D3104
(29,49,4)
#162604
(22,38,4)
#0F1B04
(15,27,4)
#081004
(8,16,4)
#000000
(0,0,0)

Tints of #4E7E04

#4E7E04
(78,126,4)
#5E891A
(94,137,26)
#6E9430
(110,148,48)
#7E9F46
(126,159,70)
#8EAA5C
(142,170,92)
#9EB572
(158,181,114)
#AEC088
(174,192,136)
#BECB9E
(190,203,158)
#CED6B4
(206,214,180)
#DEE1CA
(222,225,202)
#EEECE0
(238,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7E04; }

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

This text font color is #4E7E04.

Background Color

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

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

This div background color is #4E7E04.

Border color

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

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

This div border color is #4E7E04.

Opacity

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

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

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

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

This text has shadow with #4E7E04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7E04.

Preview

Color preview on black background

This text has color #4E7E04 on black background.


Color preview on white background

This text has color #4E7E04 on white background.


Black color preview on #4E7E04 background

This text has black color on #4E7E04 background.


White color preview on #4E7E04 background

This text has white color on #4E7E04 background.


Related colors

Complementary color

Complementary color for #hex is #B181FB.


I love getcolorcode.com

Triadic colors

1 #044E7E and #7E044E with #4E7E04 are triadic colors.

2 #047E4E and #7E4E04 with #4E7E04 are triadic colors.