COLOR #3C5777

HEX: #3C5777
RGB: (60,87,119)

Color info

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

RGB color model

#3C5777 color RGB value is (60,87,119).

  • red value is 60;
  • green value is 87;
  • blue value is 119.
RGB:
(60,87,119)
(24%,34%,47%)

RGB channels and saturation

R 60 of 255 = 24%
G 87 of 255 = 34%
B 119 of 255 = 47%

60
87
119

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

Portions of RGB colors in percentages

R + G + B =
60 + 87 + 119 = 266 (100%)
R 60 of 266 ~ 22.56%
G 87 of 266 ~ 32.71%
B 119 of 266 ~ 44.74%

%22.56
%32.71
%44.74

CMYK color model

#3C5777 color CMYK value is (50,27,0,53).

  • cyan value is 49.58%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(50,27,0,53)
C50M27Y0K53 
(50%,27%,0%,53%)
(0.50/0.27/0.00/0.53)	

CMYK percentages

%49.58
%26.89
%0
%53.33

Codes

Color #3C5777 in popluar color models

3C5777
RGB6087119
HSL213°32.96%35.10%
HSB/HSV213°49.58%46.67%
CMYK49.58%26.89%0.00%
53.33%

Color #3C5777 in popluar number systems.

HEX3C5777
Decimal6087119
Binary11110010101111110111
Octal74127167

Shades and tints

Shades of #3C5777

#3C5777
(60,87,119)
#37506D
(55,80,109)
#324963
(50,73,99)
#2D4259
(45,66,89)
#283B4F
(40,59,79)
#233445
(35,52,69)
#1E2D3B
(30,45,59)
#192631
(25,38,49)
#141F27
(20,31,39)
#0F181D
(15,24,29)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #3C5777

#3C5777
(60,87,119)
#4D6683
(77,102,131)
#5E758F
(94,117,143)
#6F849B
(111,132,155)
#8093A7
(128,147,167)
#91A2B3
(145,162,179)
#A2B1BF
(162,177,191)
#B3C0CB
(179,192,203)
#C4CFD7
(196,207,215)
#D5DEE3
(213,222,227)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5777 color. Also use rgb(60,87,119) instead hex code.

Text Font Color

.myTextColor { color: #3C5777; }

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

This text font color is #3C5777.


Background Color

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

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

This div background color is #3C5777.


Border color

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

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

This div border color is #3C5777.


Opacity

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

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

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

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

This text has shadow with #3C5777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5777 on black background.


Color preview on white background

This text has color #3C5777 on white background.



Black color preview on #3C5777 background

This text has black color on #3C5777 background.


White color preview on #3C5777 background

This text has white color on #3C5777 background.