COLOR #3C7C7F

HEX: #3C7C7F
RGB: (60,124,127)

Color info

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

RGB color model

#3C7C7F color RGB value is (60,124,127).

  • red value is 60;
  • green value is 124;
  • blue value is 127.
RGB:
(60,124,127)
(24%,49%,50%)

RGB channels and saturation

R 60 of 255 = 24%
G 124 of 255 = 49%
B 127 of 255 = 50%

60
124
127

R + G + B ~ 41%. #3C7C7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
60 + 124 + 127 = 311 (100%)
R 60 of 311 ~ 19.29%
G 124 of 311 ~ 39.87%
B 127 of 311 ~ 40.84%

%19.29
%39.87
%40.84

CMYK color model

#3C7C7F color CMYK value is (53,2,0,50).

  • cyan value is 52.76%
  • magenta value is 2.36%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(53,2,0,50)
C53M2Y0K50 
(53%,2%,0%,50%)
(0.53/0.02/0.00/0.50)	

CMYK percentages

%52.76
%2.36
%0
%50.2

Codes

Color #3C7C7F in popluar color models

3C7C7F
RGB60124127
HSL183°35.83%36.67%
HSB/HSV183°52.76%49.80%
CMYK52.76%2.36%0.00%
50.20%

Color #3C7C7F in popluar number systems.

HEX3C7C7F
Decimal60124127
Binary11110011111001111111
Octal74174177

Shades and tints

Shades of #3C7C7F

#3C7C7F
(60,124,127)
#377174
(55,113,116)
#326669
(50,102,105)
#2D5B5E
(45,91,94)
#285053
(40,80,83)
#234548
(35,69,72)
#1E3A3D
(30,58,61)
#192F32
(25,47,50)
#142427
(20,36,39)
#0F191C
(15,25,28)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #3C7C7F

#3C7C7F
(60,124,127)
#4D878A
(77,135,138)
#5E9295
(94,146,149)
#6F9DA0
(111,157,160)
#80A8AB
(128,168,171)
#91B3B6
(145,179,182)
#A2BEC1
(162,190,193)
#B3C9CC
(179,201,204)
#C4D4D7
(196,212,215)
#D5DFE2
(213,223,226)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7C7F; }

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

This text font color is #3C7C7F.


Background Color

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

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

This div background color is #3C7C7F.


Border color

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

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

This div border color is #3C7C7F.


Opacity

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

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

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

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

This text has shadow with #3C7C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7C7F on black background.


Color preview on white background

This text has color #3C7C7F on white background.



Black color preview on #3C7C7F background

This text has black color on #3C7C7F background.


White color preview on #3C7C7F background

This text has white color on #3C7C7F background.