COLOR #3C3545

HEX: #3C3545
RGB: (60,53,69)

Color info

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

RGB color model

#3C3545 color RGB value is (60,53,69).

  • red value is 60;
  • green value is 53;
  • blue value is 69.
RGB:
(60,53,69)
(24%,21%,27%)

RGB channels and saturation

R 60 of 255 = 24%
G 53 of 255 = 21%
B 69 of 255 = 27%

60
53
69

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

Portions of RGB colors in percentages

R + G + B =
60 + 53 + 69 = 182 (100%)
R 60 of 182 ~ 32.97%
G 53 of 182 ~ 29.12%
B 69 of 182 ~ 37.91%

%32.97
%29.12
%37.91

CMYK color model

#3C3545 color CMYK value is (13,23,0,73).

  • cyan value is 13.04%
  • magenta value is 23.19%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(13,23,0,73)
C13M23Y0K73 
(13%,23%,0%,73%)
(0.13/0.23/0.00/0.73)	

CMYK percentages

%13.04
%23.19
%0
%72.94

Codes

Color #3C3545 in popluar color models

3C3545
RGB605369
HSL266°13.11%23.92%
HSB/HSV266°23.19%27.06%
CMYK13.04%23.19%0.00%
72.94%

Color #3C3545 in popluar number systems.

HEX3C3545
Decimal605369
Binary1111001101011000101
Octal7465105

Shades and tints

Shades of #3C3545

#3C3545
(60,53,69)
#37313F
(55,49,63)
#322D39
(50,45,57)
#2D2933
(45,41,51)
#28252D
(40,37,45)
#232127
(35,33,39)
#1E1D21
(30,29,33)
#19191B
(25,25,27)
#141515
(20,21,21)
#0F110F
(15,17,15)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #3C3545

#3C3545
(60,53,69)
#4D4755
(77,71,85)
#5E5965
(94,89,101)
#6F6B75
(111,107,117)
#807D85
(128,125,133)
#918F95
(145,143,149)
#A2A1A5
(162,161,165)
#B3B3B5
(179,179,181)
#C4C5C5
(196,197,197)
#D5D7D5
(213,215,213)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C3545 color. Also use rgb(60,53,69) instead hex code.

Text Font Color

.myTextColor { color: #3C3545; }

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

This text font color is #3C3545.


Background Color

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

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

This div background color is #3C3545.


Border color

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

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

This div border color is #3C3545.


Opacity

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

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

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

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

This text has shadow with #3C3545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3545 on black background.


Color preview on white background

This text has color #3C3545 on white background.



Black color preview on #3C3545 background

This text has black color on #3C3545 background.


White color preview on #3C3545 background

This text has white color on #3C3545 background.