COLOR #3C445F

HEX: #3C445F
RGB: (60,68,95)

Color info

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

RGB color model

#3C445F color RGB value is (60,68,95).

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

RGB channels and saturation

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

60
68
95

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

Portions of RGB colors in percentages

R + G + B =
60 + 68 + 95 = 223 (100%)
R 60 of 223 ~ 26.91%
G 68 of 223 ~ 30.49%
B 95 of 223 ~ 42.6%

%26.91
%30.49
%42.6

CMYK color model

#3C445F color CMYK value is (37,28,0,63).

  • cyan value is 36.84%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(37,28,0,63)
C37M28Y0K63 
(37%,28%,0%,63%)
(0.37/0.28/0.00/0.63)	

CMYK percentages

%36.84
%28.42
%0
%62.75

Codes

Color #3C445F in popluar color models

3C445F
RGB606895
HSL226°22.58%30.39%
HSB/HSV226°36.84%37.25%
CMYK36.84%28.42%0.00%
62.75%

Color #3C445F in popluar number systems.

HEX3C445F
Decimal606895
Binary11110010001001011111
Octal74104137

Shades and tints

Shades of #3C445F

#3C445F
(60,68,95)
#373E57
(55,62,87)
#32384F
(50,56,79)
#2D3247
(45,50,71)
#282C3F
(40,44,63)
#232637
(35,38,55)
#1E202F
(30,32,47)
#191A27
(25,26,39)
#14141F
(20,20,31)
#0F0E17
(15,14,23)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #3C445F

#3C445F
(60,68,95)
#4D556D
(77,85,109)
#5E667B
(94,102,123)
#6F7789
(111,119,137)
#808897
(128,136,151)
#9199A5
(145,153,165)
#A2AAB3
(162,170,179)
#B3BBC1
(179,187,193)
#C4CCCF
(196,204,207)
#D5DDDD
(213,221,221)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C445F; }

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

This text font color is #3C445F.


Background Color

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

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

This div background color is #3C445F.


Border color

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

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

This div border color is #3C445F.


Opacity

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

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

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

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

This text has shadow with #3C445F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C445F on black background.


Color preview on white background

This text has color #3C445F on white background.



Black color preview on #3C445F background

This text has black color on #3C445F background.


White color preview on #3C445F background

This text has white color on #3C445F background.