COLOR #3C445D

HEX: #3C445D
RGB: (60,68,93)

Color info

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

RGB color model

#3C445D color RGB value is (60,68,93).

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

RGB channels and saturation

R 60 of 255 = 24%
G 68 of 255 = 27%
B 93 of 255 = 36%

60
68
93

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

Portions of RGB colors in percentages

R + G + B =
60 + 68 + 93 = 221 (100%)
R 60 of 221 ~ 27.15%
G 68 of 221 ~ 30.77%
B 93 of 221 ~ 42.08%

%27.15
%30.77
%42.08

CMYK color model

#3C445D color CMYK value is (35,27,0,64).

  • cyan value is 35.48%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(35,27,0,64)
C35M27Y0K64 
(35%,27%,0%,64%)
(0.35/0.27/0.00/0.64)	

CMYK percentages

%35.48
%26.88
%0
%63.53

Codes

Color #3C445D in popluar color models

3C445D
RGB606893
HSL225°21.57%30.00%
HSB/HSV225°35.48%36.47%
CMYK35.48%26.88%0.00%
63.53%

Color #3C445D in popluar number systems.

HEX3C445D
Decimal606893
Binary11110010001001011101
Octal74104135

Shades and tints

Shades of #3C445D

#3C445D
(60,68,93)
#373E55
(55,62,85)
#32384D
(50,56,77)
#2D3245
(45,50,69)
#282C3D
(40,44,61)
#232635
(35,38,53)
#1E202D
(30,32,45)
#191A25
(25,26,37)
#14141D
(20,20,29)
#0F0E15
(15,14,21)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #3C445D

#3C445D
(60,68,93)
#4D556B
(77,85,107)
#5E6679
(94,102,121)
#6F7787
(111,119,135)
#808895
(128,136,149)
#9199A3
(145,153,163)
#A2AAB1
(162,170,177)
#B3BBBF
(179,187,191)
#C4CCCD
(196,204,205)
#D5DDDB
(213,221,219)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C445D; }

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

This text font color is #3C445D.


Background Color

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

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

This div background color is #3C445D.


Border color

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

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

This div border color is #3C445D.


Opacity

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

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

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

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

This text has shadow with #3C445D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C445D on black background.


Color preview on white background

This text has color #3C445D on white background.



Black color preview on #3C445D background

This text has black color on #3C445D background.


White color preview on #3C445D background

This text has white color on #3C445D background.