COLOR #3CAD7E

HEX: #3CAD7E RGB: (60,173,126)

Color info

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

RGB color model

#3CAD7E color RGB value is (60,173,126).

RGB: (60,173,126) (24%, 68%, 49%)

RGB channels and saturation

R 60 of 255 = 24%
G 173 of 255 = 68%
B 126 of 255 = 49%

60
173
126

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

Portions of RGB colors in percentages

R + G + B = 60 + 173 + 126 = 359 (100%)
R 60 of 359 ~ 16.71%
G 173 of 359 ~ 48.19%
B 126 of 359 ~ 35.1'%

%16.71
%48.19
%35.1

CMYK color model

#3CAD7E color CMYK value is (65,0,27,32).

  • cyan value is 65.32%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 32.16%

CMYK: (65,0,27,32)
C65M0Y27K32 (65%, 0%, 27%, 32%)
(0.65 / 0.00 / 0.27 / 0.32)

CMYK percentages

%65.32
%0
%27.17
%32.16

Codes

Color #3CAD7E in popluar color models

3C AD 7E
RGB 60 173 126
HSL 155° 48.50% 45.69%
HSB/HSV 155° 65.32% 67.84%
CMYK 65.32% 0.00% 27.17%
32.16%

Color #3CAD7E in popluar number systems.

HEX 3C AD 7E
Decimal 60 173 126
Binary 111100 10101101 1111110
Octal 74 255 176

Shades and tints

Shades of #3CAD7E

#3CAD7E
(60,173,126)
#379E73
(55,158,115)
#328F68
(50,143,104)
#2D805D
(45,128,93)
#287152
(40,113,82)
#236247
(35,98,71)
#1E533C
(30,83,60)
#194431
(25,68,49)
#143526
(20,53,38)
#0F261B
(15,38,27)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #3CAD7E

#3CAD7E
(60,173,126)
#4DB489
(77,180,137)
#5EBB94
(94,187,148)
#6FC29F
(111,194,159)
#80C9AA
(128,201,170)
#91D0B5
(145,208,181)
#A2D7C0
(162,215,192)
#B3DECB
(179,222,203)
#C4E5D6
(196,229,214)
#D5ECE1
(213,236,225)
#E6F3EC
(230,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CAD7E color. Also use rgb(60,173,126) instead hex code.

Text Font Color

.myTextColor { color: #3CAD7E; }

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

This text font color is #3CAD7E.

Background Color

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

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

This div background color is #3CAD7E.

Border color

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

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

This div border color is #3CAD7E.

Opacity

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

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

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

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

This text has shadow with #3CAD7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3CAD7E.

Preview

Color preview on black background

This text has color #3CAD7E on black background.


Color preview on white background

This text has color #3CAD7E on white background.


Black color preview on #3CAD7E background

This text has black color on #3CAD7E background.


White color preview on #3CAD7E background

This text has white color on #3CAD7E background.


Related colors

Complementary color

Complementary color for #hex is #C35281.


I love getcolorcode.com

Triadic colors

1 #7E3CAD and #AD7E3C with #3CAD7E are triadic colors.

2 #7EAD3C and #AD3C7E with #3CAD7E are triadic colors.