COLOR #3F404C

HEX: #3F404C
RGB: (63,64,76)

Color info

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

RGB color model

#3F404C color RGB value is (63,64,76).

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

RGB channels and saturation

R 63 of 255 = 25%
G 64 of 255 = 25%
B 76 of 255 = 30%

63
64
76

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

Portions of RGB colors in percentages

R + G + B =
63 + 64 + 76 = 203 (100%)
R 63 of 203 ~ 31.03%
G 64 of 203 ~ 31.53%
B 76 of 203 ~ 37.44%

%31.03
%31.53
%37.44

CMYK color model

#3F404C color CMYK value is (17,16,0,70).

  • cyan value is 17.11%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(17,16,0,70)
C17M16Y0K70 
(17%,16%,0%,70%)
(0.17/0.16/0.00/0.70)	

CMYK percentages

%17.11
%15.79
%0
%70.2

Codes

Color #3F404C in popluar color models

3F404C
RGB636476
HSL235°9.35%27.25%
HSB/HSV235°17.11%29.80%
CMYK17.11%15.79%0.00%
70.20%

Color #3F404C in popluar number systems.

HEX3F404C
Decimal636476
Binary11111110000001001100
Octal77100114

Shades and tints

Shades of #3F404C

#3F404C
(63,64,76)
#3A3B46
(58,59,70)
#353640
(53,54,64)
#30313A
(48,49,58)
#2B2C34
(43,44,52)
#26272E
(38,39,46)
#212228
(33,34,40)
#1C1D22
(28,29,34)
#17181C
(23,24,28)
#121316
(18,19,22)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #3F404C

#3F404C
(63,64,76)
#50515C
(80,81,92)
#61626C
(97,98,108)
#72737C
(114,115,124)
#83848C
(131,132,140)
#94959C
(148,149,156)
#A5A6AC
(165,166,172)
#B6B7BC
(182,183,188)
#C7C8CC
(199,200,204)
#D8D9DC
(216,217,220)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F404C; }

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

This text font color is #3F404C.


Background Color

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

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

This div background color is #3F404C.


Border color

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

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

This div border color is #3F404C.


Opacity

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

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

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

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

This text has shadow with #3F404C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F404C on black background.


Color preview on white background

This text has color #3F404C on white background.



Black color preview on #3F404C background

This text has black color on #3F404C background.


White color preview on #3F404C background

This text has white color on #3F404C background.