COLOR #3F4950

HEX: #3F4950
RGB: (63,73,80)

Color info

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

RGB color model

#3F4950 color RGB value is (63,73,80).

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

RGB channels and saturation

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

63
73
80

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

Portions of RGB colors in percentages

R + G + B =
63 + 73 + 80 = 216 (100%)
R 63 of 216 ~ 29.17%
G 73 of 216 ~ 33.8%
B 80 of 216 ~ 37.04%

%29.17
%33.8
%37.04

CMYK color model

#3F4950 color CMYK value is (21,9,0,69).

  • cyan value is 21.25%
  • magenta value is 8.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(21,9,0,69)
C21M9Y0K69 
(21%,9%,0%,69%)
(0.21/0.09/0.00/0.69)	

CMYK percentages

%21.25
%8.75
%0
%68.63

Codes

Color #3F4950 in popluar color models

3F4950
RGB637380
HSL205°11.89%28.04%
HSB/HSV205°21.25%31.37%
CMYK21.25%8.75%0.00%
68.63%

Color #3F4950 in popluar number systems.

HEX3F4950
Decimal637380
Binary11111110010011010000
Octal77111120

Shades and tints

Shades of #3F4950

#3F4950
(63,73,80)
#3A4349
(58,67,73)
#353D42
(53,61,66)
#30373B
(48,55,59)
#2B3134
(43,49,52)
#262B2D
(38,43,45)
#212526
(33,37,38)
#1C1F1F
(28,31,31)
#171918
(23,25,24)
#121311
(18,19,17)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #3F4950

#3F4950
(63,73,80)
#50595F
(80,89,95)
#61696E
(97,105,110)
#72797D
(114,121,125)
#83898C
(131,137,140)
#94999B
(148,153,155)
#A5A9AA
(165,169,170)
#B6B9B9
(182,185,185)
#C7C9C8
(199,201,200)
#D8D9D7
(216,217,215)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4950; }

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

This text font color is #3F4950.


Background Color

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

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

This div background color is #3F4950.


Border color

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

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

This div border color is #3F4950.


Opacity

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

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

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

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

This text has shadow with #3F4950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4950 on black background.


Color preview on white background

This text has color #3F4950 on white background.



Black color preview on #3F4950 background

This text has black color on #3F4950 background.


White color preview on #3F4950 background

This text has white color on #3F4950 background.