COLOR #3C3F42

HEX: #3C3F42
RGB: (60,63,66)

Color info

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

RGB color model

#3C3F42 color RGB value is (60,63,66).

  • red value is 60;
  • green value is 63;
  • blue value is 66.
RGB:
(60,63,66)
(24%,25%,26%)

RGB channels and saturation

R 60 of 255 = 24%
G 63 of 255 = 25%
B 66 of 255 = 26%

60
63
66

R + G + B ~ 25%. #3C3F42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 63 + 66 = 189 (100%)
R 60 of 189 ~ 31.75%
G 63 of 189 ~ 33.33%
B 66 of 189 ~ 34.92%

%31.75
%33.33
%34.92

CMYK color model

#3C3F42 color CMYK value is (9,5,0,74).

  • cyan value is 9.09%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(9,5,0,74)
C9M5Y0K74 
(9%,5%,0%,74%)
(0.09/0.05/0.00/0.74)	

CMYK percentages

%9.09
%4.55
%0
%74.12

Codes

Color #3C3F42 in popluar color models

3C3F42
RGB606366
HSL210°4.76%24.71%
HSB/HSV210°9.09%25.88%
CMYK9.09%4.55%0.00%
74.12%

Color #3C3F42 in popluar number systems.

HEX3C3F42
Decimal606366
Binary1111001111111000010
Octal7477102

Shades and tints

Shades of #3C3F42

#3C3F42
(60,63,66)
#373A3C
(55,58,60)
#323536
(50,53,54)
#2D3030
(45,48,48)
#282B2A
(40,43,42)
#232624
(35,38,36)
#1E211E
(30,33,30)
#191C18
(25,28,24)
#141712
(20,23,18)
#0F120C
(15,18,12)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #3C3F42

#3C3F42
(60,63,66)
#4D5053
(77,80,83)
#5E6164
(94,97,100)
#6F7275
(111,114,117)
#808386
(128,131,134)
#919497
(145,148,151)
#A2A5A8
(162,165,168)
#B3B6B9
(179,182,185)
#C4C7CA
(196,199,202)
#D5D8DB
(213,216,219)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C3F42 color. Also use rgb(60,63,66) instead hex code.

Text Font Color

.myTextColor { color: #3C3F42; }

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

This text font color is #3C3F42.


Background Color

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

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

This div background color is #3C3F42.


Border color

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

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

This div border color is #3C3F42.


Opacity

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

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

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

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

This text has shadow with #3C3F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3F42 on black background.


Color preview on white background

This text has color #3C3F42 on white background.



Black color preview on #3C3F42 background

This text has black color on #3C3F42 background.


White color preview on #3C3F42 background

This text has white color on #3C3F42 background.