COLOR #3C404E

HEX: #3C404E
RGB: (60,64,78)

Color info

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

RGB color model

#3C404E color RGB value is (60,64,78).

  • red value is 60;
  • green value is 64;
  • blue value is 78.
RGB:
(60,64,78)
(24%,25%,31%)

RGB channels and saturation

R 60 of 255 = 24%
G 64 of 255 = 25%
B 78 of 255 = 31%

60
64
78

R + G + B ~ 27%. #3C404E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 64 + 78 = 202 (100%)
R 60 of 202 ~ 29.7%
G 64 of 202 ~ 31.68%
B 78 of 202 ~ 38.61%

%29.7
%31.68
%38.61

CMYK color model

#3C404E color CMYK value is (23,18,0,69).

  • cyan value is 23.08%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(23,18,0,69)
C23M18Y0K69 
(23%,18%,0%,69%)
(0.23/0.18/0.00/0.69)	

CMYK percentages

%23.08
%17.95
%0
%69.41

Codes

Color #3C404E in popluar color models

3C404E
RGB606478
HSL227°13.04%27.06%
HSB/HSV227°23.08%30.59%
CMYK23.08%17.95%0.00%
69.41%

Color #3C404E in popluar number systems.

HEX3C404E
Decimal606478
Binary11110010000001001110
Octal74100116

Shades and tints

Shades of #3C404E

#3C404E
(60,64,78)
#373B47
(55,59,71)
#323640
(50,54,64)
#2D3139
(45,49,57)
#282C32
(40,44,50)
#23272B
(35,39,43)
#1E2224
(30,34,36)
#191D1D
(25,29,29)
#141816
(20,24,22)
#0F130F
(15,19,15)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #3C404E

#3C404E
(60,64,78)
#4D515E
(77,81,94)
#5E626E
(94,98,110)
#6F737E
(111,115,126)
#80848E
(128,132,142)
#91959E
(145,149,158)
#A2A6AE
(162,166,174)
#B3B7BE
(179,183,190)
#C4C8CE
(196,200,206)
#D5D9DE
(213,217,222)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C404E color. Also use rgb(60,64,78) instead hex code.

Text Font Color

.myTextColor { color: #3C404E; }

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

This text font color is #3C404E.


Background Color

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

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

This div background color is #3C404E.


Border color

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

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

This div border color is #3C404E.


Opacity

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

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

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

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

This text has shadow with #3C404E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C404E on black background.


Color preview on white background

This text has color #3C404E on white background.



Black color preview on #3C404E background

This text has black color on #3C404E background.


White color preview on #3C404E background

This text has white color on #3C404E background.