COLOR #3C3942

HEX: #3C3942
RGB: (60,57,66)

Color info

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

RGB color model

#3C3942 color RGB value is (60,57,66).

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

RGB channels and saturation

R 60 of 255 = 24%
G 57 of 255 = 22%
B 66 of 255 = 26%

60
57
66

R + G + B ~ 24%. #3C3942 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 57 + 66 = 183 (100%)
R 60 of 183 ~ 32.79%
G 57 of 183 ~ 31.15%
B 66 of 183 ~ 36.07%

%32.79
%31.15
%36.07

CMYK color model

#3C3942 color CMYK value is (9,14,0,74).

  • cyan value is 9.09%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(9,14,0,74)
C9M14Y0K74 
(9%,14%,0%,74%)
(0.09/0.14/0.00/0.74)	

CMYK percentages

%9.09
%13.64
%0
%74.12

Codes

Color #3C3942 in popluar color models

3C3942
RGB605766
HSL260°7.32%24.12%
HSB/HSV260°13.64%25.88%
CMYK9.09%13.64%0.00%
74.12%

Color #3C3942 in popluar number systems.

HEX3C3942
Decimal605766
Binary1111001110011000010
Octal7471102

Shades and tints

Shades of #3C3942

#3C3942
(60,57,66)
#37343C
(55,52,60)
#322F36
(50,47,54)
#2D2A30
(45,42,48)
#28252A
(40,37,42)
#232024
(35,32,36)
#1E1B1E
(30,27,30)
#191618
(25,22,24)
#141112
(20,17,18)
#0F0C0C
(15,12,12)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #3C3942

#3C3942
(60,57,66)
#4D4B53
(77,75,83)
#5E5D64
(94,93,100)
#6F6F75
(111,111,117)
#808186
(128,129,134)
#919397
(145,147,151)
#A2A5A8
(162,165,168)
#B3B7B9
(179,183,185)
#C4C9CA
(196,201,202)
#D5DBDB
(213,219,219)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3942; }

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

This text font color is #3C3942.


Background Color

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

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

This div background color is #3C3942.


Border color

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

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

This div border color is #3C3942.


Opacity

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

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

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

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

This text has shadow with #3C3942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3942 on black background.


Color preview on white background

This text has color #3C3942 on white background.



Black color preview on #3C3942 background

This text has black color on #3C3942 background.


White color preview on #3C3942 background

This text has white color on #3C3942 background.