COLOR #3C6D74

HEX: #3C6D74 RGB: (60,109,116)

Color info

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

RGB color model

#3C6D74 color RGB value is (60,109,116).

RGB: (60,109,116) (24%, 43%, 45%)

RGB channels and saturation

R 60 of 255 = 24%
G 109 of 255 = 43%
B 116 of 255 = 45%

60
109
116

R + G + B ~ 37%. #3C6D74 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 109 + 116 = 285 (100%)
R 60 of 285 ~ 21.05%
G 109 of 285 ~ 38.25%
B 116 of 285 ~ 40.7'%

%21.05
%38.25
%40.7

CMYK color model

#3C6D74 color CMYK value is (48,6,0,55).

  • cyan value is 48.28%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (48,6,0,55)
C48M6Y0K55 (48%, 6%, 0%, 55%)
(0.48 / 0.06 / 0.00 / 0.55)

CMYK percentages

%48.28
%6.03
%0
%54.51

Codes

Color #3C6D74 in popluar color models

3C 6D 74
RGB 60 109 116
HSL 188° 31.82% 34.51%
HSB/HSV 188° 48.28% 45.49%
CMYK 48.28% 6.03% 0.00%
54.51%

Color #3C6D74 in popluar number systems.

HEX 3C 6D 74
Decimal 60 109 116
Binary 111100 1101101 1110100
Octal 74 155 164

Shades and tints

Shades of #3C6D74

#3C6D74
(60,109,116)
#37646A
(55,100,106)
#325B60
(50,91,96)
#2D5256
(45,82,86)
#28494C
(40,73,76)
#234042
(35,64,66)
#1E3738
(30,55,56)
#192E2E
(25,46,46)
#142524
(20,37,36)
#0F1C1A
(15,28,26)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #3C6D74

#3C6D74
(60,109,116)
#4D7A80
(77,122,128)
#5E878C
(94,135,140)
#6F9498
(111,148,152)
#80A1A4
(128,161,164)
#91AEB0
(145,174,176)
#A2BBBC
(162,187,188)
#B3C8C8
(179,200,200)
#C4D5D4
(196,213,212)
#D5E2E0
(213,226,224)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6D74; }

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

This text font color is #3C6D74.

Background Color

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

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

This div background color is #3C6D74.

Border color

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

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

This div border color is #3C6D74.

Opacity

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

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

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

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

This text has shadow with #3C6D74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6D74.

Preview

Color preview on black background

This text has color #3C6D74 on black background.


Color preview on white background

This text has color #3C6D74 on white background.


Black color preview on #3C6D74 background

This text has black color on #3C6D74 background.


White color preview on #3C6D74 background

This text has white color on #3C6D74 background.


Related colors

Complementary color

Complementary color for #hex is #C3928B.


I love getcolorcode.com

Triadic colors

1 #743C6D and #6D743C with #3C6D74 are triadic colors.

2 #746D3C and #6D3C74 with #3C6D74 are triadic colors.