COLOR #3C414C

HEX: #3C414C RGB: (60,65,76)

Color info

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

RGB color model

#3C414C color RGB value is (60,65,76).

RGB: (60,65,76) (24%, 25%, 30%)

RGB channels and saturation

R 60 of 255 = 24%
G 65 of 255 = 25%
B 76 of 255 = 30%

60
65
76

R + G + B ~ 26%. #3C414C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 65 + 76 = 201 (100%)
R 60 of 201 ~ 29.85%
G 65 of 201 ~ 32.34%
B 76 of 201 ~ 37.81'%

%29.85
%32.34
%37.81

CMYK color model

#3C414C color CMYK value is (21,14,0,70).

  • cyan value is 21.05%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (21,14,0,70)
C21M14Y0K70 (21%, 14%, 0%, 70%)
(0.21 / 0.14 / 0.00 / 0.70)

CMYK percentages

%21.05
%14.47
%0
%70.2

Codes

Color #3C414C in popluar color models

3C 41 4C
RGB 60 65 76
HSL 221° 11.76% 26.67%
HSB/HSV 221° 21.05% 29.80%
CMYK 21.05% 14.47% 0.00%
70.20%

Color #3C414C in popluar number systems.

HEX 3C 41 4C
Decimal 60 65 76
Binary 111100 1000001 1001100
Octal 74 101 114

Shades and tints

Shades of #3C414C

#3C414C
(60,65,76)
#373C46
(55,60,70)
#323740
(50,55,64)
#2D323A
(45,50,58)
#282D34
(40,45,52)
#23282E
(35,40,46)
#1E2328
(30,35,40)
#191E22
(25,30,34)
#14191C
(20,25,28)
#0F1416
(15,20,22)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #3C414C

#3C414C
(60,65,76)
#4D525C
(77,82,92)
#5E636C
(94,99,108)
#6F747C
(111,116,124)
#80858C
(128,133,140)
#91969C
(145,150,156)
#A2A7AC
(162,167,172)
#B3B8BC
(179,184,188)
#C4C9CC
(196,201,204)
#D5DADC
(213,218,220)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C414C; }

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

This text font color is #3C414C.

Background Color

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

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

This div background color is #3C414C.

Border color

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

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

This div border color is #3C414C.

Opacity

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

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

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

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

This text has shadow with #3C414C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C414C.

Preview

Color preview on black background

This text has color #3C414C on black background.


Color preview on white background

This text has color #3C414C on white background.


Black color preview on #3C414C background

This text has black color on #3C414C background.


White color preview on #3C414C background

This text has white color on #3C414C background.


Related colors

Complementary color

Complementary color for #hex is #C3BEB3.


I love getcolorcode.com

Triadic colors

1 #4C3C41 and #414C3C with #3C414C are triadic colors.

2 #4C413C and #413C4C with #3C414C are triadic colors.