COLOR #3C474C

HEX: #3C474C
RGB: (60,71,76)

Color info

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

RGB color model

#3C474C color RGB value is (60,71,76).

  • red value is 60;
  • green value is 71;
  • blue value is 76.
RGB:
(60,71,76)
(24%,28%,30%)

RGB channels and saturation

R 60 of 255 = 24%
G 71 of 255 = 28%
B 76 of 255 = 30%

60
71
76

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

Portions of RGB colors in percentages

R + G + B =
60 + 71 + 76 = 207 (100%)
R 60 of 207 ~ 28.99%
G 71 of 207 ~ 34.3%
B 76 of 207 ~ 36.71%

%28.99
%34.3
%36.71

CMYK color model

#3C474C color CMYK value is (21,7,0,70).

  • cyan value is 21.05%
  • magenta value is 6.58%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(21,7,0,70)
C21M7Y0K70 
(21%,7%,0%,70%)
(0.21/0.07/0.00/0.70)	

CMYK percentages

%21.05
%6.58
%0
%70.2

Codes

Color #3C474C in popluar color models

3C474C
RGB607176
HSL199°11.76%26.67%
HSB/HSV199°21.05%29.80%
CMYK21.05%6.58%0.00%
70.20%

Color #3C474C in popluar number systems.

HEX3C474C
Decimal607176
Binary11110010001111001100
Octal74107114

Shades and tints

Shades of #3C474C

#3C474C
(60,71,76)
#374146
(55,65,70)
#323B40
(50,59,64)
#2D353A
(45,53,58)
#282F34
(40,47,52)
#23292E
(35,41,46)
#1E2328
(30,35,40)
#191D22
(25,29,34)
#14171C
(20,23,28)
#0F1116
(15,17,22)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #3C474C

#3C474C
(60,71,76)
#4D575C
(77,87,92)
#5E676C
(94,103,108)
#6F777C
(111,119,124)
#80878C
(128,135,140)
#91979C
(145,151,156)
#A2A7AC
(162,167,172)
#B3B7BC
(179,183,188)
#C4C7CC
(196,199,204)
#D5D7DC
(213,215,220)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C474C color. Also use rgb(60,71,76) instead hex code.

Text Font Color

.myTextColor { color: #3C474C; }

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

This text font color is #3C474C.


Background Color

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

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

This div background color is #3C474C.


Border color

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

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

This div border color is #3C474C.


Opacity

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

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

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

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

This text has shadow with #3C474C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C474C on black background.


Color preview on white background

This text has color #3C474C on white background.



Black color preview on #3C474C background

This text has black color on #3C474C background.


White color preview on #3C474C background

This text has white color on #3C474C background.