COLOR #3C7E73

HEX: #3C7E73
RGB: (60,126,115)

Color info

#3C7E73 contains mainly green and blue colors. Web safe color of #3C7E73 is #336666 (or #366).

RGB color model

#3C7E73 color RGB value is (60,126,115).

  • red value is 60;
  • green value is 126;
  • blue value is 115.
RGB:
(60,126,115)
(24%,49%,45%)

RGB channels and saturation

R 60 of 255 = 24%
G 126 of 255 = 49%
B 115 of 255 = 45%

60
126
115

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

Portions of RGB colors in percentages

R + G + B =
60 + 126 + 115 = 301 (100%)
R 60 of 301 ~ 19.93%
G 126 of 301 ~ 41.86%
B 115 of 301 ~ 38.21%

%19.93
%41.86
%38.21

CMYK color model

#3C7E73 color CMYK value is (52,0,9,51).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 8.73%
  • key color value is 50.59%
CMYK:
(52,0,9,51)
C52M0Y9K51 
(52%,0%,9%,51%)
(0.52/0.00/0.09/0.51)	

CMYK percentages

%52.38
%0
%8.73
%50.59

Codes

Color #3C7E73 in popluar color models

3C7E73
RGB60126115
HSL170°35.48%36.47%
HSB/HSV170°52.38%49.41%
CMYK52.38%0.00%8.73%
50.59%

Color #3C7E73 in popluar number systems.

HEX3C7E73
Decimal60126115
Binary11110011111101110011
Octal74176163

Shades and tints

Shades of #3C7E73

#3C7E73
(60,126,115)
#377369
(55,115,105)
#32685F
(50,104,95)
#2D5D55
(45,93,85)
#28524B
(40,82,75)
#234741
(35,71,65)
#1E3C37
(30,60,55)
#19312D
(25,49,45)
#142623
(20,38,35)
#0F1B19
(15,27,25)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #3C7E73

#3C7E73
(60,126,115)
#4D897F
(77,137,127)
#5E948B
(94,148,139)
#6F9F97
(111,159,151)
#80AAA3
(128,170,163)
#91B5AF
(145,181,175)
#A2C0BB
(162,192,187)
#B3CBC7
(179,203,199)
#C4D6D3
(196,214,211)
#D5E1DF
(213,225,223)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7E73; }

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

This text font color is #3C7E73.


Background Color

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

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

This div background color is #3C7E73.


Border color

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

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

This div border color is #3C7E73.


Opacity

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

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

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

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

This text has shadow with #3C7E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7E73 on black background.


Color preview on white background

This text has color #3C7E73 on white background.



Black color preview on #3C7E73 background

This text has black color on #3C7E73 background.


White color preview on #3C7E73 background

This text has white color on #3C7E73 background.