COLOR #4AA63D

HEX: #4AA63D RGB: (74,166,61)

Color info

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

RGB color model

#4AA63D color RGB value is (74,166,61).

RGB: (74,166,61) (29%, 65%, 24%)

RGB channels and saturation

R 74 of 255 = 29%
G 166 of 255 = 65%
B 61 of 255 = 24%

74
166
61

R + G + B ~ 39%. #4AA63D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 166 + 61 = 301 (100%)
R 74 of 301 ~ 24.58%
G 166 of 301 ~ 55.15%
B 61 of 301 ~ 20.27'%

%24.58
%55.15
%20.27

CMYK color model

#4AA63D color CMYK value is (55,0,63,35).

  • cyan value is 55.42%
  • magenta value is 0.00%
  • yellow value is 63.25%
  • key color value is 34.90%

CMYK: (55,0,63,35)
C55M0Y63K35 (55%, 0%, 63%, 35%)
(0.55 / 0.00 / 0.63 / 0.35)

CMYK percentages

%55.42
%0
%63.25
%34.9

Codes

Color #4AA63D in popluar color models

4A A6 3D
RGB 74 166 61
HSL 113° 46.26% 44.51%
HSB/HSV 113° 63.25% 65.10%
CMYK 55.42% 0.00% 63.25%
34.90%

Color #4AA63D in popluar number systems.

HEX 4A A6 3D
Decimal 74 166 61
Binary 1001010 10100110 111101
Octal 112 246 75

Shades and tints

Shades of #4AA63D

#4AA63D
(74,166,61)
#449738
(68,151,56)
#3E8833
(62,136,51)
#38792E
(56,121,46)
#326A29
(50,106,41)
#2C5B24
(44,91,36)
#264C1F
(38,76,31)
#203D1A
(32,61,26)
#1A2E15
(26,46,21)
#141F10
(20,31,16)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #4AA63D

#4AA63D
(74,166,61)
#5AAE4E
(90,174,78)
#6AB65F
(106,182,95)
#7ABE70
(122,190,112)
#8AC681
(138,198,129)
#9ACE92
(154,206,146)
#AAD6A3
(170,214,163)
#BADEB4
(186,222,180)
#CAE6C5
(202,230,197)
#DAEED6
(218,238,214)
#EAF6E7
(234,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA63D color. Also use rgb(74,166,61) instead hex code.

Text Font Color

.myTextColor { color: #4AA63D; }

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

This text font color is #4AA63D.

Background Color

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

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

This div background color is #4AA63D.

Border color

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

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

This div border color is #4AA63D.

Opacity

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

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

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

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

This text has shadow with #4AA63D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AA63D.

Preview

Color preview on black background

This text has color #4AA63D on black background.


Color preview on white background

This text has color #4AA63D on white background.


Black color preview on #4AA63D background

This text has black color on #4AA63D background.


White color preview on #4AA63D background

This text has white color on #4AA63D background.


Related colors

Complementary color

Complementary color for #hex is #B559C2.


I love getcolorcode.com

Triadic colors

1 #3D4AA6 and #A63D4A with #4AA63D are triadic colors.

2 #3DA64A and #A64A3D with #4AA63D are triadic colors.