COLOR #3F3465

HEX: #3F3465
RGB: (63,52,101)

Color info

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

RGB color model

#3F3465 color RGB value is (63,52,101).

  • red value is 63;
  • green value is 52;
  • blue value is 101.
RGB:
(63,52,101)
(25%,20%,40%)

RGB channels and saturation

R 63 of 255 = 25%
G 52 of 255 = 20%
B 101 of 255 = 40%

63
52
101

R + G + B ~ 28%. #3F3465 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 52 + 101 = 216 (100%)
R 63 of 216 ~ 29.17%
G 52 of 216 ~ 24.07%
B 101 of 216 ~ 46.76%

%29.17
%24.07
%46.76

CMYK color model

#3F3465 color CMYK value is (38,49,0,60).

  • cyan value is 37.62%
  • magenta value is 48.51%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(38,49,0,60)
C38M49Y0K60 
(38%,49%,0%,60%)
(0.38/0.49/0.00/0.60)	

CMYK percentages

%37.62
%48.51
%0
%60.39

Codes

Color #3F3465 in popluar color models

3F3465
RGB6352101
HSL253°32.03%30.00%
HSB/HSV253°48.51%39.61%
CMYK37.62%48.51%0.00%
60.39%

Color #3F3465 in popluar number systems.

HEX3F3465
Decimal6352101
Binary1111111101001100101
Octal7764145

Shades and tints

Shades of #3F3465

#3F3465
(63,52,101)
#3A305C
(58,48,92)
#352C53
(53,44,83)
#30284A
(48,40,74)
#2B2441
(43,36,65)
#262038
(38,32,56)
#211C2F
(33,28,47)
#1C1826
(28,24,38)
#17141D
(23,20,29)
#121014
(18,16,20)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #3F3465

#3F3465
(63,52,101)
#504673
(80,70,115)
#615881
(97,88,129)
#726A8F
(114,106,143)
#837C9D
(131,124,157)
#948EAB
(148,142,171)
#A5A0B9
(165,160,185)
#B6B2C7
(182,178,199)
#C7C4D5
(199,196,213)
#D8D6E3
(216,214,227)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3465; }

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

This text font color is #3F3465.


Background Color

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

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

This div background color is #3F3465.


Border color

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

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

This div border color is #3F3465.


Opacity

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

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

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

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

This text has shadow with #3F3465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3465 on black background.


Color preview on white background

This text has color #3F3465 on white background.



Black color preview on #3F3465 background

This text has black color on #3F3465 background.


White color preview on #3F3465 background

This text has white color on #3F3465 background.