COLOR #3F444E

HEX: #3F444E RGB: (63,68,78)

Color info

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

RGB color model

#3F444E color RGB value is (63,68,78).

RGB: (63,68,78) (25%, 27%, 31%)

RGB channels and saturation

R 63 of 255 = 25%
G 68 of 255 = 27%
B 78 of 255 = 31%

63
68
78

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

Portions of RGB colors in percentages

R + G + B = 63 + 68 + 78 = 209 (100%)
R 63 of 209 ~ 30.14%
G 68 of 209 ~ 32.54%
B 78 of 209 ~ 37.32'%

%30.14
%32.54
%37.32

CMYK color model

#3F444E color CMYK value is (19,13,0,69).

  • cyan value is 19.23%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (19,13,0,69)
C19M13Y0K69 (19%, 13%, 0%, 69%)
(0.19 / 0.13 / 0.00 / 0.69)

CMYK percentages

%19.23
%12.82
%0
%69.41

Codes

Color #3F444E in popluar color models

3F 44 4E
RGB 63 68 78
HSL 220° 10.64% 27.65%
HSB/HSV 220° 19.23% 30.59%
CMYK 19.23% 12.82% 0.00%
69.41%

Color #3F444E in popluar number systems.

HEX 3F 44 4E
Decimal 63 68 78
Binary 111111 1000100 1001110
Octal 77 104 116

Shades and tints

Shades of #3F444E

#3F444E
(63,68,78)
#3A3E47
(58,62,71)
#353840
(53,56,64)
#303239
(48,50,57)
#2B2C32
(43,44,50)
#26262B
(38,38,43)
#212024
(33,32,36)
#1C1A1D
(28,26,29)
#171416
(23,20,22)
#120E0F
(18,14,15)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #3F444E

#3F444E
(63,68,78)
#50555E
(80,85,94)
#61666E
(97,102,110)
#72777E
(114,119,126)
#83888E
(131,136,142)
#94999E
(148,153,158)
#A5AAAE
(165,170,174)
#B6BBBE
(182,187,190)
#C7CCCE
(199,204,206)
#D8DDDE
(216,221,222)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F444E; }

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

This text font color is #3F444E.

Background Color

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

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

This div background color is #3F444E.

Border color

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

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

This div border color is #3F444E.

Opacity

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

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

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

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

This text has shadow with #3F444E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F444E.

Preview

Color preview on black background

This text has color #3F444E on black background.


Color preview on white background

This text has color #3F444E on white background.


Black color preview on #3F444E background

This text has black color on #3F444E background.


White color preview on #3F444E background

This text has white color on #3F444E background.


Related colors

Complementary color

Complementary color for #hex is #C0BBB1.


I love getcolorcode.com

Triadic colors

1 #4E3F44 and #444E3F with #3F444E are triadic colors.

2 #4E443F and #443F4E with #3F444E are triadic colors.