COLOR #3C7176

HEX: #3C7176 RGB: (60,113,118)

Color info

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

RGB color model

#3C7176 color RGB value is (60,113,118).

RGB: (60,113,118) (24%, 44%, 46%)

RGB channels and saturation

R 60 of 255 = 24%
G 113 of 255 = 44%
B 118 of 255 = 46%

60
113
118

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

Portions of RGB colors in percentages

R + G + B = 60 + 113 + 118 = 291 (100%)
R 60 of 291 ~ 20.62%
G 113 of 291 ~ 38.83%
B 118 of 291 ~ 40.55'%

%20.62
%38.83
%40.55

CMYK color model

#3C7176 color CMYK value is (49,4,0,54).

  • cyan value is 49.15%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (49,4,0,54)
C49M4Y0K54 (49%, 4%, 0%, 54%)
(0.49 / 0.04 / 0.00 / 0.54)

CMYK percentages

%49.15
%4.24
%0
%53.73

Codes

Color #3C7176 in popluar color models

3C 71 76
RGB 60 113 118
HSL 185° 32.58% 34.90%
HSB/HSV 185° 49.15% 46.27%
CMYK 49.15% 4.24% 0.00%
53.73%

Color #3C7176 in popluar number systems.

HEX 3C 71 76
Decimal 60 113 118
Binary 111100 1110001 1110110
Octal 74 161 166

Shades and tints

Shades of #3C7176

#3C7176
(60,113,118)
#37676C
(55,103,108)
#325D62
(50,93,98)
#2D5358
(45,83,88)
#28494E
(40,73,78)
#233F44
(35,63,68)
#1E353A
(30,53,58)
#192B30
(25,43,48)
#142126
(20,33,38)
#0F171C
(15,23,28)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #3C7176

#3C7176
(60,113,118)
#4D7D82
(77,125,130)
#5E898E
(94,137,142)
#6F959A
(111,149,154)
#80A1A6
(128,161,166)
#91ADB2
(145,173,178)
#A2B9BE
(162,185,190)
#B3C5CA
(179,197,202)
#C4D1D6
(196,209,214)
#D5DDE2
(213,221,226)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7176; }

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

This text font color is #3C7176.

Background Color

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

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

This div background color is #3C7176.

Border color

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

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

This div border color is #3C7176.

Opacity

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

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

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

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

This text has shadow with #3C7176 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C7176.

Preview

Color preview on black background

This text has color #3C7176 on black background.


Color preview on white background

This text has color #3C7176 on white background.


Black color preview on #3C7176 background

This text has black color on #3C7176 background.


White color preview on #3C7176 background

This text has white color on #3C7176 background.


Related colors

Complementary color

Complementary color for #hex is #C38E89.


I love getcolorcode.com

Triadic colors

1 #763C71 and #71763C with #3C7176 are triadic colors.

2 #76713C and #713C76 with #3C7176 are triadic colors.