COLOR #3C3747

HEX: #3C3747
RGB: (60,55,71)

Color info

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

RGB color model

#3C3747 color RGB value is (60,55,71).

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

RGB channels and saturation

R 60 of 255 = 24%
G 55 of 255 = 22%
B 71 of 255 = 28%

60
55
71

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

Portions of RGB colors in percentages

R + G + B =
60 + 55 + 71 = 186 (100%)
R 60 of 186 ~ 32.26%
G 55 of 186 ~ 29.57%
B 71 of 186 ~ 38.17%

%32.26
%29.57
%38.17

CMYK color model

#3C3747 color CMYK value is (15,23,0,72).

  • cyan value is 15.49%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(15,23,0,72)
C15M23Y0K72 
(15%,23%,0%,72%)
(0.15/0.23/0.00/0.72)	

CMYK percentages

%15.49
%22.54
%0
%72.16

Codes

Color #3C3747 in popluar color models

3C3747
RGB605571
HSL259°12.70%24.71%
HSB/HSV259°22.54%27.84%
CMYK15.49%22.54%0.00%
72.16%

Color #3C3747 in popluar number systems.

HEX3C3747
Decimal605571
Binary1111001101111000111
Octal7467107

Shades and tints

Shades of #3C3747

#3C3747
(60,55,71)
#373241
(55,50,65)
#322D3B
(50,45,59)
#2D2835
(45,40,53)
#28232F
(40,35,47)
#231E29
(35,30,41)
#1E1923
(30,25,35)
#19141D
(25,20,29)
#140F17
(20,15,23)
#0F0A11
(15,10,17)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #3C3747

#3C3747
(60,55,71)
#4D4957
(77,73,87)
#5E5B67
(94,91,103)
#6F6D77
(111,109,119)
#807F87
(128,127,135)
#919197
(145,145,151)
#A2A3A7
(162,163,167)
#B3B5B7
(179,181,183)
#C4C7C7
(196,199,199)
#D5D9D7
(213,217,215)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3747; }

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

This text font color is #3C3747.


Background Color

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

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

This div background color is #3C3747.


Border color

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

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

This div border color is #3C3747.


Opacity

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

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

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

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

This text has shadow with #3C3747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3747 on black background.


Color preview on white background

This text has color #3C3747 on white background.



Black color preview on #3C3747 background

This text has black color on #3C3747 background.


White color preview on #3C3747 background

This text has white color on #3C3747 background.