COLOR #3CA56C

HEX: #3CA56C RGB: (60,165,108)

Color info

#3CA56C contains mainly green and blue colors. Web safe color of #3CA56C is #339966 (or #396).

RGB color model

#3CA56C color RGB value is (60,165,108).

RGB: (60,165,108) (24%, 65%, 42%)

RGB channels and saturation

R 60 of 255 = 24%
G 165 of 255 = 65%
B 108 of 255 = 42%

60
165
108

R + G + B ~ 44%. #3CA56C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 60 + 165 + 108 = 333 (100%)
R 60 of 333 ~ 18.02%
G 165 of 333 ~ 49.55%
B 108 of 333 ~ 32.43'%

%18.02
%49.55
%32.43

CMYK color model

#3CA56C color CMYK value is (64,0,35,35).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 34.55%
  • key color value is 35.29%

CMYK: (64,0,35,35)
C64M0Y35K35 (64%, 0%, 35%, 35%)
(0.64 / 0.00 / 0.35 / 0.35)

CMYK percentages

%63.64
%0
%34.55
%35.29

Codes

Color #3CA56C in popluar color models

3C A5 6C
RGB 60 165 108
HSL 147° 46.67% 44.12%
HSB/HSV 147° 63.64% 64.71%
CMYK 63.64% 0.00% 34.55%
35.29%

Color #3CA56C in popluar number systems.

HEX 3C A5 6C
Decimal 60 165 108
Binary 111100 10100101 1101100
Octal 74 245 154

Shades and tints

Shades of #3CA56C

#3CA56C
(60,165,108)
#379663
(55,150,99)
#32875A
(50,135,90)
#2D7851
(45,120,81)
#286948
(40,105,72)
#235A3F
(35,90,63)
#1E4B36
(30,75,54)
#193C2D
(25,60,45)
#142D24
(20,45,36)
#0F1E1B
(15,30,27)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #3CA56C

#3CA56C
(60,165,108)
#4DAD79
(77,173,121)
#5EB586
(94,181,134)
#6FBD93
(111,189,147)
#80C5A0
(128,197,160)
#91CDAD
(145,205,173)
#A2D5BA
(162,213,186)
#B3DDC7
(179,221,199)
#C4E5D4
(196,229,212)
#D5EDE1
(213,237,225)
#E6F5EE
(230,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CA56C color. Also use rgb(60,165,108) instead hex code.

Text Font Color

.myTextColor { color: #3CA56C; }

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

This text font color is #3CA56C.

Background Color

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

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

This div background color is #3CA56C.

Border color

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

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

This div border color is #3CA56C.

Opacity

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

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

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

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

This text has shadow with #3CA56C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3CA56C.

Preview

Color preview on black background

This text has color #3CA56C on black background.


Color preview on white background

This text has color #3CA56C on white background.


Black color preview on #3CA56C background

This text has black color on #3CA56C background.


White color preview on #3CA56C background

This text has white color on #3CA56C background.


Related colors

Complementary color

Complementary color for #hex is #C35A93.


I love getcolorcode.com

Triadic colors

1 #6C3CA5 and #A56C3C with #3CA56C are triadic colors.

2 #6CA53C and #A53C6C with #3CA56C are triadic colors.