COLOR #4AAF3D

HEX: #4AAF3D RGB: (74,175,61)

Color info

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

RGB color model

#4AAF3D color RGB value is (74,175,61).

RGB: (74,175,61) (29%, 69%, 24%)

RGB channels and saturation

R 74 of 255 = 29%
G 175 of 255 = 69%
B 61 of 255 = 24%

74
175
61

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

Portions of RGB colors in percentages

R + G + B = 74 + 175 + 61 = 310 (100%)
R 74 of 310 ~ 23.87%
G 175 of 310 ~ 56.45%
B 61 of 310 ~ 19.68'%

%23.87
%56.45
%19.68

CMYK color model

#4AAF3D color CMYK value is (58,0,65,31).

  • cyan value is 57.71%
  • magenta value is 0.00%
  • yellow value is 65.14%
  • key color value is 31.37%
CMYK: (58,0,65,31) C58M0Y65K31 (58%,0%,65%,31%) (0.58/0.00/0.65/0.31) 

CMYK percentages

%57.71
%0
%65.14
%31.37

Codes

Color #4AAF3D in popluar color models

4A AF 3D
RGB 74 175 61
HSL 113° 48.31% 46.27%
HSB/HSV 113° 65.14% 68.63%
CMYK 57.71% 0.00% 65.14%
31.37%

Color #4AAF3D in popluar number systems.

HEX 4A AF 3D
Decimal 74 175 61
Binary 1001010 10101111 111101
Octal 112 257 75

Shades and tints

Shades of #4AAF3D

#4AAF3D
(74,175,61)
#44A038
(68,160,56)
#3E9133
(62,145,51)
#38822E
(56,130,46)
#327329
(50,115,41)
#2C6424
(44,100,36)
#26551F
(38,85,31)
#20461A
(32,70,26)
#1A3715
(26,55,21)
#142810
(20,40,16)
#0E190B
(14,25,11)
#000000
(0,0,0)

Tints of #4AAF3D

#4AAF3D
(74,175,61)
#5AB64E
(90,182,78)
#6ABD5F
(106,189,95)
#7AC470
(122,196,112)
#8ACB81
(138,203,129)
#9AD292
(154,210,146)
#AAD9A3
(170,217,163)
#BAE0B4
(186,224,180)
#CAE7C5
(202,231,197)
#DAEED6
(218,238,214)
#EAF5E7
(234,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AAF3D; }

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

This text font color is #4AAF3D.

Background Color

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

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

This div background color is #4AAF3D.

Border color

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

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

This div border color is #4AAF3D.

Opacity

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

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

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

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

This text has shadow with #4AAF3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AAF3D.

Preview

Color preview on black background

This text has color #4AAF3D on black background.


Color preview on white background

This text has color #4AAF3D on white background.


Black color preview on #4AAF3D background

This text has black color on #4AAF3D background.


White color preview on #4AAF3D background

This text has white color on #4AAF3D background.


Related colors

Complementary color

Complementary color for #hex is #B550C2.


I love getcolorcode.com

Triadic colors

1 #3D4AAF and #AF3D4A with #4AAF3D are triadic colors.

2 #3DAF4A and #AF4A3D with #4AAF3D are triadic colors.