COLOR #3F4449

HEX: #3F4449
RGB: (63,68,73)

Color info

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

RGB color model

#3F4449 color RGB value is (63,68,73).

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

RGB channels and saturation

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

63
68
73

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

Portions of RGB colors in percentages

R + G + B =
63 + 68 + 73 = 204 (100%)
R 63 of 204 ~ 30.88%
G 68 of 204 ~ 33.33%
B 73 of 204 ~ 35.78%

%30.88
%33.33
%35.78

CMYK color model

#3F4449 color CMYK value is (14,7,0,71).

  • cyan value is 13.70%
  • magenta value is 6.85%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(14,7,0,71)
C14M7Y0K71 
(14%,7%,0%,71%)
(0.14/0.07/0.00/0.71)	

CMYK percentages

%13.7
%6.85
%0
%71.37

Codes

Color #3F4449 in popluar color models

3F4449
RGB636873
HSL210°7.35%26.67%
HSB/HSV210°13.70%28.63%
CMYK13.70%6.85%0.00%
71.37%

Color #3F4449 in popluar number systems.

HEX3F4449
Decimal636873
Binary11111110001001001001
Octal77104111

Shades and tints

Shades of #3F4449

#3F4449
(63,68,73)
#3A3E43
(58,62,67)
#35383D
(53,56,61)
#303237
(48,50,55)
#2B2C31
(43,44,49)
#26262B
(38,38,43)
#212025
(33,32,37)
#1C1A1F
(28,26,31)
#171419
(23,20,25)
#120E13
(18,14,19)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #3F4449

#3F4449
(63,68,73)
#505559
(80,85,89)
#616669
(97,102,105)
#727779
(114,119,121)
#838889
(131,136,137)
#949999
(148,153,153)
#A5AAA9
(165,170,169)
#B6BBB9
(182,187,185)
#C7CCC9
(199,204,201)
#D8DDD9
(216,221,217)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4449; }

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

This text font color is #3F4449.


Background Color

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

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

This div background color is #3F4449.


Border color

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

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

This div border color is #3F4449.


Opacity

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

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

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

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

This text has shadow with #3F4449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4449 on black background.


Color preview on white background

This text has color #3F4449 on white background.



Black color preview on #3F4449 background

This text has black color on #3F4449 background.


White color preview on #3F4449 background

This text has white color on #3F4449 background.