COLOR #3C3C48

HEX: #3C3C48 RGB: (60,60,72)

Color info

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

RGB color model

#3C3C48 color RGB value is (60,60,72).

RGB: (60,60,72) (24%, 24%, 28%)

RGB channels and saturation

R 60 of 255 = 24%
G 60 of 255 = 24%
B 72 of 255 = 28%

60
60
72

R + G + B ~ 25%. #3C3C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 60 + 72 = 192 (100%)
R 60 of 192 ~ 31.25%
G 60 of 192 ~ 31.25%
B 72 of 192 ~ 37.5'%

%31.25
%31.25
%37.5

CMYK color model

#3C3C48 color CMYK value is (17,17,0,72).

  • cyan value is 16.67%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK: (17,17,0,72) C17M17Y0K72 (17%,17%,0%,72%) (0.17/0.17/0.00/0.72) 

CMYK percentages

%16.67
%16.67
%0
%71.76

Codes

Color #3C3C48 in popluar color models

3C 3C 48
RGB 60 60 72
HSL 240° 9.09% 25.88%
HSB/HSV 240° 16.67% 28.24%
CMYK 16.67% 16.67% 0.00%
71.76%

Color #3C3C48 in popluar number systems.

HEX 3C 3C 48
Decimal 60 60 72
Binary 111100 111100 1001000
Octal 74 74 110

Shades and tints

Shades of #3C3C48

#3C3C48
(60,60,72)
#373742
(55,55,66)
#32323C
(50,50,60)
#2D2D36
(45,45,54)
#282830
(40,40,48)
#23232A
(35,35,42)
#1E1E24
(30,30,36)
#19191E
(25,25,30)
#141418
(20,20,24)
#0F0F12
(15,15,18)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #3C3C48

#3C3C48
(60,60,72)
#4D4D58
(77,77,88)
#5E5E68
(94,94,104)
#6F6F78
(111,111,120)
#808088
(128,128,136)
#919198
(145,145,152)
#A2A2A8
(162,162,168)
#B3B3B8
(179,179,184)
#C4C4C8
(196,196,200)
#D5D5D8
(213,213,216)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3C48; }

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

This text font color is #3C3C48.

Background Color

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

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

This div background color is #3C3C48.

Border color

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

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

This div border color is #3C3C48.

Opacity

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

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

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

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

This text has shadow with #3C3C48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3C48.

Preview

Color preview on black background

This text has color #3C3C48 on black background.


Color preview on white background

This text has color #3C3C48 on white background.


Black color preview on #3C3C48 background

This text has black color on #3C3C48 background.


White color preview on #3C3C48 background

This text has white color on #3C3C48 background.


Related colors

Complementary color

Complementary color for #hex is #C3C3B7.


I love getcolorcode.com