COLOR #3F4A4F

HEX: #3F4A4F
RGB: (63,74,79)

Color info

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

RGB color model

#3F4A4F color RGB value is (63,74,79).

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

RGB channels and saturation

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

63
74
79

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

Portions of RGB colors in percentages

R + G + B =
63 + 74 + 79 = 216 (100%)
R 63 of 216 ~ 29.17%
G 74 of 216 ~ 34.26%
B 79 of 216 ~ 36.57%

%29.17
%34.26
%36.57

CMYK color model

#3F4A4F color CMYK value is (20,6,0,69).

  • cyan value is 20.25%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(20,6,0,69)
C20M6Y0K69 
(20%,6%,0%,69%)
(0.20/0.06/0.00/0.69)	

CMYK percentages

%20.25
%6.33
%0
%69.02

Codes

Color #3F4A4F in popluar color models

3F4A4F
RGB637479
HSL199°11.27%27.84%
HSB/HSV199°20.25%30.98%
CMYK20.25%6.33%0.00%
69.02%

Color #3F4A4F in popluar number systems.

HEX3F4A4F
Decimal637479
Binary11111110010101001111
Octal77112117

Shades and tints

Shades of #3F4A4F

#3F4A4F
(63,74,79)
#3A4448
(58,68,72)
#353E41
(53,62,65)
#30383A
(48,56,58)
#2B3233
(43,50,51)
#262C2C
(38,44,44)
#212625
(33,38,37)
#1C201E
(28,32,30)
#171A17
(23,26,23)
#121410
(18,20,16)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #3F4A4F

#3F4A4F
(63,74,79)
#505A5F
(80,90,95)
#616A6F
(97,106,111)
#727A7F
(114,122,127)
#838A8F
(131,138,143)
#949A9F
(148,154,159)
#A5AAAF
(165,170,175)
#B6BABF
(182,186,191)
#C7CACF
(199,202,207)
#D8DADF
(216,218,223)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4A4F; }

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

This text font color is #3F4A4F.


Background Color

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

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

This div background color is #3F4A4F.


Border color

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

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

This div border color is #3F4A4F.


Opacity

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

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

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

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

This text has shadow with #3F4A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4A4F on black background.


Color preview on white background

This text has color #3F4A4F on white background.



Black color preview on #3F4A4F background

This text has black color on #3F4A4F background.


White color preview on #3F4A4F background

This text has white color on #3F4A4F background.