COLOR #3C5573

HEX: #3C5573
RGB: (60,85,115)

Color info

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

RGB color model

#3C5573 color RGB value is (60,85,115).

  • red value is 60;
  • green value is 85;
  • blue value is 115.
RGB:
(60,85,115)
(24%,33%,45%)

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 115 of 255 = 45%

60
85
115

R + G + B ~ 34%. #3C5573 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 115 = 260 (100%)
R 60 of 260 ~ 23.08%
G 85 of 260 ~ 32.69%
B 115 of 260 ~ 44.23%

%23.08
%32.69
%44.23

CMYK color model

#3C5573 color CMYK value is (48,26,0,55).

  • cyan value is 47.83%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(48,26,0,55)
C48M26Y0K55 
(48%,26%,0%,55%)
(0.48/0.26/0.00/0.55)	

CMYK percentages

%47.83
%26.09
%0
%54.9

Codes

Color #3C5573 in popluar color models

3C5573
RGB6085115
HSL213°31.43%34.31%
HSB/HSV213°47.83%45.10%
CMYK47.83%26.09%0.00%
54.90%

Color #3C5573 in popluar number systems.

HEX3C5573
Decimal6085115
Binary11110010101011110011
Octal74125163

Shades and tints

Shades of #3C5573

#3C5573
(60,85,115)
#374E69
(55,78,105)
#32475F
(50,71,95)
#2D4055
(45,64,85)
#28394B
(40,57,75)
#233241
(35,50,65)
#1E2B37
(30,43,55)
#19242D
(25,36,45)
#141D23
(20,29,35)
#0F1619
(15,22,25)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #3C5573

#3C5573
(60,85,115)
#4D647F
(77,100,127)
#5E738B
(94,115,139)
#6F8297
(111,130,151)
#8091A3
(128,145,163)
#91A0AF
(145,160,175)
#A2AFBB
(162,175,187)
#B3BEC7
(179,190,199)
#C4CDD3
(196,205,211)
#D5DCDF
(213,220,223)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5573 color. Also use rgb(60,85,115) instead hex code.

Text Font Color

.myTextColor { color: #3C5573; }

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

This text font color is #3C5573.


Background Color

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

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

This div background color is #3C5573.


Border color

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

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

This div border color is #3C5573.


Opacity

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

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

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

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

This text has shadow with #3C5573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5573 on black background.


Color preview on white background

This text has color #3C5573 on white background.



Black color preview on #3C5573 background

This text has black color on #3C5573 background.


White color preview on #3C5573 background

This text has white color on #3C5573 background.