COLOR #3F4F6A

HEX: #3F4F6A RGB: (63,79,106)

Color info

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

RGB color model

#3F4F6A color RGB value is (63,79,106).

RGB: (63,79,106) (25%, 31%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 79 of 255 = 31%
B 106 of 255 = 42%

63
79
106

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

Portions of RGB colors in percentages

R + G + B = 63 + 79 + 106 = 248 (100%)
R 63 of 248 ~ 25.4%
G 79 of 248 ~ 31.85%
B 106 of 248 ~ 42.74'%

%25.4
%31.85
%42.74

CMYK color model

#3F4F6A color CMYK value is (41,25,0,58).

  • cyan value is 40.57%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (41,25,0,58) C41M25Y0K58 (41%,25%,0%,58%) (0.41/0.25/0.00/0.58) 

CMYK percentages

%40.57
%25.47
%0
%58.43

Codes

Color #3F4F6A in popluar color models

3F 4F 6A
RGB 63 79 106
HSL 218° 25.44% 33.14%
HSB/HSV 218° 40.57% 41.57%
CMYK 40.57% 25.47% 0.00%
58.43%

Color #3F4F6A in popluar number systems.

HEX 3F 4F 6A
Decimal 63 79 106
Binary 111111 1001111 1101010
Octal 77 117 152

Shades and tints

Shades of #3F4F6A

#3F4F6A
(63,79,106)
#3A4861
(58,72,97)
#354158
(53,65,88)
#303A4F
(48,58,79)
#2B3346
(43,51,70)
#262C3D
(38,44,61)
#212534
(33,37,52)
#1C1E2B
(28,30,43)
#171722
(23,23,34)
#121019
(18,16,25)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #3F4F6A

#3F4F6A
(63,79,106)
#505F77
(80,95,119)
#616F84
(97,111,132)
#727F91
(114,127,145)
#838F9E
(131,143,158)
#949FAB
(148,159,171)
#A5AFB8
(165,175,184)
#B6BFC5
(182,191,197)
#C7CFD2
(199,207,210)
#D8DFDF
(216,223,223)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4F6A color. Also use rgb(63,79,106) instead hex code.

Text Font Color

.myTextColor { color: #3F4F6A; }

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

This text font color is #3F4F6A.

Background Color

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

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

This div background color is #3F4F6A.

Border color

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

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

This div border color is #3F4F6A.

Opacity

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

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

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

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

This text has shadow with #3F4F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4F6A.

Preview

Color preview on black background

This text has color #3F4F6A on black background.


Color preview on white background

This text has color #3F4F6A on white background.


Black color preview on #3F4F6A background

This text has black color on #3F4F6A background.


White color preview on #3F4F6A background

This text has white color on #3F4F6A background.


Related colors

Complementary color

Complementary color for #hex is #C0B095.


I love getcolorcode.com

Triadic colors

1 #6A3F4F and #4F6A3F with #3F4F6A are triadic colors.

2 #6A4F3F and #4F3F6A with #3F4F6A are triadic colors.