COLOR #3C447D

HEX: #3C447D
RGB: (60,68,125)

Color info

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

RGB color model

#3C447D color RGB value is (60,68,125).

  • red value is 60;
  • green value is 68;
  • blue value is 125.
RGB:
(60,68,125)
(24%,27%,49%)

RGB channels and saturation

R 60 of 255 = 24%
G 68 of 255 = 27%
B 125 of 255 = 49%

60
68
125

R + G + B ~ 33%. #3C447D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 68 + 125 = 253 (100%)
R 60 of 253 ~ 23.72%
G 68 of 253 ~ 26.88%
B 125 of 253 ~ 49.41%

%23.72
%26.88
%49.41

CMYK color model

#3C447D color CMYK value is (52,46,0,51).

  • cyan value is 52.00%
  • magenta value is 45.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(52,46,0,51)
C52M46Y0K51 
(52%,46%,0%,51%)
(0.52/0.46/0.00/0.51)	

CMYK percentages

%52
%45.6
%0
%50.98

Codes

Color #3C447D in popluar color models

3C447D
RGB6068125
HSL233°35.14%36.27%
HSB/HSV233°52.00%49.02%
CMYK52.00%45.60%0.00%
50.98%

Color #3C447D in popluar number systems.

HEX3C447D
Decimal6068125
Binary11110010001001111101
Octal74104175

Shades and tints

Shades of #3C447D

#3C447D
(60,68,125)
#373E72
(55,62,114)
#323867
(50,56,103)
#2D325C
(45,50,92)
#282C51
(40,44,81)
#232646
(35,38,70)
#1E203B
(30,32,59)
#191A30
(25,26,48)
#141425
(20,20,37)
#0F0E1A
(15,14,26)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #3C447D

#3C447D
(60,68,125)
#4D5588
(77,85,136)
#5E6693
(94,102,147)
#6F779E
(111,119,158)
#8088A9
(128,136,169)
#9199B4
(145,153,180)
#A2AABF
(162,170,191)
#B3BBCA
(179,187,202)
#C4CCD5
(196,204,213)
#D5DDE0
(213,221,224)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C447D color. Also use rgb(60,68,125) instead hex code.

Text Font Color

.myTextColor { color: #3C447D; }

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

This text font color is #3C447D.


Background Color

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

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

This div background color is #3C447D.


Border color

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

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

This div border color is #3C447D.


Opacity

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

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

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

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

This text has shadow with #3C447D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C447D on black background.


Color preview on white background

This text has color #3C447D on white background.



Black color preview on #3C447D background

This text has black color on #3C447D background.


White color preview on #3C447D background

This text has white color on #3C447D background.