COLOR #3C5378

HEX: #3C5378 RGB: (60,83,120)

Color info

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

RGB color model

#3C5378 color RGB value is (60,83,120).

RGB: (60,83,120) (24%, 33%, 47%)

RGB channels and saturation

R 60 of 255 = 24%
G 83 of 255 = 33%
B 120 of 255 = 47%

60
83
120

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

Portions of RGB colors in percentages

R + G + B = 60 + 83 + 120 = 263 (100%)
R 60 of 263 ~ 22.81%
G 83 of 263 ~ 31.56%
B 120 of 263 ~ 45.63'%

%22.81
%31.56
%45.63

CMYK color model

#3C5378 color CMYK value is (50,31,0,53).

  • cyan value is 50.00%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (50,31,0,53)
C50M31Y0K53 (50%, 31%, 0%, 53%)
(0.50 / 0.31 / 0.00 / 0.53)

CMYK percentages

%50
%30.83
%0
%52.94

Codes

Color #3C5378 in popluar color models

3C 53 78
RGB 60 83 120
HSL 217° 33.33% 35.29%
HSB/HSV 217° 50.00% 47.06%
CMYK 50.00% 30.83% 0.00%
52.94%

Color #3C5378 in popluar number systems.

HEX 3C 53 78
Decimal 60 83 120
Binary 111100 1010011 1111000
Octal 74 123 170

Shades and tints

Shades of #3C5378

#3C5378
(60,83,120)
#374C6E
(55,76,110)
#324564
(50,69,100)
#2D3E5A
(45,62,90)
#283750
(40,55,80)
#233046
(35,48,70)
#1E293C
(30,41,60)
#192232
(25,34,50)
#141B28
(20,27,40)
#0F141E
(15,20,30)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #3C5378

#3C5378
(60,83,120)
#4D6284
(77,98,132)
#5E7190
(94,113,144)
#6F809C
(111,128,156)
#808FA8
(128,143,168)
#919EB4
(145,158,180)
#A2ADC0
(162,173,192)
#B3BCCC
(179,188,204)
#C4CBD8
(196,203,216)
#D5DAE4
(213,218,228)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5378 color. Also use rgb(60,83,120) instead hex code.

Text Font Color

.myTextColor { color: #3C5378; }

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

This text font color is #3C5378.

Background Color

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

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

This div background color is #3C5378.

Border color

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

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

This div border color is #3C5378.

Opacity

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

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

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

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

This text has shadow with #3C5378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5378.

Preview

Color preview on black background

This text has color #3C5378 on black background.


Color preview on white background

This text has color #3C5378 on white background.


Black color preview on #3C5378 background

This text has black color on #3C5378 background.


White color preview on #3C5378 background

This text has white color on #3C5378 background.


Related colors

Complementary color

Complementary color for #hex is #C3AC87.


I love getcolorcode.com

Triadic colors

1 #783C53 and #53783C with #3C5378 are triadic colors.

2 #78533C and #533C78 with #3C5378 are triadic colors.