COLOR #3C5568

HEX: #3C5568
RGB: (60,85,104)

Color info

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

RGB color model

#3C5568 color RGB value is (60,85,104).

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

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 104 of 255 = 41%

60
85
104

R + G + B ~ 33%. #3C5568 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 104 = 249 (100%)
R 60 of 249 ~ 24.1%
G 85 of 249 ~ 34.14%
B 104 of 249 ~ 41.77%

%24.1
%34.14
%41.77

CMYK color model

#3C5568 color CMYK value is (42,18,0,59).

  • cyan value is 42.31%
  • magenta value is 18.27%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(42,18,0,59)
C42M18Y0K59 
(42%,18%,0%,59%)
(0.42/0.18/0.00/0.59)	

CMYK percentages

%42.31
%18.27
%0
%59.22

Codes

Color #3C5568 in popluar color models

3C5568
RGB6085104
HSL206°26.83%32.16%
HSB/HSV206°42.31%40.78%
CMYK42.31%18.27%0.00%
59.22%

Color #3C5568 in popluar number systems.

HEX3C5568
Decimal6085104
Binary11110010101011101000
Octal74125150

Shades and tints

Shades of #3C5568

#3C5568
(60,85,104)
#374E5F
(55,78,95)
#324756
(50,71,86)
#2D404D
(45,64,77)
#283944
(40,57,68)
#23323B
(35,50,59)
#1E2B32
(30,43,50)
#192429
(25,36,41)
#141D20
(20,29,32)
#0F1617
(15,22,23)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #3C5568

#3C5568
(60,85,104)
#4D6475
(77,100,117)
#5E7382
(94,115,130)
#6F828F
(111,130,143)
#80919C
(128,145,156)
#91A0A9
(145,160,169)
#A2AFB6
(162,175,182)
#B3BEC3
(179,190,195)
#C4CDD0
(196,205,208)
#D5DCDD
(213,220,221)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5568; }

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

This text font color is #3C5568.


Background Color

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

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

This div background color is #3C5568.


Border color

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

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

This div border color is #3C5568.


Opacity

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

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

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

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

This text has shadow with #3C5568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5568 on black background.


Color preview on white background

This text has color #3C5568 on white background.



Black color preview on #3C5568 background

This text has black color on #3C5568 background.


White color preview on #3C5568 background

This text has white color on #3C5568 background.