COLOR #4AAD49

HEX: #4AAD49 RGB: (74,173,73)

Color info

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

RGB color model

#4AAD49 color RGB value is (74,173,73).

RGB: (74,173,73) (29%, 68%, 29%)

RGB channels and saturation

R 74 of 255 = 29%
G 173 of 255 = 68%
B 73 of 255 = 29%

74
173
73

R + G + B ~ 42%. #4AAD49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 74 + 173 + 73 = 320 (100%)
R 74 of 320 ~ 23.13%
G 173 of 320 ~ 54.06%
B 73 of 320 ~ 22.81'%

%23.13
%54.06
%22.81

CMYK color model

#4AAD49 color CMYK value is (57,0,58,32).

  • cyan value is 57.23%
  • magenta value is 0.00%
  • yellow value is 57.80%
  • key color value is 32.16%
CMYK: (57,0,58,32) C57M0Y58K32 (57%,0%,58%,32%) (0.57/0.00/0.58/0.32) 

CMYK percentages

%57.23
%0
%57.8
%32.16

Codes

Color #4AAD49 in popluar color models

4A AD 49
RGB 74 173 73
HSL 119° 40.65% 48.24%
HSB/HSV 119° 57.80% 67.84%
CMYK 57.23% 0.00% 57.80%
32.16%

Color #4AAD49 in popluar number systems.

HEX 4A AD 49
Decimal 74 173 73
Binary 1001010 10101101 1001001
Octal 112 255 111

Shades and tints

Shades of #4AAD49

#4AAD49
(74,173,73)
#449E43
(68,158,67)
#3E8F3D
(62,143,61)
#388037
(56,128,55)
#327131
(50,113,49)
#2C622B
(44,98,43)
#265325
(38,83,37)
#20441F
(32,68,31)
#1A3519
(26,53,25)
#142613
(20,38,19)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #4AAD49

#4AAD49
(74,173,73)
#5AB459
(90,180,89)
#6ABB69
(106,187,105)
#7AC279
(122,194,121)
#8AC989
(138,201,137)
#9AD099
(154,208,153)
#AAD7A9
(170,215,169)
#BADEB9
(186,222,185)
#CAE5C9
(202,229,201)
#DAECD9
(218,236,217)
#EAF3E9
(234,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AAD49 color. Also use rgb(74,173,73) instead hex code.

Text Font Color

.myTextColor { color: #4AAD49; }

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

This text font color is #4AAD49.

Background Color

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

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

This div background color is #4AAD49.

Border color

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

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

This div border color is #4AAD49.

Opacity

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

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

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

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

This text has shadow with #4AAD49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AAD49.

Preview

Color preview on black background

This text has color #4AAD49 on black background.


Color preview on white background

This text has color #4AAD49 on white background.


Black color preview on #4AAD49 background

This text has black color on #4AAD49 background.


White color preview on #4AAD49 background

This text has white color on #4AAD49 background.


Related colors

Complementary color

Complementary color for #hex is #B552B6.


I love getcolorcode.com

Triadic colors

1 #494AAD and #AD494A with #4AAD49 are triadic colors.

2 #49AD4A and #AD4A49 with #4AAD49 are triadic colors.