COLOR #3C4C6E

HEX: #3C4C6E
RGB: (60,76,110)

Color info

#3C4C6E contains red, green and blue colors in about the same proportion. Web safe color of #3C4C6E is #333366 (or #336).

RGB color model

#3C4C6E color RGB value is (60,76,110).

  • red value is 60;
  • green value is 76;
  • blue value is 110.
RGB:
(60,76,110)
(24%,30%,43%)

RGB channels and saturation

R 60 of 255 = 24%
G 76 of 255 = 30%
B 110 of 255 = 43%

60
76
110

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

Portions of RGB colors in percentages

R + G + B =
60 + 76 + 110 = 246 (100%)
R 60 of 246 ~ 24.39%
G 76 of 246 ~ 30.89%
B 110 of 246 ~ 44.72%

%24.39
%30.89
%44.72

CMYK color model

#3C4C6E color CMYK value is (45,31,0,57).

  • cyan value is 45.45%
  • magenta value is 30.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(45,31,0,57)
C45M31Y0K57 
(45%,31%,0%,57%)
(0.45/0.31/0.00/0.57)	

CMYK percentages

%45.45
%30.91
%0
%56.86

Codes

Color #3C4C6E in popluar color models

3C4C6E
RGB6076110
HSL221°29.41%33.33%
HSB/HSV221°45.45%43.14%
CMYK45.45%30.91%0.00%
56.86%

Color #3C4C6E in popluar number systems.

HEX3C4C6E
Decimal6076110
Binary11110010011001101110
Octal74114156

Shades and tints

Shades of #3C4C6E

#3C4C6E
(60,76,110)
#374664
(55,70,100)
#32405A
(50,64,90)
#2D3A50
(45,58,80)
#283446
(40,52,70)
#232E3C
(35,46,60)
#1E2832
(30,40,50)
#192228
(25,34,40)
#141C1E
(20,28,30)
#0F1614
(15,22,20)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #3C4C6E

#3C4C6E
(60,76,110)
#4D5C7B
(77,92,123)
#5E6C88
(94,108,136)
#6F7C95
(111,124,149)
#808CA2
(128,140,162)
#919CAF
(145,156,175)
#A2ACBC
(162,172,188)
#B3BCC9
(179,188,201)
#C4CCD6
(196,204,214)
#D5DCE3
(213,220,227)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4C6E color. Also use rgb(60,76,110) instead hex code.

Text Font Color

.myTextColor { color: #3C4C6E; }

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

This text font color is #3C4C6E.


Background Color

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

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

This div background color is #3C4C6E.


Border color

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

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

This div border color is #3C4C6E.


Opacity

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

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

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

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

This text has shadow with #3C4C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4C6E on black background.


Color preview on white background

This text has color #3C4C6E on white background.



Black color preview on #3C4C6E background

This text has black color on #3C4C6E background.


White color preview on #3C4C6E background

This text has white color on #3C4C6E background.