COLOR #4A902A

HEX: #4A902A
RGB: (74,144,42)

Color info

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

RGB color model

#4A902A color RGB value is (74,144,42).

  • red value is 74;
  • green value is 144;
  • blue value is 42.
RGB:
(74,144,42)
(29%,56%,16%)

RGB channels and saturation

R 74 of 255 = 29%
G 144 of 255 = 56%
B 42 of 255 = 16%

74
144
42

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

Portions of RGB colors in percentages

R + G + B =
74 + 144 + 42 = 260 (100%)
R 74 of 260 ~ 28.46%
G 144 of 260 ~ 55.38%
B 42 of 260 ~ 16.15%

%28.46
%55.38
%16.15

CMYK color model

#4A902A color CMYK value is (49,0,71,44).

  • cyan value is 48.61%
  • magenta value is 0.00%
  • yellow value is 70.83%
  • key color value is 43.53%
CMYK:
(49,0,71,44)
C49M0Y71K44 
(49%,0%,71%,44%)
(0.49/0.00/0.71/0.44)	

CMYK percentages

%48.61
%0
%70.83
%43.53

Codes

Color #4A902A in popluar color models

4A902A
RGB7414442
HSL101°54.84%36.47%
HSB/HSV101°70.83%56.47%
CMYK48.61%0.00%70.83%
43.53%

Color #4A902A in popluar number systems.

HEX4A902A
Decimal7414442
Binary100101010010000101010
Octal11222052

Shades and tints

Shades of #4A902A

#4A902A
(74,144,42)
#448327
(68,131,39)
#3E7624
(62,118,36)
#386921
(56,105,33)
#325C1E
(50,92,30)
#2C4F1B
(44,79,27)
#264218
(38,66,24)
#203515
(32,53,21)
#1A2812
(26,40,18)
#141B0F
(20,27,15)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #4A902A

#4A902A
(74,144,42)
#5A9A3D
(90,154,61)
#6AA450
(106,164,80)
#7AAE63
(122,174,99)
#8AB876
(138,184,118)
#9AC289
(154,194,137)
#AACC9C
(170,204,156)
#BAD6AF
(186,214,175)
#CAE0C2
(202,224,194)
#DAEAD5
(218,234,213)
#EAF4E8
(234,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A902A color. Also use rgb(74,144,42) instead hex code.

Text Font Color

.myTextColor { color: #4A902A; }

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

This text font color is #4A902A.


Background Color

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

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

This div background color is #4A902A.


Border color

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

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

This div border color is #4A902A.


Opacity

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

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

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

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

This text has shadow with #4A902A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A902A on black background.


Color preview on white background

This text has color #4A902A on white background.



Black color preview on #4A902A background

This text has black color on #4A902A background.


White color preview on #4A902A background

This text has white color on #4A902A background.