COLOR #3C494E

HEX: #3C494E
RGB: (60,73,78)

Color info

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

RGB color model

#3C494E color RGB value is (60,73,78).

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

RGB channels and saturation

R 60 of 255 = 24%
G 73 of 255 = 29%
B 78 of 255 = 31%

60
73
78

R + G + B ~ 28%. #3C494E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 73 + 78 = 211 (100%)
R 60 of 211 ~ 28.44%
G 73 of 211 ~ 34.6%
B 78 of 211 ~ 36.97%

%28.44
%34.6
%36.97

CMYK color model

#3C494E color CMYK value is (23,6,0,69).

  • cyan value is 23.08%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(23,6,0,69)
C23M6Y0K69 
(23%,6%,0%,69%)
(0.23/0.06/0.00/0.69)	

CMYK percentages

%23.08
%6.41
%0
%69.41

Codes

Color #3C494E in popluar color models

3C494E
RGB607378
HSL197°13.04%27.06%
HSB/HSV197°23.08%30.59%
CMYK23.08%6.41%0.00%
69.41%

Color #3C494E in popluar number systems.

HEX3C494E
Decimal607378
Binary11110010010011001110
Octal74111116

Shades and tints

Shades of #3C494E

#3C494E
(60,73,78)
#374347
(55,67,71)
#323D40
(50,61,64)
#2D3739
(45,55,57)
#283132
(40,49,50)
#232B2B
(35,43,43)
#1E2524
(30,37,36)
#191F1D
(25,31,29)
#141916
(20,25,22)
#0F130F
(15,19,15)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #3C494E

#3C494E
(60,73,78)
#4D595E
(77,89,94)
#5E696E
(94,105,110)
#6F797E
(111,121,126)
#80898E
(128,137,142)
#91999E
(145,153,158)
#A2A9AE
(162,169,174)
#B3B9BE
(179,185,190)
#C4C9CE
(196,201,206)
#D5D9DE
(213,217,222)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C494E; }

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

This text font color is #3C494E.


Background Color

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

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

This div background color is #3C494E.


Border color

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

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

This div border color is #3C494E.


Opacity

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

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

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

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

This text has shadow with #3C494E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C494E on black background.


Color preview on white background

This text has color #3C494E on white background.



Black color preview on #3C494E background

This text has black color on #3C494E background.


White color preview on #3C494E background

This text has white color on #3C494E background.