COLOR #3F647F

HEX: #3F647F RGB: (63,100,127)

Color info

#3F647F contains mainly green and blue colors. Web safe color of #3F647F is #336666 (or #366).

RGB color model

#3F647F color RGB value is (63,100,127).

RGB: (63,100,127) (25%, 39%, 50%)

RGB channels and saturation

R 63 of 255 = 25%
G 100 of 255 = 39%
B 127 of 255 = 50%

63
100
127

R + G + B ~ 38%. #3F647F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 100 + 127 = 290 (100%)
R 63 of 290 ~ 21.72%
G 100 of 290 ~ 34.48%
B 127 of 290 ~ 43.79'%

%21.72
%34.48
%43.79

CMYK color model

#3F647F color CMYK value is (50,21,0,50).

  • cyan value is 50.39%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (50,21,0,50)
C50M21Y0K50 (50%, 21%, 0%, 50%)
(0.50 / 0.21 / 0.00 / 0.50)

CMYK percentages

%50.39
%21.26
%0
%50.2

Codes

Color #3F647F in popluar color models

3F 64 7F
RGB 63 100 127
HSL 205° 33.68% 37.25%
HSB/HSV 205° 50.39% 49.80%
CMYK 50.39% 21.26% 0.00%
50.20%

Color #3F647F in popluar number systems.

HEX 3F 64 7F
Decimal 63 100 127
Binary 111111 1100100 1111111
Octal 77 144 177

Shades and tints

Shades of #3F647F

#3F647F
(63,100,127)
#3A5B74
(58,91,116)
#355269
(53,82,105)
#30495E
(48,73,94)
#2B4053
(43,64,83)
#263748
(38,55,72)
#212E3D
(33,46,61)
#1C2532
(28,37,50)
#171C27
(23,28,39)
#12131C
(18,19,28)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #3F647F

#3F647F
(63,100,127)
#50728A
(80,114,138)
#618095
(97,128,149)
#728EA0
(114,142,160)
#839CAB
(131,156,171)
#94AAB6
(148,170,182)
#A5B8C1
(165,184,193)
#B6C6CC
(182,198,204)
#C7D4D7
(199,212,215)
#D8E2E2
(216,226,226)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F647F color. Also use rgb(63,100,127) instead hex code.

Text Font Color

.myTextColor { color: #3F647F; }

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

This text font color is #3F647F.

Background Color

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

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

This div background color is #3F647F.

Border color

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

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

This div border color is #3F647F.

Opacity

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

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

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

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

This text has shadow with #3F647F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F647F.

Preview

Color preview on black background

This text has color #3F647F on black background.


Color preview on white background

This text has color #3F647F on white background.


Black color preview on #3F647F background

This text has black color on #3F647F background.


White color preview on #3F647F background

This text has white color on #3F647F background.


Related colors

Complementary color

Complementary color for #hex is #C09B80.


I love getcolorcode.com

Triadic colors

1 #7F3F64 and #647F3F with #3F647F are triadic colors.

2 #7F643F and #643F7F with #3F647F are triadic colors.