COLOR #3CAA40

HEX: #3CAA40 RGB: (60,170,64)

Color info

#3CAA40 contains mainly green color. Web safe color of #3CAA40 is #339933 (or #393).

RGB color model

#3CAA40 color RGB value is (60,170,64).

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

RGB channels and saturation

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

60
170
64

R + G + B ~ 39%. #3CAA40 is quite dark color.

Portions of RGB colors in percentages

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

%20.41
%57.82
%21.77

CMYK color model

#3CAA40 color CMYK value is (65,0,62,33).

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

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

CMYK percentages

%64.71
%0
%62.35
%33.33

Codes

Color #3CAA40 in popluar color models

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

Color #3CAA40 in popluar number systems.

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

Shades and tints

Shades of #3CAA40

#3CAA40
(60,170,64)
#379B3B
(55,155,59)
#328C36
(50,140,54)
#2D7D31
(45,125,49)
#286E2C
(40,110,44)
#235F27
(35,95,39)
#1E5022
(30,80,34)
#19411D
(25,65,29)
#143218
(20,50,24)
#0F2313
(15,35,19)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #3CAA40

#3CAA40
(60,170,64)
#4DB151
(77,177,81)
#5EB862
(94,184,98)
#6FBF73
(111,191,115)
#80C684
(128,198,132)
#91CD95
(145,205,149)
#A2D4A6
(162,212,166)
#B3DBB7
(179,219,183)
#C4E2C8
(196,226,200)
#D5E9D9
(213,233,217)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3CAA40; }

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

This text font color is #3CAA40.

Background Color

.myBgColor { background-color: #3CAA40; }

<div style="background-color:#3CAA40">Inner text</div>

This div background color is #3CAA40.

Border color

.myBorderColor { border: 1px solid #3CAA40; }

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

This div border color is #3CAA40.

Opacity

.myOpacity80 { color: #3CAA40; opacity: 0.8; }

<p style="color:#3CAA40;opacity:0.8;">80%</p>

Text with #3CAA40 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 #3CAA40;}

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

This text has shadow with #3CAA40 color.


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

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

This text has shadow with #3CAA40 primary color and red secondary color.


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

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

This text has shadow with #3CAA40 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3CAA40.

Preview

Color preview on black background

This text has color #3CAA40 on black background.


Color preview on white background

This text has color #3CAA40 on white background.


Black color preview on #3CAA40 background

This text has black color on #3CAA40 background.


White color preview on #3CAA40 background

This text has white color on #3CAA40 background.


Related colors

Complementary color

Complementary color for #hex is #C355BF.


I love getcolorcode.com

Triadic colors

1 #403CAA and #AA403C with #3CAA40 are triadic colors.

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