COLOR #3F246A

HEX: #3F246A
RGB: (63,36,106)

Color info

#3F246A contains mainly red and blue colors. Web safe color of #3F246A is #333366 (or #336).

RGB color model

#3F246A color RGB value is (63,36,106).

  • red value is 63;
  • green value is 36;
  • blue value is 106.
RGB:
(63,36,106)
(25%,14%,42%)

RGB channels and saturation

R 63 of 255 = 25%
G 36 of 255 = 14%
B 106 of 255 = 42%

63
36
106

R + G + B ~ 27%. #3F246A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 36 + 106 = 205 (100%)
R 63 of 205 ~ 30.73%
G 36 of 205 ~ 17.56%
B 106 of 205 ~ 51.71%

%30.73
%17.56
%51.71

CMYK color model

#3F246A color CMYK value is (41,66,0,58).

  • cyan value is 40.57%
  • magenta value is 66.04%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(41,66,0,58)
C41M66Y0K58 
(41%,66%,0%,58%)
(0.41/0.66/0.00/0.58)	

CMYK percentages

%40.57
%66.04
%0
%58.43

Codes

Color #3F246A in popluar color models

3F246A
RGB6336106
HSL263°49.30%27.84%
HSB/HSV263°66.04%41.57%
CMYK40.57%66.04%0.00%
58.43%

Color #3F246A in popluar number systems.

HEX3F246A
Decimal6336106
Binary1111111001001101010
Octal7744152

Shades and tints

Shades of #3F246A

#3F246A
(63,36,106)
#3A2161
(58,33,97)
#351E58
(53,30,88)
#301B4F
(48,27,79)
#2B1846
(43,24,70)
#26153D
(38,21,61)
#211234
(33,18,52)
#1C0F2B
(28,15,43)
#170C22
(23,12,34)
#120919
(18,9,25)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #3F246A

#3F246A
(63,36,106)
#503777
(80,55,119)
#614A84
(97,74,132)
#725D91
(114,93,145)
#83709E
(131,112,158)
#9483AB
(148,131,171)
#A596B8
(165,150,184)
#B6A9C5
(182,169,197)
#C7BCD2
(199,188,210)
#D8CFDF
(216,207,223)
#E9E2EC
(233,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F246A; }

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

This text font color is #3F246A.


Background Color

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

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

This div background color is #3F246A.


Border color

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

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

This div border color is #3F246A.


Opacity

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

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

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

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

This text has shadow with #3F246A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F246A on black background.


Color preview on white background

This text has color #3F246A on white background.



Black color preview on #3F246A background

This text has black color on #3F246A background.


White color preview on #3F246A background

This text has white color on #3F246A background.