COLOR #40AA3C

HEX: #40AA3C RGB: (64,170,60)

Color info

#40AA3C contains mainly green color. Web safe color of #40AA3C is #339933 (or #393).

RGB color model

#40AA3C color RGB value is (64,170,60).

RGB: (64,170,60) (25%, 67%, 24%)

RGB channels and saturation

R 64 of 255 = 25%
G 170 of 255 = 67%
B 60 of 255 = 24%

64
170
60

R + G + B ~ 39%. #40AA3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 170 + 60 = 294 (100%)
R 64 of 294 ~ 21.77%
G 170 of 294 ~ 57.82%
B 60 of 294 ~ 20.41'%

%21.77
%57.82
%20.41

CMYK color model

#40AA3C color CMYK value is (62,0,65,33).

  • cyan value is 62.35%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 33.33%

CMYK: (62,0,65,33)
C62M0Y65K33 (62%, 0%, 65%, 33%)
(0.62 / 0.00 / 0.65 / 0.33)

CMYK percentages

%62.35
%0
%64.71
%33.33

Codes

Color #40AA3C in popluar color models

40 AA 3C
RGB 64 170 60
HSL 118° 47.83% 45.10%
HSB/HSV 118° 64.71% 66.67%
CMYK 62.35% 0.00% 64.71%
33.33%

Color #40AA3C in popluar number systems.

HEX 40 AA 3C
Decimal 64 170 60
Binary 1000000 10101010 111100
Octal 100 252 74

Shades and tints

Shades of #40AA3C

#40AA3C
(64,170,60)
#3B9B37
(59,155,55)
#368C32
(54,140,50)
#317D2D
(49,125,45)
#2C6E28
(44,110,40)
#275F23
(39,95,35)
#22501E
(34,80,30)
#1D4119
(29,65,25)
#183214
(24,50,20)
#13230F
(19,35,15)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #40AA3C

#40AA3C
(64,170,60)
#51B14D
(81,177,77)
#62B85E
(98,184,94)
#73BF6F
(115,191,111)
#84C680
(132,198,128)
#95CD91
(149,205,145)
#A6D4A2
(166,212,162)
#B7DBB3
(183,219,179)
#C8E2C4
(200,226,196)
#D9E9D5
(217,233,213)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40AA3C color. Also use rgb(64,170,60) instead hex code.

Text Font Color

.myTextColor { color: #40AA3C; }

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

This text font color is #40AA3C.

Background Color

.myBgColor { background-color: #40AA3C; }

<div style="background-color:#40AA3C">Inner text</div>

This div background color is #40AA3C.

Border color

.myBorderColor { border: 1px solid #40AA3C; }

<div style="border:3px solid #40AA3C">Div</div>

This div border color is #40AA3C.

Opacity

.myOpacity80 { color: #40AA3C; opacity: 0.8; }

<p style="color:#40AA3C;opacity:0.8;">80%</p>

Text with #40AA3C 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 #40AA3C;}

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

This text has shadow with #40AA3C color.


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

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

This text has shadow with #40AA3C primary color and red secondary color.


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

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

This text has shadow with #40AA3C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #40AA3C.

Preview

Color preview on black background

This text has color #40AA3C on black background.


Color preview on white background

This text has color #40AA3C on white background.


Black color preview on #40AA3C background

This text has black color on #40AA3C background.


White color preview on #40AA3C background

This text has white color on #40AA3C background.


Related colors

Complementary color

Complementary color for #hex is #BF55C3.


I love getcolorcode.com

Triadic colors

1 #3C40AA and #AA3C40 with #40AA3C are triadic colors.

2 #3CAA40 and #AA403C with #40AA3C are triadic colors.