COLOR #3F3B5C

HEX: #3F3B5C
RGB: (63,59,92)

Color info

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

RGB color model

#3F3B5C color RGB value is (63,59,92).

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

RGB channels and saturation

R 63 of 255 = 25%
G 59 of 255 = 23%
B 92 of 255 = 36%

63
59
92

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

Portions of RGB colors in percentages

R + G + B =
63 + 59 + 92 = 214 (100%)
R 63 of 214 ~ 29.44%
G 59 of 214 ~ 27.57%
B 92 of 214 ~ 42.99%

%29.44
%27.57
%42.99

CMYK color model

#3F3B5C color CMYK value is (32,36,0,64).

  • cyan value is 31.52%
  • magenta value is 35.87%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(32,36,0,64)
C32M36Y0K64 
(32%,36%,0%,64%)
(0.32/0.36/0.00/0.64)	

CMYK percentages

%31.52
%35.87
%0
%63.92

Codes

Color #3F3B5C in popluar color models

3F3B5C
RGB635992
HSL247°21.85%29.61%
HSB/HSV247°35.87%36.08%
CMYK31.52%35.87%0.00%
63.92%

Color #3F3B5C in popluar number systems.

HEX3F3B5C
Decimal635992
Binary1111111110111011100
Octal7773134

Shades and tints

Shades of #3F3B5C

#3F3B5C
(63,59,92)
#3A3654
(58,54,84)
#35314C
(53,49,76)
#302C44
(48,44,68)
#2B273C
(43,39,60)
#262234
(38,34,52)
#211D2C
(33,29,44)
#1C1824
(28,24,36)
#17131C
(23,19,28)
#120E14
(18,14,20)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #3F3B5C

#3F3B5C
(63,59,92)
#504C6A
(80,76,106)
#615D78
(97,93,120)
#726E86
(114,110,134)
#837F94
(131,127,148)
#9490A2
(148,144,162)
#A5A1B0
(165,161,176)
#B6B2BE
(182,178,190)
#C7C3CC
(199,195,204)
#D8D4DA
(216,212,218)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3B5C; }

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

This text font color is #3F3B5C.


Background Color

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

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

This div background color is #3F3B5C.


Border color

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

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

This div border color is #3F3B5C.


Opacity

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

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

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

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

This text has shadow with #3F3B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3B5C on black background.


Color preview on white background

This text has color #3F3B5C on white background.



Black color preview on #3F3B5C background

This text has black color on #3F3B5C background.


White color preview on #3F3B5C background

This text has white color on #3F3B5C background.