COLOR #3C4148

HEX: #3C4148
RGB: (60,65,72)

Color info

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

RGB color model

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

  • red value is 60;
  • green value is 65;
  • blue value is 72.
RGB:
(60,65,72)
(24%,25%,28%)

RGB channels and saturation

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

60
65
72

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

Portions of RGB colors in percentages

R + G + B =
60 + 65 + 72 = 197 (100%)
R 60 of 197 ~ 30.46%
G 65 of 197 ~ 32.99%
B 72 of 197 ~ 36.55%

%30.46
%32.99
%36.55

CMYK color model

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

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

CMYK percentages

%16.67
%9.72
%0
%71.76

Codes

Color #3C4148 in popluar color models

3C4148
RGB606572
HSL215°9.09%25.88%
HSB/HSV215°16.67%28.24%
CMYK16.67%9.72%0.00%
71.76%

Color #3C4148 in popluar number systems.

HEX3C4148
Decimal606572
Binary11110010000011001000
Octal74101110

Shades and tints

Shades of #3C4148

#3C4148
(60,65,72)
#373C42
(55,60,66)
#32373C
(50,55,60)
#2D3236
(45,50,54)
#282D30
(40,45,48)
#23282A
(35,40,42)
#1E2324
(30,35,36)
#191E1E
(25,30,30)
#141918
(20,25,24)
#0F1412
(15,20,18)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #3C4148

#3C4148
(60,65,72)
#4D5258
(77,82,88)
#5E6368
(94,99,104)
#6F7478
(111,116,120)
#808588
(128,133,136)
#919698
(145,150,152)
#A2A7A8
(162,167,168)
#B3B8B8
(179,184,184)
#C4C9C8
(196,201,200)
#D5DAD8
(213,218,216)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4148; }

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

This text font color is #3C4148.


Background Color

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

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

This div background color is #3C4148.


Border color

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

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

This div border color is #3C4148.


Opacity

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

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

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

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

This text has shadow with #3C4148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4148 on black background.


Color preview on white background

This text has color #3C4148 on white background.



Black color preview on #3C4148 background

This text has black color on #3C4148 background.


White color preview on #3C4148 background

This text has white color on #3C4148 background.