COLOR #3C4970

HEX: #3C4970
RGB: (60,73,112)

Color info

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

RGB color model

#3C4970 color RGB value is (60,73,112).

  • red value is 60;
  • green value is 73;
  • blue value is 112.
RGB:
(60,73,112)
(24%,29%,44%)

RGB channels and saturation

R 60 of 255 = 24%
G 73 of 255 = 29%
B 112 of 255 = 44%

60
73
112

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

Portions of RGB colors in percentages

R + G + B =
60 + 73 + 112 = 245 (100%)
R 60 of 245 ~ 24.49%
G 73 of 245 ~ 29.8%
B 112 of 245 ~ 45.71%

%24.49
%29.8
%45.71

CMYK color model

#3C4970 color CMYK value is (46,35,0,56).

  • cyan value is 46.43%
  • magenta value is 34.82%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(46,35,0,56)
C46M35Y0K56 
(46%,35%,0%,56%)
(0.46/0.35/0.00/0.56)	

CMYK percentages

%46.43
%34.82
%0
%56.08

Codes

Color #3C4970 in popluar color models

3C4970
RGB6073112
HSL225°30.23%33.73%
HSB/HSV225°46.43%43.92%
CMYK46.43%34.82%0.00%
56.08%

Color #3C4970 in popluar number systems.

HEX3C4970
Decimal6073112
Binary11110010010011110000
Octal74111160

Shades and tints

Shades of #3C4970

#3C4970
(60,73,112)
#374366
(55,67,102)
#323D5C
(50,61,92)
#2D3752
(45,55,82)
#283148
(40,49,72)
#232B3E
(35,43,62)
#1E2534
(30,37,52)
#191F2A
(25,31,42)
#141920
(20,25,32)
#0F1316
(15,19,22)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #3C4970

#3C4970
(60,73,112)
#4D597D
(77,89,125)
#5E698A
(94,105,138)
#6F7997
(111,121,151)
#8089A4
(128,137,164)
#9199B1
(145,153,177)
#A2A9BE
(162,169,190)
#B3B9CB
(179,185,203)
#C4C9D8
(196,201,216)
#D5D9E5
(213,217,229)
#E6E9F2
(230,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4970 color. Also use rgb(60,73,112) instead hex code.

Text Font Color

.myTextColor { color: #3C4970; }

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

This text font color is #3C4970.


Background Color

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

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

This div background color is #3C4970.


Border color

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

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

This div border color is #3C4970.


Opacity

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

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

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

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

This text has shadow with #3C4970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4970 on black background.


Color preview on white background

This text has color #3C4970 on white background.



Black color preview on #3C4970 background

This text has black color on #3C4970 background.


White color preview on #3C4970 background

This text has white color on #3C4970 background.