COLOR #3F1246

HEX: #3F1246
RGB: (63,18,70)

Color info

#3F1246 contains red, green and blue colors in about the same proportion. Web safe color of #3F1246 is #330033 (or #303).

RGB color model

#3F1246 color RGB value is (63,18,70).

  • red value is 63;
  • green value is 18;
  • blue value is 70.
RGB:
(63,18,70)
(25%,7%,27%)

RGB channels and saturation

R 63 of 255 = 25%
G 18 of 255 = 7%
B 70 of 255 = 27%

63
18
70

R + G + B ~ 20%. #3F1246 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 18 + 70 = 151 (100%)
R 63 of 151 ~ 41.72%
G 18 of 151 ~ 11.92%
B 70 of 151 ~ 46.36%

%41.72
%11.92
%46.36

CMYK color model

#3F1246 color CMYK value is (10,74,0,73).

  • cyan value is 10.00%
  • magenta value is 74.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(10,74,0,73)
C10M74Y0K73 
(10%,74%,0%,73%)
(0.10/0.74/0.00/0.73)	

CMYK percentages

%10
%74.29
%0
%72.55

Codes

Color #3F1246 in popluar color models

3F1246
RGB631870
HSL292°59.09%17.25%
HSB/HSV292°74.29%27.45%
CMYK10.00%74.29%0.00%
72.55%

Color #3F1246 in popluar number systems.

HEX3F1246
Decimal631870
Binary111111100101000110
Octal7722106

Shades and tints

Shades of #3F1246

#3F1246
(63,18,70)
#3A1140
(58,17,64)
#35103A
(53,16,58)
#300F34
(48,15,52)
#2B0E2E
(43,14,46)
#260D28
(38,13,40)
#210C22
(33,12,34)
#1C0B1C
(28,11,28)
#170A16
(23,10,22)
#120910
(18,9,16)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #3F1246

#3F1246
(63,18,70)
#502756
(80,39,86)
#613C66
(97,60,102)
#725176
(114,81,118)
#836686
(131,102,134)
#947B96
(148,123,150)
#A590A6
(165,144,166)
#B6A5B6
(182,165,182)
#C7BAC6
(199,186,198)
#D8CFD6
(216,207,214)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1246; }

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

This text font color is #3F1246.


Background Color

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

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

This div background color is #3F1246.


Border color

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

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

This div border color is #3F1246.


Opacity

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

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

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

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

This text has shadow with #3F1246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F1246 on black background.


Color preview on white background

This text has color #3F1246 on white background.



Black color preview on #3F1246 background

This text has black color on #3F1246 background.


White color preview on #3F1246 background

This text has white color on #3F1246 background.