COLOR #3C3639

HEX: #3C3639
RGB: (60,54,57)

Color info

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

RGB color model

#3C3639 color RGB value is (60,54,57).

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

RGB channels and saturation

R 60 of 255 = 24%
G 54 of 255 = 21%
B 57 of 255 = 22%

60
54
57

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

Portions of RGB colors in percentages

R + G + B =
60 + 54 + 57 = 171 (100%)
R 60 of 171 ~ 35.09%
G 54 of 171 ~ 31.58%
B 57 of 171 ~ 33.33%

%35.09
%31.58
%33.33

CMYK color model

#3C3639 color CMYK value is (0,10,5,76).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 5.00%
  • key color value is 76.47%
CMYK:
(0,10,5,76)
C0M10Y5K76 
(0%,10%,5%,76%)
(0.00/0.10/0.05/0.76)	

CMYK percentages

%0
%10
%5
%76.47

Codes

Color #3C3639 in popluar color models

3C3639
RGB605457
HSL330°5.26%22.35%
HSB/HSV330°10.00%23.53%
CMYK0.00%10.00%5.00%
76.47%

Color #3C3639 in popluar number systems.

HEX3C3639
Decimal605457
Binary111100110110111001
Octal746671

Shades and tints

Shades of #3C3639

#3C3639
(60,54,57)
#373234
(55,50,52)
#322E2F
(50,46,47)
#2D2A2A
(45,42,42)
#282625
(40,38,37)
#232220
(35,34,32)
#1E1E1B
(30,30,27)
#191A16
(25,26,22)
#141611
(20,22,17)
#0F120C
(15,18,12)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #3C3639

#3C3639
(60,54,57)
#4D484B
(77,72,75)
#5E5A5D
(94,90,93)
#6F6C6F
(111,108,111)
#807E81
(128,126,129)
#919093
(145,144,147)
#A2A2A5
(162,162,165)
#B3B4B7
(179,180,183)
#C4C6C9
(196,198,201)
#D5D8DB
(213,216,219)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3639; }

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

This text font color is #3C3639.


Background Color

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

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

This div background color is #3C3639.


Border color

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

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

This div border color is #3C3639.


Opacity

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

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

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

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

This text has shadow with #3C3639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3639 on black background.


Color preview on white background

This text has color #3C3639 on white background.



Black color preview on #3C3639 background

This text has black color on #3C3639 background.


White color preview on #3C3639 background

This text has white color on #3C3639 background.