COLOR #3F3F5B

HEX: #3F3F5B
RGB: (63,63,91)

Color info

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

RGB color model

#3F3F5B color RGB value is (63,63,91).

  • red value is 63;
  • green value is 63;
  • blue value is 91.
RGB:
(63,63,91)
(25%,25%,36%)

RGB channels and saturation

R 63 of 255 = 25%
G 63 of 255 = 25%
B 91 of 255 = 36%

63
63
91

R + G + B ~ 29%. #3F3F5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 63 + 91 = 217 (100%)
R 63 of 217 ~ 29.03%
G 63 of 217 ~ 29.03%
B 91 of 217 ~ 41.94%

%29.03
%29.03
%41.94

CMYK color model

#3F3F5B color CMYK value is (31,31,0,64).

  • cyan value is 30.77%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(31,31,0,64)
C31M31Y0K64 
(31%,31%,0%,64%)
(0.31/0.31/0.00/0.64)	

CMYK percentages

%30.77
%30.77
%0
%64.31

Codes

Color #3F3F5B in popluar color models

3F3F5B
RGB636391
HSL240°18.18%30.20%
HSB/HSV240°30.77%35.69%
CMYK30.77%30.77%0.00%
64.31%

Color #3F3F5B in popluar number systems.

HEX3F3F5B
Decimal636391
Binary1111111111111011011
Octal7777133

Shades and tints

Shades of #3F3F5B

#3F3F5B
(63,63,91)
#3A3A53
(58,58,83)
#35354B
(53,53,75)
#303043
(48,48,67)
#2B2B3B
(43,43,59)
#262633
(38,38,51)
#21212B
(33,33,43)
#1C1C23
(28,28,35)
#17171B
(23,23,27)
#121213
(18,18,19)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #3F3F5B

#3F3F5B
(63,63,91)
#505069
(80,80,105)
#616177
(97,97,119)
#727285
(114,114,133)
#838393
(131,131,147)
#9494A1
(148,148,161)
#A5A5AF
(165,165,175)
#B6B6BD
(182,182,189)
#C7C7CB
(199,199,203)
#D8D8D9
(216,216,217)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3F5B; }

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

This text font color is #3F3F5B.


Background Color

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

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

This div background color is #3F3F5B.


Border color

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

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

This div border color is #3F3F5B.


Opacity

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

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

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

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

This text has shadow with #3F3F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3F5B on black background.


Color preview on white background

This text has color #3F3F5B on white background.



Black color preview on #3F3F5B background

This text has black color on #3F3F5B background.


White color preview on #3F3F5B background

This text has white color on #3F3F5B background.