COLOR #3C9E80

HEX: #3C9E80 RGB: (60,158,128)

Color info

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

RGB color model

#3C9E80 color RGB value is (60,158,128).

RGB: (60,158,128) (24%, 62%, 50%)

RGB channels and saturation

R 60 of 255 = 24%
G 158 of 255 = 62%
B 128 of 255 = 50%

60
158
128

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

Portions of RGB colors in percentages

R + G + B = 60 + 158 + 128 = 346 (100%)
R 60 of 346 ~ 17.34%
G 158 of 346 ~ 45.66%
B 128 of 346 ~ 36.99'%

%17.34
%45.66
%36.99

CMYK color model

#3C9E80 color CMYK value is (62,0,19,38).

  • cyan value is 62.03%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 38.04%

CMYK: (62,0,19,38)
C62M0Y19K38 (62%, 0%, 19%, 38%)
(0.62 / 0.00 / 0.19 / 0.38)

CMYK percentages

%62.03
%0
%18.99
%38.04

Codes

Color #3C9E80 in popluar color models

3C 9E 80
RGB 60 158 128
HSL 162° 44.95% 42.75%
HSB/HSV 162° 62.03% 61.96%
CMYK 62.03% 0.00% 18.99%
38.04%

Color #3C9E80 in popluar number systems.

HEX 3C 9E 80
Decimal 60 158 128
Binary 111100 10011110 10000000
Octal 74 236 200

Shades and tints

Shades of #3C9E80

#3C9E80
(60,158,128)
#379075
(55,144,117)
#32826A
(50,130,106)
#2D745F
(45,116,95)
#286654
(40,102,84)
#235849
(35,88,73)
#1E4A3E
(30,74,62)
#193C33
(25,60,51)
#142E28
(20,46,40)
#0F201D
(15,32,29)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #3C9E80

#3C9E80
(60,158,128)
#4DA68B
(77,166,139)
#5EAE96
(94,174,150)
#6FB6A1
(111,182,161)
#80BEAC
(128,190,172)
#91C6B7
(145,198,183)
#A2CEC2
(162,206,194)
#B3D6CD
(179,214,205)
#C4DED8
(196,222,216)
#D5E6E3
(213,230,227)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C9E80 color. Also use rgb(60,158,128) instead hex code.

Text Font Color

.myTextColor { color: #3C9E80; }

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

This text font color is #3C9E80.

Background Color

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

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

This div background color is #3C9E80.

Border color

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

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

This div border color is #3C9E80.

Opacity

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

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

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

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

This text has shadow with #3C9E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C9E80.

Preview

Color preview on black background

This text has color #3C9E80 on black background.


Color preview on white background

This text has color #3C9E80 on white background.


Black color preview on #3C9E80 background

This text has black color on #3C9E80 background.


White color preview on #3C9E80 background

This text has white color on #3C9E80 background.


Related colors

Complementary color

Complementary color for #hex is #C3617F.


I love getcolorcode.com

Triadic colors

1 #803C9E and #9E803C with #3C9E80 are triadic colors.

2 #809E3C and #9E3C80 with #3C9E80 are triadic colors.