COLOR #3C7C6A

HEX: #3C7C6A RGB: (60,124,106)

Color info

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

RGB color model

#3C7C6A color RGB value is (60,124,106).

RGB: (60,124,106) (24%, 49%, 42%)

RGB channels and saturation

R 60 of 255 = 24%
G 124 of 255 = 49%
B 106 of 255 = 42%

60
124
106

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

Portions of RGB colors in percentages

R + G + B = 60 + 124 + 106 = 290 (100%)
R 60 of 290 ~ 20.69%
G 124 of 290 ~ 42.76%
B 106 of 290 ~ 36.55'%

%20.69
%42.76
%36.55

CMYK color model

#3C7C6A color CMYK value is (52,0,15,51).

  • cyan value is 51.61%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 51.37%

CMYK: (52,0,15,51)
C52M0Y15K51 (52%, 0%, 15%, 51%)
(0.52 / 0.00 / 0.15 / 0.51)

CMYK percentages

%51.61
%0
%14.52
%51.37

Codes

Color #3C7C6A in popluar color models

3C 7C 6A
RGB 60 124 106
HSL 163° 34.78% 36.08%
HSB/HSV 163° 51.61% 48.63%
CMYK 51.61% 0.00% 14.52%
51.37%

Color #3C7C6A in popluar number systems.

HEX 3C 7C 6A
Decimal 60 124 106
Binary 111100 1111100 1101010
Octal 74 174 152

Shades and tints

Shades of #3C7C6A

#3C7C6A
(60,124,106)
#377161
(55,113,97)
#326658
(50,102,88)
#2D5B4F
(45,91,79)
#285046
(40,80,70)
#23453D
(35,69,61)
#1E3A34
(30,58,52)
#192F2B
(25,47,43)
#142422
(20,36,34)
#0F1919
(15,25,25)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #3C7C6A

#3C7C6A
(60,124,106)
#4D8777
(77,135,119)
#5E9284
(94,146,132)
#6F9D91
(111,157,145)
#80A89E
(128,168,158)
#91B3AB
(145,179,171)
#A2BEB8
(162,190,184)
#B3C9C5
(179,201,197)
#C4D4D2
(196,212,210)
#D5DFDF
(213,223,223)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7C6A color. Also use rgb(60,124,106) instead hex code.

Text Font Color

.myTextColor { color: #3C7C6A; }

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

This text font color is #3C7C6A.

Background Color

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

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

This div background color is #3C7C6A.

Border color

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

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

This div border color is #3C7C6A.

Opacity

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

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

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

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

This text has shadow with #3C7C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C7C6A.

Preview

Color preview on black background

This text has color #3C7C6A on black background.


Color preview on white background

This text has color #3C7C6A on white background.


Black color preview on #3C7C6A background

This text has black color on #3C7C6A background.


White color preview on #3C7C6A background

This text has white color on #3C7C6A background.


Related colors

Complementary color

Complementary color for #hex is #C38395.


I love getcolorcode.com

Triadic colors

1 #6A3C7C and #7C6A3C with #3C7C6A are triadic colors.

2 #6A7C3C and #7C3C6A with #3C7C6A are triadic colors.