COLOR #3C3535

HEX: #3C3535 RGB: (60,53,53)

Color info

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

RGB color model

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

RGB: (60,53,53) (24%, 21%, 21%)

RGB channels and saturation

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

60
53
53

R + G + B ~ 22%. #3C3535 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 53 + 53 = 166 (100%)
R 60 of 166 ~ 36.14%
G 53 of 166 ~ 31.93%
B 53 of 166 ~ 31.93'%

%36.14
%31.93
%31.93

CMYK color model

#3C3535 color CMYK value is (0,12,12,76).

  • cyan value is 0.00%
  • magenta value is 11.67%
  • yellow value is 11.67%
  • key color value is 76.47%

CMYK: (0,12,12,76)
C0M12Y12K76 (0%, 12%, 12%, 76%)
(0.00 / 0.12 / 0.12 / 0.76)

CMYK percentages

%0
%11.67
%11.67
%76.47

Codes

Color #3C3535 in popluar color models

3C 35 35
RGB 60 53 53
HSL 6.19% 22.16%
HSB/HSV 11.67% 23.53%
CMYK 0.00% 11.67% 11.67%
76.47%

Color #3C3535 in popluar number systems.

HEX 3C 35 35
Decimal 60 53 53
Binary 111100 110101 110101
Octal 74 65 65

Shades and tints

Shades of #3C3535

#3C3535
(60,53,53)
#373131
(55,49,49)
#322D2D
(50,45,45)
#2D2929
(45,41,41)
#282525
(40,37,37)
#232121
(35,33,33)
#1E1D1D
(30,29,29)
#191919
(25,25,25)
#141515
(20,21,21)
#0F1111
(15,17,17)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #3C3535

#3C3535
(60,53,53)
#4D4747
(77,71,71)
#5E5959
(94,89,89)
#6F6B6B
(111,107,107)
#807D7D
(128,125,125)
#918F8F
(145,143,143)
#A2A1A1
(162,161,161)
#B3B3B3
(179,179,179)
#C4C5C5
(196,197,197)
#D5D7D7
(213,215,215)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3535; }

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

This text font color is #3C3535.

Background Color

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

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

This div background color is #3C3535.

Border color

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

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

This div border color is #3C3535.

Opacity

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

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

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

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

This text has shadow with #3C3535 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3535.

Preview

Color preview on black background

This text has color #3C3535 on black background.


Color preview on white background

This text has color #3C3535 on white background.


Black color preview on #3C3535 background

This text has black color on #3C3535 background.


White color preview on #3C3535 background

This text has white color on #3C3535 background.


Related colors

Complementary color

Complementary color for #hex is #C3CACA.


I love getcolorcode.com