COLOR #3F4A4E

HEX: #3F4A4E RGB: (63,74,78)

Color info

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

RGB color model

#3F4A4E color RGB value is (63,74,78).

RGB: (63,74,78) (25%, 29%, 31%)

RGB channels and saturation

R 63 of 255 = 25%
G 74 of 255 = 29%
B 78 of 255 = 31%

63
74
78

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

Portions of RGB colors in percentages

R + G + B = 63 + 74 + 78 = 215 (100%)
R 63 of 215 ~ 29.3%
G 74 of 215 ~ 34.42%
B 78 of 215 ~ 36.28'%

%29.3
%34.42
%36.28

CMYK color model

#3F4A4E color CMYK value is (19,5,0,69).

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

CMYK: (19,5,0,69)
C19M5Y0K69 (19%, 5%, 0%, 69%)
(0.19 / 0.05 / 0.00 / 0.69)

CMYK percentages

%19.23
%5.13
%0
%69.41

Codes

Color #3F4A4E in popluar color models

3F 4A 4E
RGB 63 74 78
HSL 196° 10.64% 27.65%
HSB/HSV 196° 19.23% 30.59%
CMYK 19.23% 5.13% 0.00%
69.41%

Color #3F4A4E in popluar number systems.

HEX 3F 4A 4E
Decimal 63 74 78
Binary 111111 1001010 1001110
Octal 77 112 116

Shades and tints

Shades of #3F4A4E

#3F4A4E
(63,74,78)
#3A4447
(58,68,71)
#353E40
(53,62,64)
#303839
(48,56,57)
#2B3232
(43,50,50)
#262C2B
(38,44,43)
#212624
(33,38,36)
#1C201D
(28,32,29)
#171A16
(23,26,22)
#12140F
(18,20,15)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #3F4A4E

#3F4A4E
(63,74,78)
#505A5E
(80,90,94)
#616A6E
(97,106,110)
#727A7E
(114,122,126)
#838A8E
(131,138,142)
#949A9E
(148,154,158)
#A5AAAE
(165,170,174)
#B6BABE
(182,186,190)
#C7CACE
(199,202,206)
#D8DADE
(216,218,222)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4A4E; }

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

This text font color is #3F4A4E.

Background Color

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

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

This div background color is #3F4A4E.

Border color

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

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

This div border color is #3F4A4E.

Opacity

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

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

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

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

This text has shadow with #3F4A4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4A4E.

Preview

Color preview on black background

This text has color #3F4A4E on black background.


Color preview on white background

This text has color #3F4A4E on white background.


Black color preview on #3F4A4E background

This text has black color on #3F4A4E background.


White color preview on #3F4A4E background

This text has white color on #3F4A4E background.


Related colors

Complementary color

Complementary color for #hex is #C0B5B1.


I love getcolorcode.com

Triadic colors

1 #4E3F4A and #4A4E3F with #3F4A4E are triadic colors.

2 #4E4A3F and #4A3F4E with #3F4A4E are triadic colors.