COLOR #3C4A50

HEX: #3C4A50 RGB: (60,74,80)

Color info

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

RGB color model

#3C4A50 color RGB value is (60,74,80).

RGB: (60,74,80) (24%, 29%, 31%)

RGB channels and saturation

R 60 of 255 = 24%
G 74 of 255 = 29%
B 80 of 255 = 31%

60
74
80

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

Portions of RGB colors in percentages

R + G + B = 60 + 74 + 80 = 214 (100%)
R 60 of 214 ~ 28.04%
G 74 of 214 ~ 34.58%
B 80 of 214 ~ 37.38'%

%28.04
%34.58
%37.38

CMYK color model

#3C4A50 color CMYK value is (25,7,0,69).

  • cyan value is 25.00%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (25,7,0,69)
C25M7Y0K69 (25%, 7%, 0%, 69%)
(0.25 / 0.07 / 0.00 / 0.69)

CMYK percentages

%25
%7.5
%0
%68.63

Codes

Color #3C4A50 in popluar color models

3C 4A 50
RGB 60 74 80
HSL 198° 14.29% 27.45%
HSB/HSV 198° 25.00% 31.37%
CMYK 25.00% 7.50% 0.00%
68.63%

Color #3C4A50 in popluar number systems.

HEX 3C 4A 50
Decimal 60 74 80
Binary 111100 1001010 1010000
Octal 74 112 120

Shades and tints

Shades of #3C4A50

#3C4A50
(60,74,80)
#374449
(55,68,73)
#323E42
(50,62,66)
#2D383B
(45,56,59)
#283234
(40,50,52)
#232C2D
(35,44,45)
#1E2626
(30,38,38)
#19201F
(25,32,31)
#141A18
(20,26,24)
#0F1411
(15,20,17)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #3C4A50

#3C4A50
(60,74,80)
#4D5A5F
(77,90,95)
#5E6A6E
(94,106,110)
#6F7A7D
(111,122,125)
#808A8C
(128,138,140)
#919A9B
(145,154,155)
#A2AAAA
(162,170,170)
#B3BAB9
(179,186,185)
#C4CAC8
(196,202,200)
#D5DAD7
(213,218,215)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4A50 color. Also use rgb(60,74,80) instead hex code.

Text Font Color

.myTextColor { color: #3C4A50; }

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

This text font color is #3C4A50.

Background Color

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

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

This div background color is #3C4A50.

Border color

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

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

This div border color is #3C4A50.

Opacity

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

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

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

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

This text has shadow with #3C4A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4A50.

Preview

Color preview on black background

This text has color #3C4A50 on black background.


Color preview on white background

This text has color #3C4A50 on white background.


Black color preview on #3C4A50 background

This text has black color on #3C4A50 background.


White color preview on #3C4A50 background

This text has white color on #3C4A50 background.


Related colors

Complementary color

Complementary color for #hex is #C3B5AF.


I love getcolorcode.com

Triadic colors

1 #503C4A and #4A503C with #3C4A50 are triadic colors.

2 #504A3C and #4A3C50 with #3C4A50 are triadic colors.