COLOR #3C9E74

HEX: #3C9E74
RGB: (60,158,116)

Color info

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

RGB color model

#3C9E74 color RGB value is (60,158,116).

  • red value is 60;
  • green value is 158;
  • blue value is 116.
RGB:
(60,158,116)
(24%,62%,45%)

RGB channels and saturation

R 60 of 255 = 24%
G 158 of 255 = 62%
B 116 of 255 = 45%

60
158
116

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

Portions of RGB colors in percentages

R + G + B =
60 + 158 + 116 = 334 (100%)
R 60 of 334 ~ 17.96%
G 158 of 334 ~ 47.31%
B 116 of 334 ~ 34.73%

%17.96
%47.31
%34.73

CMYK color model

#3C9E74 color CMYK value is (62,0,27,38).

  • cyan value is 62.03%
  • magenta value is 0.00%
  • yellow value is 26.58%
  • key color value is 38.04%
CMYK:
(62,0,27,38)
C62M0Y27K38 
(62%,0%,27%,38%)
(0.62/0.00/0.27/0.38)	

CMYK percentages

%62.03
%0
%26.58
%38.04

Codes

Color #3C9E74 in popluar color models

3C9E74
RGB60158116
HSL154°44.95%42.75%
HSB/HSV154°62.03%61.96%
CMYK62.03%0.00%26.58%
38.04%

Color #3C9E74 in popluar number systems.

HEX3C9E74
Decimal60158116
Binary111100100111101110100
Octal74236164

Shades and tints

Shades of #3C9E74

#3C9E74
(60,158,116)
#37906A
(55,144,106)
#328260
(50,130,96)
#2D7456
(45,116,86)
#28664C
(40,102,76)
#235842
(35,88,66)
#1E4A38
(30,74,56)
#193C2E
(25,60,46)
#142E24
(20,46,36)
#0F201A
(15,32,26)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #3C9E74

#3C9E74
(60,158,116)
#4DA680
(77,166,128)
#5EAE8C
(94,174,140)
#6FB698
(111,182,152)
#80BEA4
(128,190,164)
#91C6B0
(145,198,176)
#A2CEBC
(162,206,188)
#B3D6C8
(179,214,200)
#C4DED4
(196,222,212)
#D5E6E0
(213,230,224)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C9E74; }

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

This text font color is #3C9E74.


Background Color

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

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

This div background color is #3C9E74.


Border color

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

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

This div border color is #3C9E74.


Opacity

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

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

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

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

This text has shadow with #3C9E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C9E74 on black background.


Color preview on white background

This text has color #3C9E74 on white background.



Black color preview on #3C9E74 background

This text has black color on #3C9E74 background.


White color preview on #3C9E74 background

This text has white color on #3C9E74 background.