COLOR #3C494F

HEX: #3C494F RGB: (60,73,79)

Color info

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

RGB color model

#3C494F color RGB value is (60,73,79).

RGB: (60,73,79) (24%, 29%, 31%)

RGB channels and saturation

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

60
73
79

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

Portions of RGB colors in percentages

R + G + B = 60 + 73 + 79 = 212 (100%)
R 60 of 212 ~ 28.3%
G 73 of 212 ~ 34.43%
B 79 of 212 ~ 37.26'%

%28.3
%34.43
%37.26

CMYK color model

#3C494F color CMYK value is (24,8,0,69).

  • cyan value is 24.05%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (24,8,0,69) C24M8Y0K69 (24%,8%,0%,69%) (0.24/0.08/0.00/0.69) 

CMYK percentages

%24.05
%7.59
%0
%69.02

Codes

Color #3C494F in popluar color models

3C 49 4F
RGB 60 73 79
HSL 199° 13.67% 27.25%
HSB/HSV 199° 24.05% 30.98%
CMYK 24.05% 7.59% 0.00%
69.02%

Color #3C494F in popluar number systems.

HEX 3C 49 4F
Decimal 60 73 79
Binary 111100 1001001 1001111
Octal 74 111 117

Shades and tints

Shades of #3C494F

#3C494F
(60,73,79)
#374348
(55,67,72)
#323D41
(50,61,65)
#2D373A
(45,55,58)
#283133
(40,49,51)
#232B2C
(35,43,44)
#1E2525
(30,37,37)
#191F1E
(25,31,30)
#141917
(20,25,23)
#0F1310
(15,19,16)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #3C494F

#3C494F
(60,73,79)
#4D595F
(77,89,95)
#5E696F
(94,105,111)
#6F797F
(111,121,127)
#80898F
(128,137,143)
#91999F
(145,153,159)
#A2A9AF
(162,169,175)
#B3B9BF
(179,185,191)
#C4C9CF
(196,201,207)
#D5D9DF
(213,217,223)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C494F; }

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

This text font color is #3C494F.

Background Color

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

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

This div background color is #3C494F.

Border color

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

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

This div border color is #3C494F.

Opacity

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

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

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

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

This text has shadow with #3C494F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C494F.

Preview

Color preview on black background

This text has color #3C494F on black background.


Color preview on white background

This text has color #3C494F on white background.


Black color preview on #3C494F background

This text has black color on #3C494F background.


White color preview on #3C494F background

This text has white color on #3C494F background.


Related colors

Complementary color

Complementary color for #hex is #C3B6B0.


I love getcolorcode.com

Triadic colors

1 #4F3C49 and #494F3C with #3C494F are triadic colors.

2 #4F493C and #493C4F with #3C494F are triadic colors.