COLOR #3F3F48

HEX: #3F3F48
RGB: (63,63,72)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

63
63
72

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

Portions of RGB colors in percentages

R + G + B =
63 + 63 + 72 = 198 (100%)
R 63 of 198 ~ 31.82%
G 63 of 198 ~ 31.82%
B 72 of 198 ~ 36.36%

%31.82
%31.82
%36.36

CMYK color model

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

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

CMYK percentages

%12.5
%12.5
%0
%71.76

Codes

Color #3F3F48 in popluar color models

3F3F48
RGB636372
HSL240°6.67%26.47%
HSB/HSV240°12.50%28.24%
CMYK12.50%12.50%0.00%
71.76%

Color #3F3F48 in popluar number systems.

HEX3F3F48
Decimal636372
Binary1111111111111001000
Octal7777110

Shades and tints

Shades of #3F3F48

#3F3F48
(63,63,72)
#3A3A42
(58,58,66)
#35353C
(53,53,60)
#303036
(48,48,54)
#2B2B30
(43,43,48)
#26262A
(38,38,42)
#212124
(33,33,36)
#1C1C1E
(28,28,30)
#171718
(23,23,24)
#121212
(18,18,18)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #3F3F48

#3F3F48
(63,63,72)
#505058
(80,80,88)
#616168
(97,97,104)
#727278
(114,114,120)
#838388
(131,131,136)
#949498
(148,148,152)
#A5A5A8
(165,165,168)
#B6B6B8
(182,182,184)
#C7C7C8
(199,199,200)
#D8D8D8
(216,216,216)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3F48; }

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

This text font color is #3F3F48.


Background Color

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

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

This div background color is #3F3F48.


Border color

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

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

This div border color is #3F3F48.


Opacity

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

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

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

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

This text has shadow with #3F3F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3F48 on black background.


Color preview on white background

This text has color #3F3F48 on white background.



Black color preview on #3F3F48 background

This text has black color on #3F3F48 background.


White color preview on #3F3F48 background

This text has white color on #3F3F48 background.