COLOR #3C5C8C

HEX: #3C5C8C
RGB: (60,92,140)

Color info

#3C5C8C contains mainly green and blue colors. Web safe color of #3C5C8C is #336699 (or #369).

RGB color model

#3C5C8C color RGB value is (60,92,140).

  • red value is 60;
  • green value is 92;
  • blue value is 140.
RGB:
(60,92,140)
(24%,36%,55%)

RGB channels and saturation

R 60 of 255 = 24%
G 92 of 255 = 36%
B 140 of 255 = 55%

60
92
140

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

Portions of RGB colors in percentages

R + G + B =
60 + 92 + 140 = 292 (100%)
R 60 of 292 ~ 20.55%
G 92 of 292 ~ 31.51%
B 140 of 292 ~ 47.95%

%20.55
%31.51
%47.95

CMYK color model

#3C5C8C color CMYK value is (57,34,0,45).

  • cyan value is 57.14%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(57,34,0,45)
C57M34Y0K45 
(57%,34%,0%,45%)
(0.57/0.34/0.00/0.45)	

CMYK percentages

%57.14
%34.29
%0
%45.1

Codes

Color #3C5C8C in popluar color models

3C5C8C
RGB6092140
HSL216°40.00%39.22%
HSB/HSV216°57.14%54.90%
CMYK57.14%34.29%0.00%
45.10%

Color #3C5C8C in popluar number systems.

HEX3C5C8C
Decimal6092140
Binary111100101110010001100
Octal74134214

Shades and tints

Shades of #3C5C8C

#3C5C8C
(60,92,140)
#375480
(55,84,128)
#324C74
(50,76,116)
#2D4468
(45,68,104)
#283C5C
(40,60,92)
#233450
(35,52,80)
#1E2C44
(30,44,68)
#192438
(25,36,56)
#141C2C
(20,28,44)
#0F1420
(15,20,32)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #3C5C8C

#3C5C8C
(60,92,140)
#4D6A96
(77,106,150)
#5E78A0
(94,120,160)
#6F86AA
(111,134,170)
#8094B4
(128,148,180)
#91A2BE
(145,162,190)
#A2B0C8
(162,176,200)
#B3BED2
(179,190,210)
#C4CCDC
(196,204,220)
#D5DAE6
(213,218,230)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5C8C color. Also use rgb(60,92,140) instead hex code.

Text Font Color

.myTextColor { color: #3C5C8C; }

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

This text font color is #3C5C8C.


Background Color

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

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

This div background color is #3C5C8C.


Border color

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

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

This div border color is #3C5C8C.


Opacity

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

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

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

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

This text has shadow with #3C5C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5C8C on black background.


Color preview on white background

This text has color #3C5C8C on white background.



Black color preview on #3C5C8C background

This text has black color on #3C5C8C background.


White color preview on #3C5C8C background

This text has white color on #3C5C8C background.