COLOR #3F3C48

HEX: #3F3C48 RGB: (63,60,72)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

63
60
72

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

Portions of RGB colors in percentages

R + G + B = 63 + 60 + 72 = 195 (100%)
R 63 of 195 ~ 32.31%
G 60 of 195 ~ 30.77%
B 72 of 195 ~ 36.92'%

%32.31
%30.77
%36.92

CMYK color model

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

  • cyan value is 12.50%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (13,17,0,72)
C13M17Y0K72 (13%, 17%, 0%, 72%)
(0.13 / 0.17 / 0.00 / 0.72)

CMYK percentages

%12.5
%16.67
%0
%71.76

Codes

Color #3F3C48 in popluar color models

3F 3C 48
RGB 63 60 72
HSL 255° 9.09% 25.88%
HSB/HSV 255° 16.67% 28.24%
CMYK 12.50% 16.67% 0.00%
71.76%

Color #3F3C48 in popluar number systems.

HEX 3F 3C 48
Decimal 63 60 72
Binary 111111 111100 1001000
Octal 77 74 110

Shades and tints

Shades of #3F3C48

#3F3C48
(63,60,72)
#3A3742
(58,55,66)
#35323C
(53,50,60)
#302D36
(48,45,54)
#2B2830
(43,40,48)
#26232A
(38,35,42)
#211E24
(33,30,36)
#1C191E
(28,25,30)
#171418
(23,20,24)
#120F12
(18,15,18)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #3F3C48

#3F3C48
(63,60,72)
#504D58
(80,77,88)
#615E68
(97,94,104)
#726F78
(114,111,120)
#838088
(131,128,136)
#949198
(148,145,152)
#A5A2A8
(165,162,168)
#B6B3B8
(182,179,184)
#C7C4C8
(199,196,200)
#D8D5D8
(216,213,216)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3C48; }

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

This text font color is #3F3C48.

Background Color

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

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

This div background color is #3F3C48.

Border color

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

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

This div border color is #3F3C48.

Opacity

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

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

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

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

This text has shadow with #3F3C48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3C48.

Preview

Color preview on black background

This text has color #3F3C48 on black background.


Color preview on white background

This text has color #3F3C48 on white background.


Black color preview on #3F3C48 background

This text has black color on #3F3C48 background.


White color preview on #3F3C48 background

This text has white color on #3F3C48 background.


Related colors

Complementary color

Complementary color for #hex is #C0C3B7.


I love getcolorcode.com

Triadic colors

1 #483F3C and #3C483F with #3F3C48 are triadic colors.

2 #483C3F and #3C3F48 with #3F3C48 are triadic colors.