COLOR #4A8D2E

HEX: #4A8D2E
RGB: (74,141,46)

Color info

#4A8D2E contains mainly green color. Web safe color of #4A8D2E is #339933 (or #393).

RGB color model

#4A8D2E color RGB value is (74,141,46).

  • red value is 74;
  • green value is 141;
  • blue value is 46.
RGB:
(74,141,46)
(29%,55%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 141 of 255 = 55%
B 46 of 255 = 18%

74
141
46

R + G + B ~ 34%. #4A8D2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 141 + 46 = 261 (100%)
R 74 of 261 ~ 28.35%
G 141 of 261 ~ 54.02%
B 46 of 261 ~ 17.62%

%28.35
%54.02
%17.62

CMYK color model

#4A8D2E color CMYK value is (48,0,67,45).

  • cyan value is 47.52%
  • magenta value is 0.00%
  • yellow value is 67.38%
  • key color value is 44.71%
CMYK:
(48,0,67,45)
C48M0Y67K45 
(48%,0%,67%,45%)
(0.48/0.00/0.67/0.45)	

CMYK percentages

%47.52
%0
%67.38
%44.71

Codes

Color #4A8D2E in popluar color models

4A8D2E
RGB7414146
HSL102°50.80%36.67%
HSB/HSV102°67.38%55.29%
CMYK47.52%0.00%67.38%
44.71%

Color #4A8D2E in popluar number systems.

HEX4A8D2E
Decimal7414146
Binary100101010001101101110
Octal11221556

Shades and tints

Shades of #4A8D2E

#4A8D2E
(74,141,46)
#44812A
(68,129,42)
#3E7526
(62,117,38)
#386922
(56,105,34)
#325D1E
(50,93,30)
#2C511A
(44,81,26)
#264516
(38,69,22)
#203912
(32,57,18)
#1A2D0E
(26,45,14)
#14210A
(20,33,10)
#0E1506
(14,21,6)
#000000
(0,0,0)

Tints of #4A8D2E

#4A8D2E
(74,141,46)
#5A9741
(90,151,65)
#6AA154
(106,161,84)
#7AAB67
(122,171,103)
#8AB57A
(138,181,122)
#9ABF8D
(154,191,141)
#AAC9A0
(170,201,160)
#BAD3B3
(186,211,179)
#CADDC6
(202,221,198)
#DAE7D9
(218,231,217)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8D2E color. Also use rgb(74,141,46) instead hex code.

Text Font Color

.myTextColor { color: #4A8D2E; }

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

This text font color is #4A8D2E.


Background Color

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

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

This div background color is #4A8D2E.


Border color

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

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

This div border color is #4A8D2E.


Opacity

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

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

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

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

This text has shadow with #4A8D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8D2E on black background.


Color preview on white background

This text has color #4A8D2E on white background.



Black color preview on #4A8D2E background

This text has black color on #4A8D2E background.


White color preview on #4A8D2E background

This text has white color on #4A8D2E background.