COLOR #4AA32F

HEX: #4AA32F RGB: (74,163,47)

Color info

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

RGB color model

#4AA32F color RGB value is (74,163,47).

RGB: (74,163,47) (29%, 64%, 18%)

RGB channels and saturation

R 74 of 255 = 29%
G 163 of 255 = 64%
B 47 of 255 = 18%

74
163
47

R + G + B ~ 37%. #4AA32F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 163 + 47 = 284 (100%)
R 74 of 284 ~ 26.06%
G 163 of 284 ~ 57.39%
B 47 of 284 ~ 16.55'%

%26.06
%57.39
%16.55

CMYK color model

#4AA32F color CMYK value is (55,0,71,36).

  • cyan value is 54.60%
  • magenta value is 0.00%
  • yellow value is 71.17%
  • key color value is 36.08%

CMYK: (55,0,71,36)
C55M0Y71K36 (55%, 0%, 71%, 36%)
(0.55 / 0.00 / 0.71 / 0.36)

CMYK percentages

%54.6
%0
%71.17
%36.08

Codes

Color #4AA32F in popluar color models

4A A3 2F
RGB 74 163 47
HSL 106° 55.24% 41.18%
HSB/HSV 106° 71.17% 63.92%
CMYK 54.60% 0.00% 71.17%
36.08%

Color #4AA32F in popluar number systems.

HEX 4A A3 2F
Decimal 74 163 47
Binary 1001010 10100011 101111
Octal 112 243 57

Shades and tints

Shades of #4AA32F

#4AA32F
(74,163,47)
#44952B
(68,149,43)
#3E8727
(62,135,39)
#387923
(56,121,35)
#326B1F
(50,107,31)
#2C5D1B
(44,93,27)
#264F17
(38,79,23)
#204113
(32,65,19)
#1A330F
(26,51,15)
#14250B
(20,37,11)
#0E1707
(14,23,7)
#000000
(0,0,0)

Tints of #4AA32F

#4AA32F
(74,163,47)
#5AAB41
(90,171,65)
#6AB353
(106,179,83)
#7ABB65
(122,187,101)
#8AC377
(138,195,119)
#9ACB89
(154,203,137)
#AAD39B
(170,211,155)
#BADBAD
(186,219,173)
#CAE3BF
(202,227,191)
#DAEBD1
(218,235,209)
#EAF3E3
(234,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA32F color. Also use rgb(74,163,47) instead hex code.

Text Font Color

.myTextColor { color: #4AA32F; }

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

This text font color is #4AA32F.

Background Color

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

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

This div background color is #4AA32F.

Border color

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

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

This div border color is #4AA32F.

Opacity

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

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

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

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

This text has shadow with #4AA32F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AA32F.

Preview

Color preview on black background

This text has color #4AA32F on black background.


Color preview on white background

This text has color #4AA32F on white background.


Black color preview on #4AA32F background

This text has black color on #4AA32F background.


White color preview on #4AA32F background

This text has white color on #4AA32F background.


Related colors

Complementary color

Complementary color for #hex is #B55CD0.


I love getcolorcode.com

Triadic colors

1 #2F4AA3 and #A32F4A with #4AA32F are triadic colors.

2 #2FA34A and #A34A2F with #4AA32F are triadic colors.