COLOR #3C4F48

HEX: #3C4F48
RGB: (60,79,72)

Color info

#3C4F48 contains red, green and blue colors in about the same proportion. Web safe color of #3C4F48 is #336633 (or #363).

RGB color model

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

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

RGB channels and saturation

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

60
79
72

R + G + B ~ 28%. #3C4F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 79 + 72 = 211 (100%)
R 60 of 211 ~ 28.44%
G 79 of 211 ~ 37.44%
B 72 of 211 ~ 34.12%

%28.44
%37.44
%34.12

CMYK color model

#3C4F48 color CMYK value is (24,0,9,69).

  • cyan value is 24.05%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 69.02%
CMYK:
(24,0,9,69)
C24M0Y9K69 
(24%,0%,9%,69%)
(0.24/0.00/0.09/0.69)	

CMYK percentages

%24.05
%0
%8.86
%69.02

Codes

Color #3C4F48 in popluar color models

3C4F48
RGB607972
HSL158°13.67%27.25%
HSB/HSV158°24.05%30.98%
CMYK24.05%0.00%8.86%
69.02%

Color #3C4F48 in popluar number systems.

HEX3C4F48
Decimal607972
Binary11110010011111001000
Octal74117110

Shades and tints

Shades of #3C4F48

#3C4F48
(60,79,72)
#374842
(55,72,66)
#32413C
(50,65,60)
#2D3A36
(45,58,54)
#283330
(40,51,48)
#232C2A
(35,44,42)
#1E2524
(30,37,36)
#191E1E
(25,30,30)
#141718
(20,23,24)
#0F1012
(15,16,18)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #3C4F48

#3C4F48
(60,79,72)
#4D5F58
(77,95,88)
#5E6F68
(94,111,104)
#6F7F78
(111,127,120)
#808F88
(128,143,136)
#919F98
(145,159,152)
#A2AFA8
(162,175,168)
#B3BFB8
(179,191,184)
#C4CFC8
(196,207,200)
#D5DFD8
(213,223,216)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4F48; }

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

This text font color is #3C4F48.


Background Color

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

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

This div background color is #3C4F48.


Border color

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

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

This div border color is #3C4F48.


Opacity

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

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

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

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

This text has shadow with #3C4F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4F48 on black background.


Color preview on white background

This text has color #3C4F48 on white background.



Black color preview on #3C4F48 background

This text has black color on #3C4F48 background.


White color preview on #3C4F48 background

This text has white color on #3C4F48 background.