COLOR #3F444B

HEX: #3F444B
RGB: (63,68,75)

Color info

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

RGB color model

#3F444B color RGB value is (63,68,75).

  • red value is 63;
  • green value is 68;
  • blue value is 75.
RGB:
(63,68,75)
(25%,27%,29%)

RGB channels and saturation

R 63 of 255 = 25%
G 68 of 255 = 27%
B 75 of 255 = 29%

63
68
75

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

Portions of RGB colors in percentages

R + G + B =
63 + 68 + 75 = 206 (100%)
R 63 of 206 ~ 30.58%
G 68 of 206 ~ 33.01%
B 75 of 206 ~ 36.41%

%30.58
%33.01
%36.41

CMYK color model

#3F444B color CMYK value is (16,9,0,71).

  • cyan value is 16.00%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(16,9,0,71)
C16M9Y0K71 
(16%,9%,0%,71%)
(0.16/0.09/0.00/0.71)	

CMYK percentages

%16
%9.33
%0
%70.59

Codes

Color #3F444B in popluar color models

3F444B
RGB636875
HSL215°8.70%27.06%
HSB/HSV215°16.00%29.41%
CMYK16.00%9.33%0.00%
70.59%

Color #3F444B in popluar number systems.

HEX3F444B
Decimal636875
Binary11111110001001001011
Octal77104113

Shades and tints

Shades of #3F444B

#3F444B
(63,68,75)
#3A3E45
(58,62,69)
#35383F
(53,56,63)
#303239
(48,50,57)
#2B2C33
(43,44,51)
#26262D
(38,38,45)
#212027
(33,32,39)
#1C1A21
(28,26,33)
#17141B
(23,20,27)
#120E15
(18,14,21)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #3F444B

#3F444B
(63,68,75)
#50555B
(80,85,91)
#61666B
(97,102,107)
#72777B
(114,119,123)
#83888B
(131,136,139)
#94999B
(148,153,155)
#A5AAAB
(165,170,171)
#B6BBBB
(182,187,187)
#C7CCCB
(199,204,203)
#D8DDDB
(216,221,219)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F444B; }

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

This text font color is #3F444B.


Background Color

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

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

This div background color is #3F444B.


Border color

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

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

This div border color is #3F444B.


Opacity

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

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

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

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

This text has shadow with #3F444B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F444B on black background.


Color preview on white background

This text has color #3F444B on white background.



Black color preview on #3F444B background

This text has black color on #3F444B background.


White color preview on #3F444B background

This text has white color on #3F444B background.