COLOR #3C5780

HEX: #3C5780 RGB: (60,87,128)

Color info

#3C5780 contains mainly green and blue colors. Web safe color of #3C5780 is #336666 (or #366).

RGB color model

#3C5780 color RGB value is (60,87,128).

RGB: (60,87,128) (24%, 34%, 50%)

RGB channels and saturation

R 60 of 255 = 24%
G 87 of 255 = 34%
B 128 of 255 = 50%

60
87
128

R + G + B ~ 36%. #3C5780 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 87 + 128 = 275 (100%)
R 60 of 275 ~ 21.82%
G 87 of 275 ~ 31.64%
B 128 of 275 ~ 46.55'%

%21.82
%31.64
%46.55

CMYK color model

#3C5780 color CMYK value is (53,32,0,50).

  • cyan value is 53.13%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (53,32,0,50)
C53M32Y0K50 (53%, 32%, 0%, 50%)
(0.53 / 0.32 / 0.00 / 0.50)

CMYK percentages

%53.13
%32.03
%0
%49.8

Codes

Color #3C5780 in popluar color models

3C 57 80
RGB 60 87 128
HSL 216° 36.17% 36.86%
HSB/HSV 216° 53.13% 50.20%
CMYK 53.13% 32.03% 0.00%
49.80%

Color #3C5780 in popluar number systems.

HEX 3C 57 80
Decimal 60 87 128
Binary 111100 1010111 10000000
Octal 74 127 200

Shades and tints

Shades of #3C5780

#3C5780
(60,87,128)
#375075
(55,80,117)
#32496A
(50,73,106)
#2D425F
(45,66,95)
#283B54
(40,59,84)
#233449
(35,52,73)
#1E2D3E
(30,45,62)
#192633
(25,38,51)
#141F28
(20,31,40)
#0F181D
(15,24,29)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #3C5780

#3C5780
(60,87,128)
#4D668B
(77,102,139)
#5E7596
(94,117,150)
#6F84A1
(111,132,161)
#8093AC
(128,147,172)
#91A2B7
(145,162,183)
#A2B1C2
(162,177,194)
#B3C0CD
(179,192,205)
#C4CFD8
(196,207,216)
#D5DEE3
(213,222,227)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5780; }

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

This text font color is #3C5780.

Background Color

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

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

This div background color is #3C5780.

Border color

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

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

This div border color is #3C5780.

Opacity

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

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

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

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

This text has shadow with #3C5780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5780.

Preview

Color preview on black background

This text has color #3C5780 on black background.


Color preview on white background

This text has color #3C5780 on white background.


Black color preview on #3C5780 background

This text has black color on #3C5780 background.


White color preview on #3C5780 background

This text has white color on #3C5780 background.


Related colors

Complementary color

Complementary color for #hex is #C3A87F.


I love getcolorcode.com

Triadic colors

1 #803C57 and #57803C with #3C5780 are triadic colors.

2 #80573C and #573C80 with #3C5780 are triadic colors.