COLOR #3F4E6B

HEX: #3F4E6B RGB: (63,78,107)

Color info

#3F4E6B contains red, green and blue colors in about the same proportion. Web safe color of #3F4E6B is #336666 (or #366).

RGB color model

#3F4E6B color RGB value is (63,78,107).

RGB: (63,78,107) (25%, 31%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 78 of 255 = 31%
B 107 of 255 = 42%

63
78
107

R + G + B ~ 33%. #3F4E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 78 + 107 = 248 (100%)
R 63 of 248 ~ 25.4%
G 78 of 248 ~ 31.45%
B 107 of 248 ~ 43.15'%

%25.4
%31.45
%43.15

CMYK color model

#3F4E6B color CMYK value is (41,27,0,58).

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

CMYK: (41,27,0,58)
C41M27Y0K58 (41%, 27%, 0%, 58%)
(0.41 / 0.27 / 0.00 / 0.58)

CMYK percentages

%41.12
%27.1
%0
%58.04

Codes

Color #3F4E6B in popluar color models

3F 4E 6B
RGB 63 78 107
HSL 220° 25.88% 33.33%
HSB/HSV 220° 41.12% 41.96%
CMYK 41.12% 27.10% 0.00%
58.04%

Color #3F4E6B in popluar number systems.

HEX 3F 4E 6B
Decimal 63 78 107
Binary 111111 1001110 1101011
Octal 77 116 153

Shades and tints

Shades of #3F4E6B

#3F4E6B
(63,78,107)
#3A4762
(58,71,98)
#354059
(53,64,89)
#303950
(48,57,80)
#2B3247
(43,50,71)
#262B3E
(38,43,62)
#212435
(33,36,53)
#1C1D2C
(28,29,44)
#171623
(23,22,35)
#120F1A
(18,15,26)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #3F4E6B

#3F4E6B
(63,78,107)
#505E78
(80,94,120)
#616E85
(97,110,133)
#727E92
(114,126,146)
#838E9F
(131,142,159)
#949EAC
(148,158,172)
#A5AEB9
(165,174,185)
#B6BEC6
(182,190,198)
#C7CED3
(199,206,211)
#D8DEE0
(216,222,224)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4E6B; }

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

This text font color is #3F4E6B.

Background Color

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

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

This div background color is #3F4E6B.

Border color

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

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

This div border color is #3F4E6B.

Opacity

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

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

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

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

This text has shadow with #3F4E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4E6B.

Preview

Color preview on black background

This text has color #3F4E6B on black background.


Color preview on white background

This text has color #3F4E6B on white background.


Black color preview on #3F4E6B background

This text has black color on #3F4E6B background.


White color preview on #3F4E6B background

This text has white color on #3F4E6B background.


Related colors

Complementary color

Complementary color for #hex is #C0B194.


I love getcolorcode.com

Triadic colors

1 #6B3F4E and #4E6B3F with #3F4E6B are triadic colors.

2 #6B4E3F and #4E3F6B with #3F4E6B are triadic colors.