COLOR #4E8E07

HEX: #4E8E07
RGB: (78,142,7)

Color info

#4E8E07 contains mainly green color. Web safe color of #4E8E07 is #669900 (or #690).

RGB color model

#4E8E07 color RGB value is (78,142,7).

  • red value is 78;
  • green value is 142;
  • blue value is 7.
RGB:
(78,142,7)
(31%,56%,3%)

RGB channels and saturation

R 78 of 255 = 31%
G 142 of 255 = 56%
B 7 of 255 = 3%

78
142
7

R + G + B ~ 30%. #4E8E07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 142 + 7 = 227 (100%)
R 78 of 227 ~ 34.36%
G 142 of 227 ~ 62.56%
B 7 of 227 ~ 3.08%

%34.36
%62.56

CMYK color model

#4E8E07 color CMYK value is (45,0,95,44).

  • cyan value is 45.07%
  • magenta value is 0.00%
  • yellow value is 95.07%
  • key color value is 44.31%
CMYK:
(45,0,95,44)
C45M0Y95K44 
(45%,0%,95%,44%)
(0.45/0.00/0.95/0.44)	

CMYK percentages

%45.07
%0
%95.07
%44.31

Codes

Color #4E8E07 in popluar color models

4E8E07
RGB781427
HSL88°90.60%29.22%
HSB/HSV88°95.07%55.69%
CMYK45.07%0.00%95.07%
44.31%

Color #4E8E07 in popluar number systems.

HEX4E8E07
Decimal781427
Binary100111010001110111
Octal1162167

Shades and tints

Shades of #4E8E07

#4E8E07
(78,142,7)
#478207
(71,130,7)
#407607
(64,118,7)
#396A07
(57,106,7)
#325E07
(50,94,7)
#2B5207
(43,82,7)
#244607
(36,70,7)
#1D3A07
(29,58,7)
#162E07
(22,46,7)
#0F2207
(15,34,7)
#081607
(8,22,7)
#000000
(0,0,0)

Tints of #4E8E07

#4E8E07
(78,142,7)
#5E981D
(94,152,29)
#6EA233
(110,162,51)
#7EAC49
(126,172,73)
#8EB65F
(142,182,95)
#9EC075
(158,192,117)
#AECA8B
(174,202,139)
#BED4A1
(190,212,161)
#CEDEB7
(206,222,183)
#DEE8CD
(222,232,205)
#EEF2E3
(238,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8E07; }

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

This text font color is #4E8E07.


Background Color

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

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

This div background color is #4E8E07.


Border color

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

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

This div border color is #4E8E07.


Opacity

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

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

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

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

This text has shadow with #4E8E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8E07 on black background.


Color preview on white background

This text has color #4E8E07 on white background.



Black color preview on #4E8E07 background

This text has black color on #4E8E07 background.


White color preview on #4E8E07 background

This text has white color on #4E8E07 background.