COLOR #3F3F6F

HEX: #3F3F6F
RGB: (63,63,111)

Color info

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

RGB color model

#3F3F6F color RGB value is (63,63,111).

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

RGB channels and saturation

R 63 of 255 = 25%
G 63 of 255 = 25%
B 111 of 255 = 44%

63
63
111

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

Portions of RGB colors in percentages

R + G + B =
63 + 63 + 111 = 237 (100%)
R 63 of 237 ~ 26.58%
G 63 of 237 ~ 26.58%
B 111 of 237 ~ 46.84%

%26.58
%26.58
%46.84

CMYK color model

#3F3F6F color CMYK value is (43,43,0,56).

  • cyan value is 43.24%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(43,43,0,56)
C43M43Y0K56 
(43%,43%,0%,56%)
(0.43/0.43/0.00/0.56)	

CMYK percentages

%43.24
%43.24
%0
%56.47

Codes

Color #3F3F6F in popluar color models

3F3F6F
RGB6363111
HSL240°27.59%34.12%
HSB/HSV240°43.24%43.53%
CMYK43.24%43.24%0.00%
56.47%

Color #3F3F6F in popluar number systems.

HEX3F3F6F
Decimal6363111
Binary1111111111111101111
Octal7777157

Shades and tints

Shades of #3F3F6F

#3F3F6F
(63,63,111)
#3A3A65
(58,58,101)
#35355B
(53,53,91)
#303051
(48,48,81)
#2B2B47
(43,43,71)
#26263D
(38,38,61)
#212133
(33,33,51)
#1C1C29
(28,28,41)
#17171F
(23,23,31)
#121215
(18,18,21)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #3F3F6F

#3F3F6F
(63,63,111)
#50507C
(80,80,124)
#616189
(97,97,137)
#727296
(114,114,150)
#8383A3
(131,131,163)
#9494B0
(148,148,176)
#A5A5BD
(165,165,189)
#B6B6CA
(182,182,202)
#C7C7D7
(199,199,215)
#D8D8E4
(216,216,228)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3F6F; }

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

This text font color is #3F3F6F.


Background Color

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

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

This div background color is #3F3F6F.


Border color

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

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

This div border color is #3F3F6F.


Opacity

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

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

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

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

This text has shadow with #3F3F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3F6F on black background.


Color preview on white background

This text has color #3F3F6F on white background.



Black color preview on #3F3F6F background

This text has black color on #3F3F6F background.


White color preview on #3F3F6F background

This text has white color on #3F3F6F background.