COLOR #3F3C67

HEX: #3F3C67
RGB: (63,60,103)

Color info

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

RGB color model

#3F3C67 color RGB value is (63,60,103).

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

RGB channels and saturation

R 63 of 255 = 25%
G 60 of 255 = 24%
B 103 of 255 = 40%

63
60
103

R + G + B ~ 30%. #3F3C67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 60 + 103 = 226 (100%)
R 63 of 226 ~ 27.88%
G 60 of 226 ~ 26.55%
B 103 of 226 ~ 45.58%

%27.88
%26.55
%45.58

CMYK color model

#3F3C67 color CMYK value is (39,42,0,60).

  • cyan value is 38.83%
  • magenta value is 41.75%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(39,42,0,60)
C39M42Y0K60 
(39%,42%,0%,60%)
(0.39/0.42/0.00/0.60)	

CMYK percentages

%38.83
%41.75
%0
%59.61

Codes

Color #3F3C67 in popluar color models

3F3C67
RGB6360103
HSL244°26.38%31.96%
HSB/HSV244°41.75%40.39%
CMYK38.83%41.75%0.00%
59.61%

Color #3F3C67 in popluar number systems.

HEX3F3C67
Decimal6360103
Binary1111111111001100111
Octal7774147

Shades and tints

Shades of #3F3C67

#3F3C67
(63,60,103)
#3A375E
(58,55,94)
#353255
(53,50,85)
#302D4C
(48,45,76)
#2B2843
(43,40,67)
#26233A
(38,35,58)
#211E31
(33,30,49)
#1C1928
(28,25,40)
#17141F
(23,20,31)
#120F16
(18,15,22)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #3F3C67

#3F3C67
(63,60,103)
#504D74
(80,77,116)
#615E81
(97,94,129)
#726F8E
(114,111,142)
#83809B
(131,128,155)
#9491A8
(148,145,168)
#A5A2B5
(165,162,181)
#B6B3C2
(182,179,194)
#C7C4CF
(199,196,207)
#D8D5DC
(216,213,220)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3C67; }

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

This text font color is #3F3C67.


Background Color

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

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

This div background color is #3F3C67.


Border color

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

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

This div border color is #3F3C67.


Opacity

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

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

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

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

This text has shadow with #3F3C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3C67 on black background.


Color preview on white background

This text has color #3F3C67 on white background.



Black color preview on #3F3C67 background

This text has black color on #3F3C67 background.


White color preview on #3F3C67 background

This text has white color on #3F3C67 background.