COLOR #3F494C

HEX: #3F494C
RGB: (63,73,76)

Color info

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

RGB color model

#3F494C color RGB value is (63,73,76).

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

RGB channels and saturation

R 63 of 255 = 25%
G 73 of 255 = 29%
B 76 of 255 = 30%

63
73
76

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

Portions of RGB colors in percentages

R + G + B =
63 + 73 + 76 = 212 (100%)
R 63 of 212 ~ 29.72%
G 73 of 212 ~ 34.43%
B 76 of 212 ~ 35.85%

%29.72
%34.43
%35.85

CMYK color model

#3F494C color CMYK value is (17,4,0,70).

  • cyan value is 17.11%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(17,4,0,70)
C17M4Y0K70 
(17%,4%,0%,70%)
(0.17/0.04/0.00/0.70)	

CMYK percentages

%17.11
%3.95
%0
%70.2

Codes

Color #3F494C in popluar color models

3F494C
RGB637376
HSL194°9.35%27.25%
HSB/HSV194°17.11%29.80%
CMYK17.11%3.95%0.00%
70.20%

Color #3F494C in popluar number systems.

HEX3F494C
Decimal637376
Binary11111110010011001100
Octal77111114

Shades and tints

Shades of #3F494C

#3F494C
(63,73,76)
#3A4346
(58,67,70)
#353D40
(53,61,64)
#30373A
(48,55,58)
#2B3134
(43,49,52)
#262B2E
(38,43,46)
#212528
(33,37,40)
#1C1F22
(28,31,34)
#17191C
(23,25,28)
#121316
(18,19,22)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #3F494C

#3F494C
(63,73,76)
#50595C
(80,89,92)
#61696C
(97,105,108)
#72797C
(114,121,124)
#83898C
(131,137,140)
#94999C
(148,153,156)
#A5A9AC
(165,169,172)
#B6B9BC
(182,185,188)
#C7C9CC
(199,201,204)
#D8D9DC
(216,217,220)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F494C; }

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

This text font color is #3F494C.


Background Color

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

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

This div background color is #3F494C.


Border color

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

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

This div border color is #3F494C.


Opacity

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

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

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

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

This text has shadow with #3F494C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F494C on black background.


Color preview on white background

This text has color #3F494C on white background.



Black color preview on #3F494C background

This text has black color on #3F494C background.


White color preview on #3F494C background

This text has white color on #3F494C background.