COLOR #3C343F

HEX: #3C343F RGB: (60,52,63)

Color info

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

RGB color model

#3C343F color RGB value is (60,52,63).

RGB: (60,52,63) (24%, 20%, 25%)

RGB channels and saturation

R 60 of 255 = 24%
G 52 of 255 = 20%
B 63 of 255 = 25%

60
52
63

R + G + B ~ 23%. #3C343F is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 52 + 63 = 175 (100%)
R 60 of 175 ~ 34.29%
G 52 of 175 ~ 29.71%
B 63 of 175 ~ 36'%

%34.29
%29.71
%36

CMYK color model

#3C343F color CMYK value is (5,17,0,75).

  • cyan value is 4.76%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (5,17,0,75)
C5M17Y0K75 (5%, 17%, 0%, 75%)
(0.05 / 0.17 / 0.00 / 0.75)

CMYK percentages

%4.76
%17.46
%0
%75.29

Codes

Color #3C343F in popluar color models

3C 34 3F
RGB 60 52 63
HSL 284° 9.57% 22.55%
HSB/HSV 284° 17.46% 24.71%
CMYK 4.76% 17.46% 0.00%
75.29%

Color #3C343F in popluar number systems.

HEX 3C 34 3F
Decimal 60 52 63
Binary 111100 110100 111111
Octal 74 64 77

Shades and tints

Shades of #3C343F

#3C343F
(60,52,63)
#37303A
(55,48,58)
#322C35
(50,44,53)
#2D2830
(45,40,48)
#28242B
(40,36,43)
#232026
(35,32,38)
#1E1C21
(30,28,33)
#19181C
(25,24,28)
#141417
(20,20,23)
#0F1012
(15,16,18)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #3C343F

#3C343F
(60,52,63)
#4D4650
(77,70,80)
#5E5861
(94,88,97)
#6F6A72
(111,106,114)
#807C83
(128,124,131)
#918E94
(145,142,148)
#A2A0A5
(162,160,165)
#B3B2B6
(179,178,182)
#C4C4C7
(196,196,199)
#D5D6D8
(213,214,216)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C343F; }

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

This text font color is #3C343F.

Background Color

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

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

This div background color is #3C343F.

Border color

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

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

This div border color is #3C343F.

Opacity

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

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

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

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

This text has shadow with #3C343F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C343F.

Preview

Color preview on black background

This text has color #3C343F on black background.


Color preview on white background

This text has color #3C343F on white background.


Black color preview on #3C343F background

This text has black color on #3C343F background.


White color preview on #3C343F background

This text has white color on #3C343F background.


Related colors

Complementary color

Complementary color for #hex is #C3CBC0.


I love getcolorcode.com

Triadic colors

1 #3F3C34 and #343F3C with #3C343F are triadic colors.

2 #3F343C and #343C3F with #3C343F are triadic colors.