COLOR #3C5D6C

HEX: #3C5D6C
RGB: (60,93,108)

Color info

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

RGB color model

#3C5D6C color RGB value is (60,93,108).

  • red value is 60;
  • green value is 93;
  • blue value is 108.
RGB:
(60,93,108)
(24%,36%,42%)

RGB channels and saturation

R 60 of 255 = 24%
G 93 of 255 = 36%
B 108 of 255 = 42%

60
93
108

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

Portions of RGB colors in percentages

R + G + B =
60 + 93 + 108 = 261 (100%)
R 60 of 261 ~ 22.99%
G 93 of 261 ~ 35.63%
B 108 of 261 ~ 41.38%

%22.99
%35.63
%41.38

CMYK color model

#3C5D6C color CMYK value is (44,14,0,58).

  • cyan value is 44.44%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(44,14,0,58)
C44M14Y0K58 
(44%,14%,0%,58%)
(0.44/0.14/0.00/0.58)	

CMYK percentages

%44.44
%13.89
%0
%57.65

Codes

Color #3C5D6C in popluar color models

3C5D6C
RGB6093108
HSL199°28.57%32.94%
HSB/HSV199°44.44%42.35%
CMYK44.44%13.89%0.00%
57.65%

Color #3C5D6C in popluar number systems.

HEX3C5D6C
Decimal6093108
Binary11110010111011101100
Octal74135154

Shades and tints

Shades of #3C5D6C

#3C5D6C
(60,93,108)
#375563
(55,85,99)
#324D5A
(50,77,90)
#2D4551
(45,69,81)
#283D48
(40,61,72)
#23353F
(35,53,63)
#1E2D36
(30,45,54)
#19252D
(25,37,45)
#141D24
(20,29,36)
#0F151B
(15,21,27)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #3C5D6C

#3C5D6C
(60,93,108)
#4D6B79
(77,107,121)
#5E7986
(94,121,134)
#6F8793
(111,135,147)
#8095A0
(128,149,160)
#91A3AD
(145,163,173)
#A2B1BA
(162,177,186)
#B3BFC7
(179,191,199)
#C4CDD4
(196,205,212)
#D5DBE1
(213,219,225)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5D6C color. Also use rgb(60,93,108) instead hex code.

Text Font Color

.myTextColor { color: #3C5D6C; }

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

This text font color is #3C5D6C.


Background Color

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

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

This div background color is #3C5D6C.


Border color

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

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

This div border color is #3C5D6C.


Opacity

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

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

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

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

This text has shadow with #3C5D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5D6C on black background.


Color preview on white background

This text has color #3C5D6C on white background.



Black color preview on #3C5D6C background

This text has black color on #3C5D6C background.


White color preview on #3C5D6C background

This text has white color on #3C5D6C background.