COLOR #3F4466

HEX: #3F4466
RGB: (63,68,102)

Color info

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

RGB color model

#3F4466 color RGB value is (63,68,102).

  • red value is 63;
  • green value is 68;
  • blue value is 102.
RGB:
(63,68,102)
(25%,27%,40%)

RGB channels and saturation

R 63 of 255 = 25%
G 68 of 255 = 27%
B 102 of 255 = 40%

63
68
102

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

Portions of RGB colors in percentages

R + G + B =
63 + 68 + 102 = 233 (100%)
R 63 of 233 ~ 27.04%
G 68 of 233 ~ 29.18%
B 102 of 233 ~ 43.78%

%27.04
%29.18
%43.78

CMYK color model

#3F4466 color CMYK value is (38,33,0,60).

  • cyan value is 38.24%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(38,33,0,60)
C38M33Y0K60 
(38%,33%,0%,60%)
(0.38/0.33/0.00/0.60)	

CMYK percentages

%38.24
%33.33
%0
%60

Codes

Color #3F4466 in popluar color models

3F4466
RGB6368102
HSL232°23.64%32.35%
HSB/HSV232°38.24%40.00%
CMYK38.24%33.33%0.00%
60.00%

Color #3F4466 in popluar number systems.

HEX3F4466
Decimal6368102
Binary11111110001001100110
Octal77104146

Shades and tints

Shades of #3F4466

#3F4466
(63,68,102)
#3A3E5D
(58,62,93)
#353854
(53,56,84)
#30324B
(48,50,75)
#2B2C42
(43,44,66)
#262639
(38,38,57)
#212030
(33,32,48)
#1C1A27
(28,26,39)
#17141E
(23,20,30)
#120E15
(18,14,21)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #3F4466

#3F4466
(63,68,102)
#505573
(80,85,115)
#616680
(97,102,128)
#72778D
(114,119,141)
#83889A
(131,136,154)
#9499A7
(148,153,167)
#A5AAB4
(165,170,180)
#B6BBC1
(182,187,193)
#C7CCCE
(199,204,206)
#D8DDDB
(216,221,219)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4466 color. Also use rgb(63,68,102) instead hex code.

Text Font Color

.myTextColor { color: #3F4466; }

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

This text font color is #3F4466.


Background Color

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

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

This div background color is #3F4466.


Border color

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

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

This div border color is #3F4466.


Opacity

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

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

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

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

This text has shadow with #3F4466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4466 on black background.


Color preview on white background

This text has color #3F4466 on white background.



Black color preview on #3F4466 background

This text has black color on #3F4466 background.


White color preview on #3F4466 background

This text has white color on #3F4466 background.