COLOR #3C323F

HEX: #3C323F
RGB: (60,50,63)

Color info

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

RGB color model

#3C323F color RGB value is (60,50,63).

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

RGB channels and saturation

R 60 of 255 = 24%
G 50 of 255 = 20%
B 63 of 255 = 25%

60
50
63

R + G + B ~ 23%. #3C323F is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 50 + 63 = 173 (100%)
R 60 of 173 ~ 34.68%
G 50 of 173 ~ 28.9%
B 63 of 173 ~ 36.42%

%34.68
%28.9
%36.42

CMYK color model

#3C323F color CMYK value is (5,21,0,75).

  • cyan value is 4.76%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(5,21,0,75)
C5M21Y0K75 
(5%,21%,0%,75%)
(0.05/0.21/0.00/0.75)	

CMYK percentages

%4.76
%20.63
%0
%75.29

Codes

Color #3C323F in popluar color models

3C323F
RGB605063
HSL286°11.50%22.16%
HSB/HSV286°20.63%24.71%
CMYK4.76%20.63%0.00%
75.29%

Color #3C323F in popluar number systems.

HEX3C323F
Decimal605063
Binary111100110010111111
Octal746277

Shades and tints

Shades of #3C323F

#3C323F
(60,50,63)
#372E3A
(55,46,58)
#322A35
(50,42,53)
#2D2630
(45,38,48)
#28222B
(40,34,43)
#231E26
(35,30,38)
#1E1A21
(30,26,33)
#19161C
(25,22,28)
#141217
(20,18,23)
#0F0E12
(15,14,18)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #3C323F

#3C323F
(60,50,63)
#4D4450
(77,68,80)
#5E5661
(94,86,97)
#6F6872
(111,104,114)
#807A83
(128,122,131)
#918C94
(145,140,148)
#A29EA5
(162,158,165)
#B3B0B6
(179,176,182)
#C4C2C7
(196,194,199)
#D5D4D8
(213,212,216)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C323F; }

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

This text font color is #3C323F.


Background Color

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

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

This div background color is #3C323F.


Border color

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

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

This div border color is #3C323F.


Opacity

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

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

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

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

This text has shadow with #3C323F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C323F on black background.


Color preview on white background

This text has color #3C323F on white background.



Black color preview on #3C323F background

This text has black color on #3C323F background.


White color preview on #3C323F background

This text has white color on #3C323F background.