COLOR #3F3C71

HEX: #3F3C71
RGB: (63,60,113)

Color info

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

RGB color model

#3F3C71 color RGB value is (63,60,113).

  • red value is 63;
  • green value is 60;
  • blue value is 113.
RGB:
(63,60,113)
(25%,24%,44%)

RGB channels and saturation

R 63 of 255 = 25%
G 60 of 255 = 24%
B 113 of 255 = 44%

63
60
113

R + G + B ~ 31%. #3F3C71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 60 + 113 = 236 (100%)
R 63 of 236 ~ 26.69%
G 60 of 236 ~ 25.42%
B 113 of 236 ~ 47.88%

%26.69
%25.42
%47.88

CMYK color model

#3F3C71 color CMYK value is (44,47,0,56).

  • cyan value is 44.25%
  • magenta value is 46.90%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(44,47,0,56)
C44M47Y0K56 
(44%,47%,0%,56%)
(0.44/0.47/0.00/0.56)	

CMYK percentages

%44.25
%46.9
%0
%55.69

Codes

Color #3F3C71 in popluar color models

3F3C71
RGB6360113
HSL243°30.64%33.92%
HSB/HSV243°46.90%44.31%
CMYK44.25%46.90%0.00%
55.69%

Color #3F3C71 in popluar number systems.

HEX3F3C71
Decimal6360113
Binary1111111111001110001
Octal7774161

Shades and tints

Shades of #3F3C71

#3F3C71
(63,60,113)
#3A3767
(58,55,103)
#35325D
(53,50,93)
#302D53
(48,45,83)
#2B2849
(43,40,73)
#26233F
(38,35,63)
#211E35
(33,30,53)
#1C192B
(28,25,43)
#171421
(23,20,33)
#120F17
(18,15,23)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #3F3C71

#3F3C71
(63,60,113)
#504D7D
(80,77,125)
#615E89
(97,94,137)
#726F95
(114,111,149)
#8380A1
(131,128,161)
#9491AD
(148,145,173)
#A5A2B9
(165,162,185)
#B6B3C5
(182,179,197)
#C7C4D1
(199,196,209)
#D8D5DD
(216,213,221)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3C71; }

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

This text font color is #3F3C71.


Background Color

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

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

This div background color is #3F3C71.


Border color

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

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

This div border color is #3F3C71.


Opacity

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

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

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

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

This text has shadow with #3F3C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3C71 on black background.


Color preview on white background

This text has color #3F3C71 on white background.



Black color preview on #3F3C71 background

This text has black color on #3F3C71 background.


White color preview on #3F3C71 background

This text has white color on #3F3C71 background.