COLOR #3F3A6C

HEX: #3F3A6C
RGB: (63,58,108)

Color info

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

RGB color model

#3F3A6C color RGB value is (63,58,108).

  • red value is 63;
  • green value is 58;
  • blue value is 108.
RGB:
(63,58,108)
(25%,23%,42%)

RGB channels and saturation

R 63 of 255 = 25%
G 58 of 255 = 23%
B 108 of 255 = 42%

63
58
108

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

Portions of RGB colors in percentages

R + G + B =
63 + 58 + 108 = 229 (100%)
R 63 of 229 ~ 27.51%
G 58 of 229 ~ 25.33%
B 108 of 229 ~ 47.16%

%27.51
%25.33
%47.16

CMYK color model

#3F3A6C color CMYK value is (42,46,0,58).

  • cyan value is 41.67%
  • magenta value is 46.30%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(42,46,0,58)
C42M46Y0K58 
(42%,46%,0%,58%)
(0.42/0.46/0.00/0.58)	

CMYK percentages

%41.67
%46.3
%0
%57.65

Codes

Color #3F3A6C in popluar color models

3F3A6C
RGB6358108
HSL246°30.12%32.55%
HSB/HSV246°46.30%42.35%
CMYK41.67%46.30%0.00%
57.65%

Color #3F3A6C in popluar number systems.

HEX3F3A6C
Decimal6358108
Binary1111111110101101100
Octal7772154

Shades and tints

Shades of #3F3A6C

#3F3A6C
(63,58,108)
#3A3563
(58,53,99)
#35305A
(53,48,90)
#302B51
(48,43,81)
#2B2648
(43,38,72)
#26213F
(38,33,63)
#211C36
(33,28,54)
#1C172D
(28,23,45)
#171224
(23,18,36)
#120D1B
(18,13,27)
#0D0812
(13,8,18)
#000000
(0,0,0)

Tints of #3F3A6C

#3F3A6C
(63,58,108)
#504B79
(80,75,121)
#615C86
(97,92,134)
#726D93
(114,109,147)
#837EA0
(131,126,160)
#948FAD
(148,143,173)
#A5A0BA
(165,160,186)
#B6B1C7
(182,177,199)
#C7C2D4
(199,194,212)
#D8D3E1
(216,211,225)
#E9E4EE
(233,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3A6C; }

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

This text font color is #3F3A6C.


Background Color

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

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

This div background color is #3F3A6C.


Border color

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

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

This div border color is #3F3A6C.


Opacity

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

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

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

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

This text has shadow with #3F3A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3A6C on black background.


Color preview on white background

This text has color #3F3A6C on white background.



Black color preview on #3F3A6C background

This text has black color on #3F3A6C background.


White color preview on #3F3A6C background

This text has white color on #3F3A6C background.