COLOR #3F466B

HEX: #3F466B RGB: (63,70,107)

Color info

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

RGB color model

#3F466B color RGB value is (63,70,107).

RGB: (63,70,107) (25%, 27%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 70 of 255 = 27%
B 107 of 255 = 42%

63
70
107

R + G + B ~ 31%. #3F466B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 70 + 107 = 240 (100%)
R 63 of 240 ~ 26.25%
G 70 of 240 ~ 29.17%
B 107 of 240 ~ 44.58'%

%26.25
%29.17
%44.58

CMYK color model

#3F466B color CMYK value is (41,35,0,58).

  • cyan value is 41.12%
  • magenta value is 34.58%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (41,35,0,58)
C41M35Y0K58 (41%, 35%, 0%, 58%)
(0.41 / 0.35 / 0.00 / 0.58)

CMYK percentages

%41.12
%34.58
%0
%58.04

Codes

Color #3F466B in popluar color models

3F 46 6B
RGB 63 70 107
HSL 230° 25.88% 33.33%
HSB/HSV 230° 41.12% 41.96%
CMYK 41.12% 34.58% 0.00%
58.04%

Color #3F466B in popluar number systems.

HEX 3F 46 6B
Decimal 63 70 107
Binary 111111 1000110 1101011
Octal 77 106 153

Shades and tints

Shades of #3F466B

#3F466B
(63,70,107)
#3A4062
(58,64,98)
#353A59
(53,58,89)
#303450
(48,52,80)
#2B2E47
(43,46,71)
#26283E
(38,40,62)
#212235
(33,34,53)
#1C1C2C
(28,28,44)
#171623
(23,22,35)
#12101A
(18,16,26)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #3F466B

#3F466B
(63,70,107)
#505678
(80,86,120)
#616685
(97,102,133)
#727692
(114,118,146)
#83869F
(131,134,159)
#9496AC
(148,150,172)
#A5A6B9
(165,166,185)
#B6B6C6
(182,182,198)
#C7C6D3
(199,198,211)
#D8D6E0
(216,214,224)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F466B; }

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

This text font color is #3F466B.

Background Color

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

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

This div background color is #3F466B.

Border color

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

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

This div border color is #3F466B.

Opacity

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

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

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

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

This text has shadow with #3F466B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F466B.

Preview

Color preview on black background

This text has color #3F466B on black background.


Color preview on white background

This text has color #3F466B on white background.


Black color preview on #3F466B background

This text has black color on #3F466B background.


White color preview on #3F466B background

This text has white color on #3F466B background.


Related colors

Complementary color

Complementary color for #hex is #C0B994.


I love getcolorcode.com

Triadic colors

1 #6B3F46 and #466B3F with #3F466B are triadic colors.

2 #6B463F and #463F6B with #3F466B are triadic colors.