COLOR #3F4165

HEX: #3F4165 RGB: (63,65,101)

Color info

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

RGB color model

#3F4165 color RGB value is (63,65,101).

RGB: (63,65,101) (25%, 25%, 40%)

RGB channels and saturation

R 63 of 255 = 25%
G 65 of 255 = 25%
B 101 of 255 = 40%

63
65
101

R + G + B ~ 30%. #3F4165 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 65 + 101 = 229 (100%)
R 63 of 229 ~ 27.51%
G 65 of 229 ~ 28.38%
B 101 of 229 ~ 44.1'%

%27.51
%28.38
%44.1

CMYK color model

#3F4165 color CMYK value is (38,36,0,60).

  • cyan value is 37.62%
  • magenta value is 35.64%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK: (38,36,0,60) C38M36Y0K60 (38%,36%,0%,60%) (0.38/0.36/0.00/0.60) 

CMYK percentages

%37.62
%35.64
%0
%60.39

Codes

Color #3F4165 in popluar color models

3F 41 65
RGB 63 65 101
HSL 237° 23.17% 32.16%
HSB/HSV 237° 37.62% 39.61%
CMYK 37.62% 35.64% 0.00%
60.39%

Color #3F4165 in popluar number systems.

HEX 3F 41 65
Decimal 63 65 101
Binary 111111 1000001 1100101
Octal 77 101 145

Shades and tints

Shades of #3F4165

#3F4165
(63,65,101)
#3A3C5C
(58,60,92)
#353753
(53,55,83)
#30324A
(48,50,74)
#2B2D41
(43,45,65)
#262838
(38,40,56)
#21232F
(33,35,47)
#1C1E26
(28,30,38)
#17191D
(23,25,29)
#121414
(18,20,20)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #3F4165

#3F4165
(63,65,101)
#505273
(80,82,115)
#616381
(97,99,129)
#72748F
(114,116,143)
#83859D
(131,133,157)
#9496AB
(148,150,171)
#A5A7B9
(165,167,185)
#B6B8C7
(182,184,199)
#C7C9D5
(199,201,213)
#D8DAE3
(216,218,227)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4165 color. Also use rgb(63,65,101) instead hex code.

Text Font Color

.myTextColor { color: #3F4165; }

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

This text font color is #3F4165.

Background Color

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

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

This div background color is #3F4165.

Border color

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

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

This div border color is #3F4165.

Opacity

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

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

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

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

This text has shadow with #3F4165 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4165.

Preview

Color preview on black background

This text has color #3F4165 on black background.


Color preview on white background

This text has color #3F4165 on white background.


Black color preview on #3F4165 background

This text has black color on #3F4165 background.


White color preview on #3F4165 background

This text has white color on #3F4165 background.


Related colors

Complementary color

Complementary color for #hex is #C0BE9A.


I love getcolorcode.com

Triadic colors

1 #653F41 and #41653F with #3F4165 are triadic colors.

2 #65413F and #413F65 with #3F4165 are triadic colors.