COLOR #3C4049

HEX: #3C4049
RGB: (60,64,73)

Color info

#3C4049 contains red, green and blue colors in about the same proportion. Web safe color of #3C4049 is #333333 (or #333).

RGB color model

#3C4049 color RGB value is (60,64,73).

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

RGB channels and saturation

R 60 of 255 = 24%
G 64 of 255 = 25%
B 73 of 255 = 29%

60
64
73

R + G + B ~ 26%. #3C4049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 64 + 73 = 197 (100%)
R 60 of 197 ~ 30.46%
G 64 of 197 ~ 32.49%
B 73 of 197 ~ 37.06%

%30.46
%32.49
%37.06

CMYK color model

#3C4049 color CMYK value is (18,12,0,71).

  • cyan value is 17.81%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(18,12,0,71)
C18M12Y0K71 
(18%,12%,0%,71%)
(0.18/0.12/0.00/0.71)	

CMYK percentages

%17.81
%12.33
%0
%71.37

Codes

Color #3C4049 in popluar color models

3C4049
RGB606473
HSL222°9.77%26.08%
HSB/HSV222°17.81%28.63%
CMYK17.81%12.33%0.00%
71.37%

Color #3C4049 in popluar number systems.

HEX3C4049
Decimal606473
Binary11110010000001001001
Octal74100111

Shades and tints

Shades of #3C4049

#3C4049
(60,64,73)
#373B43
(55,59,67)
#32363D
(50,54,61)
#2D3137
(45,49,55)
#282C31
(40,44,49)
#23272B
(35,39,43)
#1E2225
(30,34,37)
#191D1F
(25,29,31)
#141819
(20,24,25)
#0F1313
(15,19,19)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #3C4049

#3C4049
(60,64,73)
#4D5159
(77,81,89)
#5E6269
(94,98,105)
#6F7379
(111,115,121)
#808489
(128,132,137)
#919599
(145,149,153)
#A2A6A9
(162,166,169)
#B3B7B9
(179,183,185)
#C4C8C9
(196,200,201)
#D5D9D9
(213,217,217)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4049; }

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

This text font color is #3C4049.


Background Color

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

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

This div background color is #3C4049.


Border color

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

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

This div border color is #3C4049.


Opacity

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

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

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

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

This text has shadow with #3C4049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4049 on black background.


Color preview on white background

This text has color #3C4049 on white background.



Black color preview on #3C4049 background

This text has black color on #3C4049 background.


White color preview on #3C4049 background

This text has white color on #3C4049 background.