COLOR #3F3D48

HEX: #3F3D48
RGB: (63,61,72)

Color info

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

RGB color model

#3F3D48 color RGB value is (63,61,72).

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

RGB channels and saturation

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

63
61
72

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

Portions of RGB colors in percentages

R + G + B =
63 + 61 + 72 = 196 (100%)
R 63 of 196 ~ 32.14%
G 61 of 196 ~ 31.12%
B 72 of 196 ~ 36.73%

%32.14
%31.12
%36.73

CMYK color model

#3F3D48 color CMYK value is (13,15,0,72).

  • cyan value is 12.50%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(13,15,0,72)
C13M15Y0K72 
(13%,15%,0%,72%)
(0.13/0.15/0.00/0.72)	

CMYK percentages

%12.5
%15.28
%0
%71.76

Codes

Color #3F3D48 in popluar color models

3F3D48
RGB636172
HSL251°8.27%26.08%
HSB/HSV251°15.28%28.24%
CMYK12.50%15.28%0.00%
71.76%

Color #3F3D48 in popluar number systems.

HEX3F3D48
Decimal636172
Binary1111111111011001000
Octal7775110

Shades and tints

Shades of #3F3D48

#3F3D48
(63,61,72)
#3A3842
(58,56,66)
#35333C
(53,51,60)
#302E36
(48,46,54)
#2B2930
(43,41,48)
#26242A
(38,36,42)
#211F24
(33,31,36)
#1C1A1E
(28,26,30)
#171518
(23,21,24)
#121012
(18,16,18)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #3F3D48

#3F3D48
(63,61,72)
#504E58
(80,78,88)
#615F68
(97,95,104)
#727078
(114,112,120)
#838188
(131,129,136)
#949298
(148,146,152)
#A5A3A8
(165,163,168)
#B6B4B8
(182,180,184)
#C7C5C8
(199,197,200)
#D8D6D8
(216,214,216)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3D48; }

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

This text font color is #3F3D48.


Background Color

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

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

This div background color is #3F3D48.


Border color

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

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

This div border color is #3F3D48.


Opacity

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

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

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

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

This text has shadow with #3F3D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3D48 on black background.


Color preview on white background

This text has color #3F3D48 on white background.



Black color preview on #3F3D48 background

This text has black color on #3F3D48 background.


White color preview on #3F3D48 background

This text has white color on #3F3D48 background.