COLOR #3F0350

HEX: #3F0350
RGB: (63,3,80)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 63 of 255 = 25%
G 3 of 255 = 1%
B 80 of 255 = 31%

63
3
80

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

Portions of RGB colors in percentages

R + G + B =
63 + 3 + 80 = 146 (100%)
R 63 of 146 ~ 43.15%
G 3 of 146 ~ 2.05%
B 80 of 146 ~ 54.79%

%43.15
%54.79

CMYK color model

#3F0350 color CMYK value is (21,96,0,69).

  • cyan value is 21.25%
  • magenta value is 96.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(21,96,0,69)
C21M96Y0K69 
(21%,96%,0%,69%)
(0.21/0.96/0.00/0.69)	

CMYK percentages

%21.25
%96.25
%0
%68.63

Codes

Color #3F0350 in popluar color models

3F0350
RGB63380
HSL287°92.77%16.27%
HSB/HSV287°96.25%31.37%
CMYK21.25%96.25%0.00%
68.63%

Color #3F0350 in popluar number systems.

HEX3F0350
Decimal63380
Binary111111111010000
Octal773120

Shades and tints

Shades of #3F0350

#3F0350
(63,3,80)
#3A0349
(58,3,73)
#350342
(53,3,66)
#30033B
(48,3,59)
#2B0334
(43,3,52)
#26032D
(38,3,45)
#210326
(33,3,38)
#1C031F
(28,3,31)
#170318
(23,3,24)
#120311
(18,3,17)
#0D030A
(13,3,10)
#000000
(0,0,0)

Tints of #3F0350

#3F0350
(63,3,80)
#50195F
(80,25,95)
#612F6E
(97,47,110)
#72457D
(114,69,125)
#835B8C
(131,91,140)
#94719B
(148,113,155)
#A587AA
(165,135,170)
#B69DB9
(182,157,185)
#C7B3C8
(199,179,200)
#D8C9D7
(216,201,215)
#E9DFE6
(233,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F0350; }

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

This text font color is #3F0350.


Background Color

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

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

This div background color is #3F0350.


Border color

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

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

This div border color is #3F0350.


Opacity

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

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

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

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

This text has shadow with #3F0350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F0350 on black background.


Color preview on white background

This text has color #3F0350 on white background.



Black color preview on #3F0350 background

This text has black color on #3F0350 background.


White color preview on #3F0350 background

This text has white color on #3F0350 background.