COLOR #3C727E

HEX: #3C727E
RGB: (60,114,126)

Color info

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

RGB color model

#3C727E color RGB value is (60,114,126).

  • red value is 60;
  • green value is 114;
  • blue value is 126.
RGB:
(60,114,126)
(24%,45%,49%)

RGB channels and saturation

R 60 of 255 = 24%
G 114 of 255 = 45%
B 126 of 255 = 49%

60
114
126

R + G + B ~ 39%. #3C727E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 114 + 126 = 300 (100%)
R 60 of 300 ~ 20%
G 114 of 300 ~ 38%
B 126 of 300 ~ 42%

%20
%38
%42

CMYK color model

#3C727E color CMYK value is (52,10,0,51).

  • cyan value is 52.38%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(52,10,0,51)
C52M10Y0K51 
(52%,10%,0%,51%)
(0.52/0.10/0.00/0.51)	

CMYK percentages

%52.38
%9.52
%0
%50.59

Codes

Color #3C727E in popluar color models

3C727E
RGB60114126
HSL191°35.48%36.47%
HSB/HSV191°52.38%49.41%
CMYK52.38%9.52%0.00%
50.59%

Color #3C727E in popluar number systems.

HEX3C727E
Decimal60114126
Binary11110011100101111110
Octal74162176

Shades and tints

Shades of #3C727E

#3C727E
(60,114,126)
#376873
(55,104,115)
#325E68
(50,94,104)
#2D545D
(45,84,93)
#284A52
(40,74,82)
#234047
(35,64,71)
#1E363C
(30,54,60)
#192C31
(25,44,49)
#142226
(20,34,38)
#0F181B
(15,24,27)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #3C727E

#3C727E
(60,114,126)
#4D7E89
(77,126,137)
#5E8A94
(94,138,148)
#6F969F
(111,150,159)
#80A2AA
(128,162,170)
#91AEB5
(145,174,181)
#A2BAC0
(162,186,192)
#B3C6CB
(179,198,203)
#C4D2D6
(196,210,214)
#D5DEE1
(213,222,225)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C727E color. Also use rgb(60,114,126) instead hex code.

Text Font Color

.myTextColor { color: #3C727E; }

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

This text font color is #3C727E.


Background Color

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

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

This div background color is #3C727E.


Border color

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

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

This div border color is #3C727E.


Opacity

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

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

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

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

This text has shadow with #3C727E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C727E on black background.


Color preview on white background

This text has color #3C727E on white background.



Black color preview on #3C727E background

This text has black color on #3C727E background.


White color preview on #3C727E background

This text has white color on #3C727E background.