COLOR #3C7173

HEX: #3C7173
RGB: (60,113,115)

Color info

#3C7173 contains red, green and blue colors in about the same proportion. Web safe color of #3C7173 is #336666 (or #366).

RGB color model

#3C7173 color RGB value is (60,113,115).

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

RGB channels and saturation

R 60 of 255 = 24%
G 113 of 255 = 44%
B 115 of 255 = 45%

60
113
115

R + G + B ~ 38%. #3C7173 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 113 + 115 = 288 (100%)
R 60 of 288 ~ 20.83%
G 113 of 288 ~ 39.24%
B 115 of 288 ~ 39.93%

%20.83
%39.24
%39.93

CMYK color model

#3C7173 color CMYK value is (48,2,0,55).

  • cyan value is 47.83%
  • magenta value is 1.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(48,2,0,55)
C48M2Y0K55 
(48%,2%,0%,55%)
(0.48/0.02/0.00/0.55)	

CMYK percentages

%47.83
%1.74
%0
%54.9

Codes

Color #3C7173 in popluar color models

3C7173
RGB60113115
HSL182°31.43%34.31%
HSB/HSV182°47.83%45.10%
CMYK47.83%1.74%0.00%
54.90%

Color #3C7173 in popluar number systems.

HEX3C7173
Decimal60113115
Binary11110011100011110011
Octal74161163

Shades and tints

Shades of #3C7173

#3C7173
(60,113,115)
#376769
(55,103,105)
#325D5F
(50,93,95)
#2D5355
(45,83,85)
#28494B
(40,73,75)
#233F41
(35,63,65)
#1E3537
(30,53,55)
#192B2D
(25,43,45)
#142123
(20,33,35)
#0F1719
(15,23,25)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #3C7173

#3C7173
(60,113,115)
#4D7D7F
(77,125,127)
#5E898B
(94,137,139)
#6F9597
(111,149,151)
#80A1A3
(128,161,163)
#91ADAF
(145,173,175)
#A2B9BB
(162,185,187)
#B3C5C7
(179,197,199)
#C4D1D3
(196,209,211)
#D5DDDF
(213,221,223)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7173; }

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

This text font color is #3C7173.


Background Color

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

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

This div background color is #3C7173.


Border color

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

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

This div border color is #3C7173.


Opacity

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

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

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

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

This text has shadow with #3C7173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7173 on black background.


Color preview on white background

This text has color #3C7173 on white background.



Black color preview on #3C7173 background

This text has black color on #3C7173 background.


White color preview on #3C7173 background

This text has white color on #3C7173 background.