COLOR #3C5676

HEX: #3C5676
RGB: (60,86,118)

Color info

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

RGB color model

#3C5676 color RGB value is (60,86,118).

  • red value is 60;
  • green value is 86;
  • blue value is 118.
RGB:
(60,86,118)
(24%,34%,46%)

RGB channels and saturation

R 60 of 255 = 24%
G 86 of 255 = 34%
B 118 of 255 = 46%

60
86
118

R + G + B ~ 35%. #3C5676 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 86 + 118 = 264 (100%)
R 60 of 264 ~ 22.73%
G 86 of 264 ~ 32.58%
B 118 of 264 ~ 44.7%

%22.73
%32.58
%44.7

CMYK color model

#3C5676 color CMYK value is (49,27,0,54).

  • cyan value is 49.15%
  • magenta value is 27.12%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(49,27,0,54)
C49M27Y0K54 
(49%,27%,0%,54%)
(0.49/0.27/0.00/0.54)	

CMYK percentages

%49.15
%27.12
%0
%53.73

Codes

Color #3C5676 in popluar color models

3C5676
RGB6086118
HSL213°32.58%34.90%
HSB/HSV213°49.15%46.27%
CMYK49.15%27.12%0.00%
53.73%

Color #3C5676 in popluar number systems.

HEX3C5676
Decimal6086118
Binary11110010101101110110
Octal74126166

Shades and tints

Shades of #3C5676

#3C5676
(60,86,118)
#374F6C
(55,79,108)
#324862
(50,72,98)
#2D4158
(45,65,88)
#283A4E
(40,58,78)
#233344
(35,51,68)
#1E2C3A
(30,44,58)
#192530
(25,37,48)
#141E26
(20,30,38)
#0F171C
(15,23,28)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #3C5676

#3C5676
(60,86,118)
#4D6582
(77,101,130)
#5E748E
(94,116,142)
#6F839A
(111,131,154)
#8092A6
(128,146,166)
#91A1B2
(145,161,178)
#A2B0BE
(162,176,190)
#B3BFCA
(179,191,202)
#C4CED6
(196,206,214)
#D5DDE2
(213,221,226)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5676 color. Also use rgb(60,86,118) instead hex code.

Text Font Color

.myTextColor { color: #3C5676; }

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

This text font color is #3C5676.


Background Color

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

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

This div background color is #3C5676.


Border color

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

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

This div border color is #3C5676.


Opacity

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

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

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

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

This text has shadow with #3C5676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5676 on black background.


Color preview on white background

This text has color #3C5676 on white background.



Black color preview on #3C5676 background

This text has black color on #3C5676 background.


White color preview on #3C5676 background

This text has white color on #3C5676 background.