COLOR #3C3F31

HEX: #3C3F31
RGB: (60,63,49)

Color info

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

RGB color model

#3C3F31 color RGB value is (60,63,49).

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

RGB channels and saturation

R 60 of 255 = 24%
G 63 of 255 = 25%
B 49 of 255 = 19%

60
63
49

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

Portions of RGB colors in percentages

R + G + B =
60 + 63 + 49 = 172 (100%)
R 60 of 172 ~ 34.88%
G 63 of 172 ~ 36.63%
B 49 of 172 ~ 28.49%

%34.88
%36.63
%28.49

CMYK color model

#3C3F31 color CMYK value is (5,0,22,75).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 75.29%
CMYK:
(5,0,22,75)
C5M0Y22K75 
(5%,0%,22%,75%)
(0.05/0.00/0.22/0.75)	

CMYK percentages

%4.76
%0
%22.22
%75.29

Codes

Color #3C3F31 in popluar color models

3C3F31
RGB606349
HSL73°12.50%21.96%
HSB/HSV73°22.22%24.71%
CMYK4.76%0.00%22.22%
75.29%

Color #3C3F31 in popluar number systems.

HEX3C3F31
Decimal606349
Binary111100111111110001
Octal747761

Shades and tints

Shades of #3C3F31

#3C3F31
(60,63,49)
#373A2D
(55,58,45)
#323529
(50,53,41)
#2D3025
(45,48,37)
#282B21
(40,43,33)
#23261D
(35,38,29)
#1E2119
(30,33,25)
#191C15
(25,28,21)
#141711
(20,23,17)
#0F120D
(15,18,13)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #3C3F31

#3C3F31
(60,63,49)
#4D5043
(77,80,67)
#5E6155
(94,97,85)
#6F7267
(111,114,103)
#808379
(128,131,121)
#91948B
(145,148,139)
#A2A59D
(162,165,157)
#B3B6AF
(179,182,175)
#C4C7C1
(196,199,193)
#D5D8D3
(213,216,211)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3F31; }

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

This text font color is #3C3F31.


Background Color

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

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

This div background color is #3C3F31.


Border color

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

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

This div border color is #3C3F31.


Opacity

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

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

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

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

This text has shadow with #3C3F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3F31 on black background.


Color preview on white background

This text has color #3C3F31 on white background.



Black color preview on #3C3F31 background

This text has black color on #3C3F31 background.


White color preview on #3C3F31 background

This text has white color on #3C3F31 background.