COLOR #3F404E

HEX: #3F404E
RGB: (63,64,78)

Color info

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

RGB color model

#3F404E color RGB value is (63,64,78).

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

RGB channels and saturation

R 63 of 255 = 25%
G 64 of 255 = 25%
B 78 of 255 = 31%

63
64
78

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

Portions of RGB colors in percentages

R + G + B =
63 + 64 + 78 = 205 (100%)
R 63 of 205 ~ 30.73%
G 64 of 205 ~ 31.22%
B 78 of 205 ~ 38.05%

%30.73
%31.22
%38.05

CMYK color model

#3F404E color CMYK value is (19,18,0,69).

  • cyan value is 19.23%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK: (19,18,0,69) C19M18Y0K69 (19%,18%,0%,69%) (0.19/0.18/0.00/0.69)

CMYK percentages

%19.23
%17.95
%0
%69.41

Codes

Color #3F404E in popluar color models

3F404E
RGB636478
HSL236°10.64%27.65%
HSB/HSV236°19.23%30.59%
CMYK19.23%17.95%0.00%
69.41%

Color #3F404E in popluar number systems.

HEX3F404E
Decimal636478
Binary11111110000001001110
Octal77100116

Shades and tints

Shades of #3F404E

#3F404E
(63,64,78)
#3A3B47
(58,59,71)
#353640
(53,54,64)
#303139
(48,49,57)
#2B2C32
(43,44,50)
#26272B
(38,39,43)
#212224
(33,34,36)
#1C1D1D
(28,29,29)
#171816
(23,24,22)
#12130F
(18,19,15)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #3F404E

#3F404E
(63,64,78)
#50515E
(80,81,94)
#61626E
(97,98,110)
#72737E
(114,115,126)
#83848E
(131,132,142)
#94959E
(148,149,158)
#A5A6AE
(165,166,174)
#B6B7BE
(182,183,190)
#C7C8CE
(199,200,206)
#D8D9DE
(216,217,222)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F404E; }

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

This text font color is #3F404E.


Background Color

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

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

This div background color is #3F404E.


Border color

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

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

This div border color is #3F404E.


Opacity

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

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

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

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

This text has shadow with #3F404E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3F404E on black background.


Color preview on white background

This text has color #3F404E on white background.



Black color preview on #3F404E background

This text has black color on #3F404E background.


White color preview on #3F404E background

This text has white color on #3F404E background.