COLOR #3F404B

HEX: #3F404B RGB: (63,64,75)

Color info

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

RGB color model

#3F404B color RGB value is (63,64,75).

RGB: (63,64,75) (25%, 25%, 29%)

RGB channels and saturation

R 63 of 255 = 25%
G 64 of 255 = 25%
B 75 of 255 = 29%

63
64
75

R + G + B ~ 26%. #3F404B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 64 + 75 = 202 (100%)
R 63 of 202 ~ 31.19%
G 64 of 202 ~ 31.68%
B 75 of 202 ~ 37.13'%

%31.19
%31.68
%37.13

CMYK color model

#3F404B color CMYK value is (16,15,0,71).

  • cyan value is 16.00%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (16,15,0,71)
C16M15Y0K71 (16%, 15%, 0%, 71%)
(0.16 / 0.15 / 0.00 / 0.71)

CMYK percentages

%16
%14.67
%0
%70.59

Codes

Color #3F404B in popluar color models

3F 40 4B
RGB 63 64 75
HSL 235° 8.70% 27.06%
HSB/HSV 235° 16.00% 29.41%
CMYK 16.00% 14.67% 0.00%
70.59%

Color #3F404B in popluar number systems.

HEX 3F 40 4B
Decimal 63 64 75
Binary 111111 1000000 1001011
Octal 77 100 113

Shades and tints

Shades of #3F404B

#3F404B
(63,64,75)
#3A3B45
(58,59,69)
#35363F
(53,54,63)
#303139
(48,49,57)
#2B2C33
(43,44,51)
#26272D
(38,39,45)
#212227
(33,34,39)
#1C1D21
(28,29,33)
#17181B
(23,24,27)
#121315
(18,19,21)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #3F404B

#3F404B
(63,64,75)
#50515B
(80,81,91)
#61626B
(97,98,107)
#72737B
(114,115,123)
#83848B
(131,132,139)
#94959B
(148,149,155)
#A5A6AB
(165,166,171)
#B6B7BB
(182,183,187)
#C7C8CB
(199,200,203)
#D8D9DB
(216,217,219)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F404B; }

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

This text font color is #3F404B.

Background Color

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

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

This div background color is #3F404B.

Border color

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

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

This div border color is #3F404B.

Opacity

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

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

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

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

This text has shadow with #3F404B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F404B.

Preview

Color preview on black background

This text has color #3F404B on black background.


Color preview on white background

This text has color #3F404B on white background.


Black color preview on #3F404B background

This text has black color on #3F404B background.


White color preview on #3F404B background

This text has white color on #3F404B background.


Related colors

Complementary color

Complementary color for #hex is #C0BFB4.


I love getcolorcode.com

Triadic colors

1 #4B3F40 and #404B3F with #3F404B are triadic colors.

2 #4B403F and #403F4B with #3F404B are triadic colors.