COLOR #3C4378

HEX: #3C4378
RGB: (60,67,120)

Color info

#3C4378 contains mainly green and blue colors. Web safe color of #3C4378 is #333366 (or #336).

RGB color model

#3C4378 color RGB value is (60,67,120).

  • red value is 60;
  • green value is 67;
  • blue value is 120.
RGB:
(60,67,120)
(24%,26%,47%)

RGB channels and saturation

R 60 of 255 = 24%
G 67 of 255 = 26%
B 120 of 255 = 47%

60
67
120

R + G + B ~ 32%. #3C4378 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 67 + 120 = 247 (100%)
R 60 of 247 ~ 24.29%
G 67 of 247 ~ 27.13%
B 120 of 247 ~ 48.58%

%24.29
%27.13
%48.58

CMYK color model

#3C4378 color CMYK value is (50,44,0,53).

  • cyan value is 50.00%
  • magenta value is 44.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(50,44,0,53)
C50M44Y0K53 
(50%,44%,0%,53%)
(0.50/0.44/0.00/0.53)	

CMYK percentages

%50
%44.17
%0
%52.94

Codes

Color #3C4378 in popluar color models

3C4378
RGB6067120
HSL233°33.33%35.29%
HSB/HSV233°50.00%47.06%
CMYK50.00%44.17%0.00%
52.94%

Color #3C4378 in popluar number systems.

HEX3C4378
Decimal6067120
Binary11110010000111111000
Octal74103170

Shades and tints

Shades of #3C4378

#3C4378
(60,67,120)
#373D6E
(55,61,110)
#323764
(50,55,100)
#2D315A
(45,49,90)
#282B50
(40,43,80)
#232546
(35,37,70)
#1E1F3C
(30,31,60)
#191932
(25,25,50)
#141328
(20,19,40)
#0F0D1E
(15,13,30)
#0A0714
(10,7,20)
#000000
(0,0,0)

Tints of #3C4378

#3C4378
(60,67,120)
#4D5484
(77,84,132)
#5E6590
(94,101,144)
#6F769C
(111,118,156)
#8087A8
(128,135,168)
#9198B4
(145,152,180)
#A2A9C0
(162,169,192)
#B3BACC
(179,186,204)
#C4CBD8
(196,203,216)
#D5DCE4
(213,220,228)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4378; }

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

This text font color is #3C4378.


Background Color

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

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

This div background color is #3C4378.


Border color

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

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

This div border color is #3C4378.


Opacity

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

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

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

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

This text has shadow with #3C4378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4378 on black background.


Color preview on white background

This text has color #3C4378 on white background.



Black color preview on #3C4378 background

This text has black color on #3C4378 background.


White color preview on #3C4378 background

This text has white color on #3C4378 background.