COLOR #4E5007

HEX: #4E5007 RGB: (78,80,7)

Color info

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

RGB color model

#4E5007 color RGB value is (78,80,7).

RGB: (78,80,7) (31%, 31%, 3%)

RGB channels and saturation

R 78 of 255 = 31%
G 80 of 255 = 31%
B 7 of 255 = 3%

78
80
7

R + G + B ~ 22%. #4E5007 is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 80 + 7 = 165 (100%)
R 78 of 165 ~ 47.27%
G 80 of 165 ~ 48.48%
B 7 of 165 ~ 4.24'%

%47.27
%48.48

CMYK color model

#4E5007 color CMYK value is (2,0,91,69).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 91.25%
  • key color value is 68.63%
CMYK: (2,0,91,69) C2M0Y91K69 (2%,0%,91%,69%) (0.02/0.00/0.91/0.69) 

CMYK percentages

%2.5
%0
%91.25
%68.63

Codes

Color #4E5007 in popluar color models

4E 50 07
RGB 78 80 7
HSL 62° 83.91% 17.06%
HSB/HSV 62° 91.25% 31.37%
CMYK 2.50% 0.00% 91.25%
68.63%

Color #4E5007 in popluar number systems.

HEX 4E 50 07
Decimal 78 80 7
Binary 1001110 1010000 111
Octal 116 120 7

Shades and tints

Shades of #4E5007

#4E5007
(78,80,7)
#474907
(71,73,7)
#404207
(64,66,7)
#393B07
(57,59,7)
#323407
(50,52,7)
#2B2D07
(43,45,7)
#242607
(36,38,7)
#1D1F07
(29,31,7)
#161807
(22,24,7)
#0F1107
(15,17,7)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #4E5007

#4E5007
(78,80,7)
#5E5F1D
(94,95,29)
#6E6E33
(110,110,51)
#7E7D49
(126,125,73)
#8E8C5F
(142,140,95)
#9E9B75
(158,155,117)
#AEAA8B
(174,170,139)
#BEB9A1
(190,185,161)
#CEC8B7
(206,200,183)
#DED7CD
(222,215,205)
#EEE6E3
(238,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5007; }

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

This text font color is #4E5007.

Background Color

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

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

This div background color is #4E5007.

Border color

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

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

This div border color is #4E5007.

Opacity

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

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

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

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

This text has shadow with #4E5007 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5007.

Preview

Color preview on black background

This text has color #4E5007 on black background.


Color preview on white background

This text has color #4E5007 on white background.


Black color preview on #4E5007 background

This text has black color on #4E5007 background.


White color preview on #4E5007 background

This text has white color on #4E5007 background.


Related colors

Complementary color

Complementary color for #hex is #B1AFF8.


I love getcolorcode.com

Triadic colors

1 #074E50 and #50074E with #4E5007 are triadic colors.

2 #07504E and #504E07 with #4E5007 are triadic colors.