COLOR #3C445E

HEX: #3C445E
RGB: (60,68,94)

Color info

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

RGB color model

#3C445E color RGB value is (60,68,94).

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

RGB channels and saturation

R 60 of 255 = 24%
G 68 of 255 = 27%
B 94 of 255 = 37%

60
68
94

R + G + B ~ 29%. #3C445E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 68 + 94 = 222 (100%)
R 60 of 222 ~ 27.03%
G 68 of 222 ~ 30.63%
B 94 of 222 ~ 42.34%

%27.03
%30.63
%42.34

CMYK color model

#3C445E color CMYK value is (36,28,0,63).

  • cyan value is 36.17%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(36,28,0,63)
C36M28Y0K63 
(36%,28%,0%,63%)
(0.36/0.28/0.00/0.63)	

CMYK percentages

%36.17
%27.66
%0
%63.14

Codes

Color #3C445E in popluar color models

3C445E
RGB606894
HSL226°22.08%30.20%
HSB/HSV226°36.17%36.86%
CMYK36.17%27.66%0.00%
63.14%

Color #3C445E in popluar number systems.

HEX3C445E
Decimal606894
Binary11110010001001011110
Octal74104136

Shades and tints

Shades of #3C445E

#3C445E
(60,68,94)
#373E56
(55,62,86)
#32384E
(50,56,78)
#2D3246
(45,50,70)
#282C3E
(40,44,62)
#232636
(35,38,54)
#1E202E
(30,32,46)
#191A26
(25,26,38)
#14141E
(20,20,30)
#0F0E16
(15,14,22)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #3C445E

#3C445E
(60,68,94)
#4D556C
(77,85,108)
#5E667A
(94,102,122)
#6F7788
(111,119,136)
#808896
(128,136,150)
#9199A4
(145,153,164)
#A2AAB2
(162,170,178)
#B3BBC0
(179,187,192)
#C4CCCE
(196,204,206)
#D5DDDC
(213,221,220)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C445E; }

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

This text font color is #3C445E.


Background Color

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

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

This div background color is #3C445E.


Border color

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

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

This div border color is #3C445E.


Opacity

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

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

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

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

This text has shadow with #3C445E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C445E on black background.


Color preview on white background

This text has color #3C445E on white background.



Black color preview on #3C445E background

This text has black color on #3C445E background.


White color preview on #3C445E background

This text has white color on #3C445E background.