COLOR #3F3969

HEX: #3F3969
RGB: (63,57,105)

Color info

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

RGB color model

#3F3969 color RGB value is (63,57,105).

  • red value is 63;
  • green value is 57;
  • blue value is 105.
RGB:
(63,57,105)
(25%,22%,41%)

RGB channels and saturation

R 63 of 255 = 25%
G 57 of 255 = 22%
B 105 of 255 = 41%

63
57
105

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

Portions of RGB colors in percentages

R + G + B =
63 + 57 + 105 = 225 (100%)
R 63 of 225 ~ 28%
G 57 of 225 ~ 25.33%
B 105 of 225 ~ 46.67%

%28
%25.33
%46.67

CMYK color model

#3F3969 color CMYK value is (40,46,0,59).

  • cyan value is 40.00%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(40,46,0,59)
C40M46Y0K59 
(40%,46%,0%,59%)
(0.40/0.46/0.00/0.59)	

CMYK percentages

%40
%45.71
%0
%58.82

Codes

Color #3F3969 in popluar color models

3F3969
RGB6357105
HSL248°29.63%31.76%
HSB/HSV248°45.71%41.18%
CMYK40.00%45.71%0.00%
58.82%

Color #3F3969 in popluar number systems.

HEX3F3969
Decimal6357105
Binary1111111110011101001
Octal7771151

Shades and tints

Shades of #3F3969

#3F3969
(63,57,105)
#3A3460
(58,52,96)
#352F57
(53,47,87)
#302A4E
(48,42,78)
#2B2545
(43,37,69)
#26203C
(38,32,60)
#211B33
(33,27,51)
#1C162A
(28,22,42)
#171121
(23,17,33)
#120C18
(18,12,24)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #3F3969

#3F3969
(63,57,105)
#504B76
(80,75,118)
#615D83
(97,93,131)
#726F90
(114,111,144)
#83819D
(131,129,157)
#9493AA
(148,147,170)
#A5A5B7
(165,165,183)
#B6B7C4
(182,183,196)
#C7C9D1
(199,201,209)
#D8DBDE
(216,219,222)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3969; }

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

This text font color is #3F3969.


Background Color

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

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

This div background color is #3F3969.


Border color

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

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

This div border color is #3F3969.


Opacity

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

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

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

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

This text has shadow with #3F3969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3969 on black background.


Color preview on white background

This text has color #3F3969 on white background.



Black color preview on #3F3969 background

This text has black color on #3F3969 background.


White color preview on #3F3969 background

This text has white color on #3F3969 background.