COLOR #3F3B61

HEX: #3F3B61
RGB: (63,59,97)

Color info

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

RGB color model

#3F3B61 color RGB value is (63,59,97).

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

RGB channels and saturation

R 63 of 255 = 25%
G 59 of 255 = 23%
B 97 of 255 = 38%

63
59
97

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

Portions of RGB colors in percentages

R + G + B =
63 + 59 + 97 = 219 (100%)
R 63 of 219 ~ 28.77%
G 59 of 219 ~ 26.94%
B 97 of 219 ~ 44.29%

%28.77
%26.94
%44.29

CMYK color model

#3F3B61 color CMYK value is (35,39,0,62).

  • cyan value is 35.05%
  • magenta value is 39.18%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(35,39,0,62)
C35M39Y0K62 
(35%,39%,0%,62%)
(0.35/0.39/0.00/0.62)	

CMYK percentages

%35.05
%39.18
%0
%61.96

Codes

Color #3F3B61 in popluar color models

3F3B61
RGB635997
HSL246°24.36%30.59%
HSB/HSV246°39.18%38.04%
CMYK35.05%39.18%0.00%
61.96%

Color #3F3B61 in popluar number systems.

HEX3F3B61
Decimal635997
Binary1111111110111100001
Octal7773141

Shades and tints

Shades of #3F3B61

#3F3B61
(63,59,97)
#3A3659
(58,54,89)
#353151
(53,49,81)
#302C49
(48,44,73)
#2B2741
(43,39,65)
#262239
(38,34,57)
#211D31
(33,29,49)
#1C1829
(28,24,41)
#171321
(23,19,33)
#120E19
(18,14,25)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #3F3B61

#3F3B61
(63,59,97)
#504C6F
(80,76,111)
#615D7D
(97,93,125)
#726E8B
(114,110,139)
#837F99
(131,127,153)
#9490A7
(148,144,167)
#A5A1B5
(165,161,181)
#B6B2C3
(182,178,195)
#C7C3D1
(199,195,209)
#D8D4DF
(216,212,223)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3B61; }

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

This text font color is #3F3B61.


Background Color

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

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

This div background color is #3F3B61.


Border color

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

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

This div border color is #3F3B61.


Opacity

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

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

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

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

This text has shadow with #3F3B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3B61 on black background.


Color preview on white background

This text has color #3F3B61 on white background.



Black color preview on #3F3B61 background

This text has black color on #3F3B61 background.


White color preview on #3F3B61 background

This text has white color on #3F3B61 background.