COLOR #3F0050

HEX: #3F0050
RGB: (63,0,80)

Color info

#3F0050 contains only red and blue colors. Web safe color of #3F0050 is #330066 (or #306).

RGB color model

#3F0050 color RGB value is (63,0,80).

  • red value is 63;
  • green value is 0;
  • blue value is 80.
RGB:
(63,0,80)
(25%,0%,31%)

RGB channels and saturation

R 63 of 255 = 25%
G 0 of 255 = 0%
B 80 of 255 = 31%

63
0
80

R + G + B ~ 19%. #3F0050 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 0 + 80 = 143 (100%)
R 63 of 143 ~ 44.06%
G 0 of 143 ~ 0%
B 80 of 143 ~ 55.94%

%44.06
%55.94

CMYK color model

#3F0050 color CMYK value is (21,100,0,69).

  • cyan value is 21.25%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(21,100,0,69)
C21M100Y0K69 
(21%,100%,0%,69%)
(0.21/1.00/0.00/0.69)	

CMYK percentages

%21.25
%100
%0
%68.63

Codes

Color #3F0050 in popluar color models

3F0050
RGB63080
HSL287°100.00%15.69%
HSB/HSV287°100.00%31.37%
CMYK21.25%100.00%0.00%
68.63%

Color #3F0050 in popluar number systems.

HEX3F0050
Decimal63080
Binary11111101010000
Octal770120

Shades and tints

Shades of #3F0050

#3F0050
(63,0,80)
#3A0049
(58,0,73)
#350042
(53,0,66)
#30003B
(48,0,59)
#2B0034
(43,0,52)
#26002D
(38,0,45)
#210026
(33,0,38)
#1C001F
(28,0,31)
#170018
(23,0,24)
#120011
(18,0,17)
#0D000A
(13,0,10)
#000000
(0,0,0)

Tints of #3F0050

#3F0050
(63,0,80)
#50175F
(80,23,95)
#612E6E
(97,46,110)
#72457D
(114,69,125)
#835C8C
(131,92,140)
#94739B
(148,115,155)
#A58AAA
(165,138,170)
#B6A1B9
(182,161,185)
#C7B8C8
(199,184,200)
#D8CFD7
(216,207,215)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F0050; }

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

This text font color is #3F0050.


Background Color

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

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

This div background color is #3F0050.


Border color

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

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

This div border color is #3F0050.


Opacity

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

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

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

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

This text has shadow with #3F0050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F0050 on black background.


Color preview on white background

This text has color #3F0050 on white background.



Black color preview on #3F0050 background

This text has black color on #3F0050 background.


White color preview on #3F0050 background

This text has white color on #3F0050 background.