COLOR #3F4749

HEX: #3F4749
RGB: (63,71,73)

Color info

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

RGB color model

#3F4749 color RGB value is (63,71,73).

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

RGB channels and saturation

R 63 of 255 = 25%
G 71 of 255 = 28%
B 73 of 255 = 29%

63
71
73

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

Portions of RGB colors in percentages

R + G + B =
63 + 71 + 73 = 207 (100%)
R 63 of 207 ~ 30.43%
G 71 of 207 ~ 34.3%
B 73 of 207 ~ 35.27%

%30.43
%34.3
%35.27

CMYK color model

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

  • cyan value is 13.70%
  • magenta value is 2.74%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(14,3,0,71)
C14M3Y0K71 
(14%,3%,0%,71%)
(0.14/0.03/0.00/0.71)	

CMYK percentages

%13.7
%2.74
%0
%71.37

Codes

Color #3F4749 in popluar color models

3F4749
RGB637173
HSL192°7.35%26.67%
HSB/HSV192°13.70%28.63%
CMYK13.70%2.74%0.00%
71.37%

Color #3F4749 in popluar number systems.

HEX3F4749
Decimal637173
Binary11111110001111001001
Octal77107111

Shades and tints

Shades of #3F4749

#3F4749
(63,71,73)
#3A4143
(58,65,67)
#353B3D
(53,59,61)
#303537
(48,53,55)
#2B2F31
(43,47,49)
#26292B
(38,41,43)
#212325
(33,35,37)
#1C1D1F
(28,29,31)
#171719
(23,23,25)
#121113
(18,17,19)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #3F4749

#3F4749
(63,71,73)
#505759
(80,87,89)
#616769
(97,103,105)
#727779
(114,119,121)
#838789
(131,135,137)
#949799
(148,151,153)
#A5A7A9
(165,167,169)
#B6B7B9
(182,183,185)
#C7C7C9
(199,199,201)
#D8D7D9
(216,215,217)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4749; }

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

This text font color is #3F4749.


Background Color

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

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

This div background color is #3F4749.


Border color

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

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

This div border color is #3F4749.


Opacity

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

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

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

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

This text has shadow with #3F4749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4749 on black background.


Color preview on white background

This text has color #3F4749 on white background.



Black color preview on #3F4749 background

This text has black color on #3F4749 background.


White color preview on #3F4749 background

This text has white color on #3F4749 background.