COLOR #3F494F

HEX: #3F494F
RGB: (63,73,79)

Color info

#3F494F contains red, green and blue colors in about the same proportion. Web safe color of #3F494F is #333366 (or #336).

RGB color model

#3F494F color RGB value is (63,73,79).

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

RGB channels and saturation

R 63 of 255 = 25%
G 73 of 255 = 29%
B 79 of 255 = 31%

63
73
79

R + G + B ~ 28%. #3F494F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 73 + 79 = 215 (100%)
R 63 of 215 ~ 29.3%
G 73 of 215 ~ 33.95%
B 79 of 215 ~ 36.74%

%29.3
%33.95
%36.74

CMYK color model

#3F494F color CMYK value is (20,8,0,69).

  • cyan value is 20.25%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(20,8,0,69)
C20M8Y0K69 
(20%,8%,0%,69%)
(0.20/0.08/0.00/0.69)	

CMYK percentages

%20.25
%7.59
%0
%69.02

Codes

Color #3F494F in popluar color models

3F494F
RGB637379
HSL203°11.27%27.84%
HSB/HSV203°20.25%30.98%
CMYK20.25%7.59%0.00%
69.02%

Color #3F494F in popluar number systems.

HEX3F494F
Decimal637379
Binary11111110010011001111
Octal77111117

Shades and tints

Shades of #3F494F

#3F494F
(63,73,79)
#3A4348
(58,67,72)
#353D41
(53,61,65)
#30373A
(48,55,58)
#2B3133
(43,49,51)
#262B2C
(38,43,44)
#212525
(33,37,37)
#1C1F1E
(28,31,30)
#171917
(23,25,23)
#121310
(18,19,16)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #3F494F

#3F494F
(63,73,79)
#50595F
(80,89,95)
#61696F
(97,105,111)
#72797F
(114,121,127)
#83898F
(131,137,143)
#94999F
(148,153,159)
#A5A9AF
(165,169,175)
#B6B9BF
(182,185,191)
#C7C9CF
(199,201,207)
#D8D9DF
(216,217,223)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F494F; }

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

This text font color is #3F494F.


Background Color

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

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

This div background color is #3F494F.


Border color

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

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

This div border color is #3F494F.


Opacity

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

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

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

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

This text has shadow with #3F494F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F494F on black background.


Color preview on white background

This text has color #3F494F on white background.



Black color preview on #3F494F background

This text has black color on #3F494F background.


White color preview on #3F494F background

This text has white color on #3F494F background.