COLOR #4E942A

HEX: #4E942A RGB: (78,148,42)

Color info

#4E942A contains mainly green color. Web safe color of #4E942A is #669933 (or #693).

RGB color model

#4E942A color RGB value is (78,148,42).

RGB: (78,148,42) (31%, 58%, 16%)

RGB channels and saturation

R 78 of 255 = 31%
G 148 of 255 = 58%
B 42 of 255 = 16%

78
148
42

R + G + B ~ 35%. #4E942A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 148 + 42 = 268 (100%)
R 78 of 268 ~ 29.1%
G 148 of 268 ~ 55.22%
B 42 of 268 ~ 15.67'%

%29.1
%55.22
%15.67

CMYK color model

#4E942A color CMYK value is (47,0,72,42).

  • cyan value is 47.30%
  • magenta value is 0.00%
  • yellow value is 71.62%
  • key color value is 41.96%

CMYK: (47,0,72,42)
C47M0Y72K42 (47%, 0%, 72%, 42%)
(0.47 / 0.00 / 0.72 / 0.42)

CMYK percentages

%47.3
%0
%71.62
%41.96

Codes

Color #4E942A in popluar color models

4E 94 2A
RGB 78 148 42
HSL 100° 55.79% 37.25%
HSB/HSV 100° 71.62% 58.04%
CMYK 47.30% 0.00% 71.62%
41.96%

Color #4E942A in popluar number systems.

HEX 4E 94 2A
Decimal 78 148 42
Binary 1001110 10010100 101010
Octal 116 224 52

Shades and tints

Shades of #4E942A

#4E942A
(78,148,42)
#478727
(71,135,39)
#407A24
(64,122,36)
#396D21
(57,109,33)
#32601E
(50,96,30)
#2B531B
(43,83,27)
#244618
(36,70,24)
#1D3915
(29,57,21)
#162C12
(22,44,18)
#0F1F0F
(15,31,15)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #4E942A

#4E942A
(78,148,42)
#5E9D3D
(94,157,61)
#6EA650
(110,166,80)
#7EAF63
(126,175,99)
#8EB876
(142,184,118)
#9EC189
(158,193,137)
#AECA9C
(174,202,156)
#BED3AF
(190,211,175)
#CEDCC2
(206,220,194)
#DEE5D5
(222,229,213)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E942A; }

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

This text font color is #4E942A.

Background Color

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

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

This div background color is #4E942A.

Border color

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

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

This div border color is #4E942A.

Opacity

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

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

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

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

This text has shadow with #4E942A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E942A.

Preview

Color preview on black background

This text has color #4E942A on black background.


Color preview on white background

This text has color #4E942A on white background.


Black color preview on #4E942A background

This text has black color on #4E942A background.


White color preview on #4E942A background

This text has white color on #4E942A background.


Related colors

Complementary color

Complementary color for #hex is #B16BD5.


I love getcolorcode.com

Triadic colors

1 #2A4E94 and #942A4E with #4E942A are triadic colors.

2 #2A944E and #944E2A with #4E942A are triadic colors.