COLOR #3C323B

HEX: #3C323B RGB: (60,50,59)

Color info

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

RGB color model

#3C323B color RGB value is (60,50,59).

RGB: (60,50,59) (24%, 20%, 23%)

RGB channels and saturation

R 60 of 255 = 24%
G 50 of 255 = 20%
B 59 of 255 = 23%

60
50
59

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

Portions of RGB colors in percentages

R + G + B = 60 + 50 + 59 = 169 (100%)
R 60 of 169 ~ 35.5%
G 50 of 169 ~ 29.59%
B 59 of 169 ~ 34.91'%

%35.5
%29.59
%34.91

CMYK color model

#3C323B color CMYK value is (0,17,2,76).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 1.67%
  • key color value is 76.47%

CMYK: (0,17,2,76)
C0M17Y2K76 (0%, 17%, 2%, 76%)
(0.00 / 0.17 / 0.02 / 0.76)

CMYK percentages

%0
%16.67
%1.67
%76.47

Codes

Color #3C323B in popluar color models

3C 32 3B
RGB 60 50 59
HSL 306° 9.09% 21.57%
HSB/HSV 306° 16.67% 23.53%
CMYK 0.00% 16.67% 1.67%
76.47%

Color #3C323B in popluar number systems.

HEX 3C 32 3B
Decimal 60 50 59
Binary 111100 110010 111011
Octal 74 62 73

Shades and tints

Shades of #3C323B

#3C323B
(60,50,59)
#372E36
(55,46,54)
#322A31
(50,42,49)
#2D262C
(45,38,44)
#282227
(40,34,39)
#231E22
(35,30,34)
#1E1A1D
(30,26,29)
#191618
(25,22,24)
#141213
(20,18,19)
#0F0E0E
(15,14,14)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #3C323B

#3C323B
(60,50,59)
#4D444C
(77,68,76)
#5E565D
(94,86,93)
#6F686E
(111,104,110)
#807A7F
(128,122,127)
#918C90
(145,140,144)
#A29EA1
(162,158,161)
#B3B0B2
(179,176,178)
#C4C2C3
(196,194,195)
#D5D4D4
(213,212,212)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C323B; }

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

This text font color is #3C323B.

Background Color

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

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

This div background color is #3C323B.

Border color

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

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

This div border color is #3C323B.

Opacity

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

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

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

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

This text has shadow with #3C323B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C323B.

Preview

Color preview on black background

This text has color #3C323B on black background.


Color preview on white background

This text has color #3C323B on white background.


Black color preview on #3C323B background

This text has black color on #3C323B background.


White color preview on #3C323B background

This text has white color on #3C323B background.


Related colors

Complementary color

Complementary color for #hex is #C3CDC4.


I love getcolorcode.com

Triadic colors

1 #3B3C32 and #323B3C with #3C323B are triadic colors.

2 #3B323C and #323C3B with #3C323B are triadic colors.