COLOR #3F4748

HEX: #3F4748
RGB: (63,71,72)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

63
71
72

R + G + B ~ 27%. #3F4748 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 71 + 72 = 206 (100%)
R 63 of 206 ~ 30.58%
G 71 of 206 ~ 34.47%
B 72 of 206 ~ 34.95%

%30.58
%34.47
%34.95

CMYK color model

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

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

CMYK percentages

%12.5
%1.39
%0
%71.76

Codes

Color #3F4748 in popluar color models

3F4748
RGB637172
HSL187°6.67%26.47%
HSB/HSV187°12.50%28.24%
CMYK12.50%1.39%0.00%
71.76%

Color #3F4748 in popluar number systems.

HEX3F4748
Decimal637172
Binary11111110001111001000
Octal77107110

Shades and tints

Shades of #3F4748

#3F4748
(63,71,72)
#3A4142
(58,65,66)
#353B3C
(53,59,60)
#303536
(48,53,54)
#2B2F30
(43,47,48)
#26292A
(38,41,42)
#212324
(33,35,36)
#1C1D1E
(28,29,30)
#171718
(23,23,24)
#121112
(18,17,18)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #3F4748

#3F4748
(63,71,72)
#505758
(80,87,88)
#616768
(97,103,104)
#727778
(114,119,120)
#838788
(131,135,136)
#949798
(148,151,152)
#A5A7A8
(165,167,168)
#B6B7B8
(182,183,184)
#C7C7C8
(199,199,200)
#D8D7D8
(216,215,216)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4748; }

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

This text font color is #3F4748.


Background Color

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

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

This div background color is #3F4748.


Border color

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

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

This div border color is #3F4748.


Opacity

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

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

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

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

This text has shadow with #3F4748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4748 on black background.


Color preview on white background

This text has color #3F4748 on white background.



Black color preview on #3F4748 background

This text has black color on #3F4748 background.


White color preview on #3F4748 background

This text has white color on #3F4748 background.