COLOR #3C6570

HEX: #3C6570
RGB: (60,101,112)

Color info

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

RGB color model

#3C6570 color RGB value is (60,101,112).

  • red value is 60;
  • green value is 101;
  • blue value is 112.
RGB:
(60,101,112)
(24%,40%,44%)

RGB channels and saturation

R 60 of 255 = 24%
G 101 of 255 = 40%
B 112 of 255 = 44%

60
101
112

R + G + B ~ 36%. #3C6570 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 101 + 112 = 273 (100%)
R 60 of 273 ~ 21.98%
G 101 of 273 ~ 37%
B 112 of 273 ~ 41.03%

%21.98
%37
%41.03

CMYK color model

#3C6570 color CMYK value is (46,10,0,56).

  • cyan value is 46.43%
  • magenta value is 9.82%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(46,10,0,56)
C46M10Y0K56 
(46%,10%,0%,56%)
(0.46/0.10/0.00/0.56)	

CMYK percentages

%46.43
%9.82
%0
%56.08

Codes

Color #3C6570 in popluar color models

3C6570
RGB60101112
HSL193°30.23%33.73%
HSB/HSV193°46.43%43.92%
CMYK46.43%9.82%0.00%
56.08%

Color #3C6570 in popluar number systems.

HEX3C6570
Decimal60101112
Binary11110011001011110000
Octal74145160

Shades and tints

Shades of #3C6570

#3C6570
(60,101,112)
#375C66
(55,92,102)
#32535C
(50,83,92)
#2D4A52
(45,74,82)
#284148
(40,65,72)
#23383E
(35,56,62)
#1E2F34
(30,47,52)
#19262A
(25,38,42)
#141D20
(20,29,32)
#0F1416
(15,20,22)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #3C6570

#3C6570
(60,101,112)
#4D737D
(77,115,125)
#5E818A
(94,129,138)
#6F8F97
(111,143,151)
#809DA4
(128,157,164)
#91ABB1
(145,171,177)
#A2B9BE
(162,185,190)
#B3C7CB
(179,199,203)
#C4D5D8
(196,213,216)
#D5E3E5
(213,227,229)
#E6F1F2
(230,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6570 color. Also use rgb(60,101,112) instead hex code.

Text Font Color

.myTextColor { color: #3C6570; }

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

This text font color is #3C6570.


Background Color

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

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

This div background color is #3C6570.


Border color

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

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

This div border color is #3C6570.


Opacity

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

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

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

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

This text has shadow with #3C6570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6570 on black background.


Color preview on white background

This text has color #3C6570 on white background.



Black color preview on #3C6570 background

This text has black color on #3C6570 background.


White color preview on #3C6570 background

This text has white color on #3C6570 background.