COLOR #3F3D5B

HEX: #3F3D5B
RGB: (63,61,91)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

63
61
91

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

Portions of RGB colors in percentages

R + G + B =
63 + 61 + 91 = 215 (100%)
R 63 of 215 ~ 29.3%
G 61 of 215 ~ 28.37%
B 91 of 215 ~ 42.33%

%29.3
%28.37
%42.33

CMYK color model

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

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

CMYK percentages

%30.77
%32.97
%0
%64.31

Codes

Color #3F3D5B in popluar color models

3F3D5B
RGB636191
HSL244°19.74%29.80%
HSB/HSV244°32.97%35.69%
CMYK30.77%32.97%0.00%
64.31%

Color #3F3D5B in popluar number systems.

HEX3F3D5B
Decimal636191
Binary1111111111011011011
Octal7775133

Shades and tints

Shades of #3F3D5B

#3F3D5B
(63,61,91)
#3A3853
(58,56,83)
#35334B
(53,51,75)
#302E43
(48,46,67)
#2B293B
(43,41,59)
#262433
(38,36,51)
#211F2B
(33,31,43)
#1C1A23
(28,26,35)
#17151B
(23,21,27)
#121013
(18,16,19)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #3F3D5B

#3F3D5B
(63,61,91)
#504E69
(80,78,105)
#615F77
(97,95,119)
#727085
(114,112,133)
#838193
(131,129,147)
#9492A1
(148,146,161)
#A5A3AF
(165,163,175)
#B6B4BD
(182,180,189)
#C7C5CB
(199,197,203)
#D8D6D9
(216,214,217)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3D5B; }

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

This text font color is #3F3D5B.


Background Color

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

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

This div background color is #3F3D5B.


Border color

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

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

This div border color is #3F3D5B.


Opacity

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

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

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

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

This text has shadow with #3F3D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3D5B on black background.


Color preview on white background

This text has color #3F3D5B on white background.



Black color preview on #3F3D5B background

This text has black color on #3F3D5B background.


White color preview on #3F3D5B background

This text has white color on #3F3D5B background.