COLOR #3F4657

HEX: #3F4657 RGB: (63,70,87)

Color info

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

RGB color model

#3F4657 color RGB value is (63,70,87).

RGB: (63,70,87) (25%, 27%, 34%)

RGB channels and saturation

R 63 of 255 = 25%
G 70 of 255 = 27%
B 87 of 255 = 34%

63
70
87

R + G + B ~ 29%. #3F4657 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 70 + 87 = 220 (100%)
R 63 of 220 ~ 28.64%
G 70 of 220 ~ 31.82%
B 87 of 220 ~ 39.55'%

%28.64
%31.82
%39.55

CMYK color model

#3F4657 color CMYK value is (28,20,0,66).

  • cyan value is 27.59%
  • magenta value is 19.54%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK: (28,20,0,66) C28M20Y0K66 (28%,20%,0%,66%) (0.28/0.20/0.00/0.66) 

CMYK percentages

%27.59
%19.54
%0
%65.88

Codes

Color #3F4657 in popluar color models

3F 46 57
RGB 63 70 87
HSL 223° 16.00% 29.41%
HSB/HSV 223° 27.59% 34.12%
CMYK 27.59% 19.54% 0.00%
65.88%

Color #3F4657 in popluar number systems.

HEX 3F 46 57
Decimal 63 70 87
Binary 111111 1000110 1010111
Octal 77 106 127

Shades and tints

Shades of #3F4657

#3F4657
(63,70,87)
#3A4050
(58,64,80)
#353A49
(53,58,73)
#303442
(48,52,66)
#2B2E3B
(43,46,59)
#262834
(38,40,52)
#21222D
(33,34,45)
#1C1C26
(28,28,38)
#17161F
(23,22,31)
#121018
(18,16,24)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #3F4657

#3F4657
(63,70,87)
#505666
(80,86,102)
#616675
(97,102,117)
#727684
(114,118,132)
#838693
(131,134,147)
#9496A2
(148,150,162)
#A5A6B1
(165,166,177)
#B6B6C0
(182,182,192)
#C7C6CF
(199,198,207)
#D8D6DE
(216,214,222)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4657 color. Also use rgb(63,70,87) instead hex code.

Text Font Color

.myTextColor { color: #3F4657; }

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

This text font color is #3F4657.

Background Color

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

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

This div background color is #3F4657.

Border color

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

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

This div border color is #3F4657.

Opacity

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

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

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

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

This text has shadow with #3F4657 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4657.

Preview

Color preview on black background

This text has color #3F4657 on black background.


Color preview on white background

This text has color #3F4657 on white background.


Black color preview on #3F4657 background

This text has black color on #3F4657 background.


White color preview on #3F4657 background

This text has white color on #3F4657 background.


Related colors

Complementary color

Complementary color for #hex is #C0B9A8.


I love getcolorcode.com

Triadic colors

1 #573F46 and #46573F with #3F4657 are triadic colors.

2 #57463F and #463F57 with #3F4657 are triadic colors.