COLOR #4E7C04

HEX: #4E7C04 RGB: (78,124,4)

Color info

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

RGB color model

#4E7C04 color RGB value is (78,124,4).

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

RGB channels and saturation

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

78
124
4

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

Portions of RGB colors in percentages

R + G + B = 78 + 124 + 4 = 206 (100%)
R 78 of 206 ~ 37.86%
G 124 of 206 ~ 60.19%
B 4 of 206 ~ 1.94'%

%37.86
%60.19

CMYK color model

#4E7C04 color CMYK value is (37,0,97,51).

  • cyan value is 37.10%
  • magenta value is 0.00%
  • yellow value is 96.77%
  • key color value is 51.37%

CMYK: (37,0,97,51)
C37M0Y97K51 (37%, 0%, 97%, 51%)
(0.37 / 0.00 / 0.97 / 0.51)

CMYK percentages

%37.1
%0
%96.77
%51.37

Codes

Color #4E7C04 in popluar color models

4E 7C 04
RGB 78 124 4
HSL 83° 93.75% 25.10%
HSB/HSV 83° 96.77% 48.63%
CMYK 37.10% 0.00% 96.77%
51.37%

Color #4E7C04 in popluar number systems.

HEX 4E 7C 04
Decimal 78 124 4
Binary 1001110 1111100 100
Octal 116 174 4

Shades and tints

Shades of #4E7C04

#4E7C04
(78,124,4)
#477104
(71,113,4)
#406604
(64,102,4)
#395B04
(57,91,4)
#325004
(50,80,4)
#2B4504
(43,69,4)
#243A04
(36,58,4)
#1D2F04
(29,47,4)
#162404
(22,36,4)
#0F1904
(15,25,4)
#080E04
(8,14,4)
#000000
(0,0,0)

Tints of #4E7C04

#4E7C04
(78,124,4)
#5E871A
(94,135,26)
#6E9230
(110,146,48)
#7E9D46
(126,157,70)
#8EA85C
(142,168,92)
#9EB372
(158,179,114)
#AEBE88
(174,190,136)
#BEC99E
(190,201,158)
#CED4B4
(206,212,180)
#DEDFCA
(222,223,202)
#EEEAE0
(238,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7C04; }

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

This text font color is #4E7C04.

Background Color

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

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

This div background color is #4E7C04.

Border color

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

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

This div border color is #4E7C04.

Opacity

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

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

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

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

This text has shadow with #4E7C04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7C04.

Preview

Color preview on black background

This text has color #4E7C04 on black background.


Color preview on white background

This text has color #4E7C04 on white background.


Black color preview on #4E7C04 background

This text has black color on #4E7C04 background.


White color preview on #4E7C04 background

This text has white color on #4E7C04 background.


Related colors

Complementary color

Complementary color for #hex is #B183FB.


I love getcolorcode.com

Triadic colors

1 #044E7C and #7C044E with #4E7C04 are triadic colors.

2 #047C4E and #7C4E04 with #4E7C04 are triadic colors.