COLOR #3C343B

HEX: #3C343B
RGB: (60,52,59)

Color info

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

RGB color model

#3C343B color RGB value is (60,52,59).

  • red value is 60;
  • green value is 52;
  • blue value is 59.
RGB:
(60,52,59)
(24%,20%,23%)

RGB channels and saturation

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

60
52
59

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

Portions of RGB colors in percentages

R + G + B =
60 + 52 + 59 = 171 (100%)
R 60 of 171 ~ 35.09%
G 52 of 171 ~ 30.41%
B 59 of 171 ~ 34.5%

%35.09
%30.41
%34.5

CMYK color model

#3C343B color CMYK value is (0,13,2,76).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 1.67%
  • key color value is 76.47%
CMYK:
(0,13,2,76)
C0M13Y2K76 
(0%,13%,2%,76%)
(0.00/0.13/0.02/0.76)	

CMYK percentages

%0
%13.33
%1.67
%76.47

Codes

Color #3C343B in popluar color models

3C343B
RGB605259
HSL308°7.14%21.96%
HSB/HSV308°13.33%23.53%
CMYK0.00%13.33%1.67%
76.47%

Color #3C343B in popluar number systems.

HEX3C343B
Decimal605259
Binary111100110100111011
Octal746473

Shades and tints

Shades of #3C343B

#3C343B
(60,52,59)
#373036
(55,48,54)
#322C31
(50,44,49)
#2D282C
(45,40,44)
#282427
(40,36,39)
#232022
(35,32,34)
#1E1C1D
(30,28,29)
#191818
(25,24,24)
#141413
(20,20,19)
#0F100E
(15,16,14)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #3C343B

#3C343B
(60,52,59)
#4D464C
(77,70,76)
#5E585D
(94,88,93)
#6F6A6E
(111,106,110)
#807C7F
(128,124,127)
#918E90
(145,142,144)
#A2A0A1
(162,160,161)
#B3B2B2
(179,178,178)
#C4C4C3
(196,196,195)
#D5D6D4
(213,214,212)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C343B; }

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

This text font color is #3C343B.


Background Color

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

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

This div background color is #3C343B.


Border color

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

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

This div border color is #3C343B.


Opacity

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

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

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

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

This text has shadow with #3C343B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C343B on black background.


Color preview on white background

This text has color #3C343B on white background.



Black color preview on #3C343B background

This text has black color on #3C343B background.


White color preview on #3C343B background

This text has white color on #3C343B background.