COLOR #3F005E

HEX: #3F005E
RGB: (63,0,94)

Color info

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

RGB color model

#3F005E color RGB value is (63,0,94).

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

RGB channels and saturation

R 63 of 255 = 25%
G 0 of 255 = 0%
B 94 of 255 = 37%

63
0
94

R + G + B ~ 21%. #3F005E is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 0 + 94 = 157 (100%)
R 63 of 157 ~ 40.13%
G 0 of 157 ~ 0%
B 94 of 157 ~ 59.87%

%40.13
%59.87

CMYK color model

#3F005E color CMYK value is (33,100,0,63).

  • cyan value is 32.98%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(33,100,0,63)
C33M100Y0K63 
(33%,100%,0%,63%)
(0.33/1.00/0.00/0.63)	

CMYK percentages

%32.98
%100
%0
%63.14

Codes

Color #3F005E in popluar color models

3F005E
RGB63094
HSL280°100.00%18.43%
HSB/HSV280°100.00%36.86%
CMYK32.98%100.00%0.00%
63.14%

Color #3F005E in popluar number systems.

HEX3F005E
Decimal63094
Binary11111101011110
Octal770136

Shades and tints

Shades of #3F005E

#3F005E
(63,0,94)
#3A0056
(58,0,86)
#35004E
(53,0,78)
#300046
(48,0,70)
#2B003E
(43,0,62)
#260036
(38,0,54)
#21002E
(33,0,46)
#1C0026
(28,0,38)
#17001E
(23,0,30)
#120016
(18,0,22)
#0D000E
(13,0,14)
#000000
(0,0,0)

Tints of #3F005E

#3F005E
(63,0,94)
#50176C
(80,23,108)
#612E7A
(97,46,122)
#724588
(114,69,136)
#835C96
(131,92,150)
#9473A4
(148,115,164)
#A58AB2
(165,138,178)
#B6A1C0
(182,161,192)
#C7B8CE
(199,184,206)
#D8CFDC
(216,207,220)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F005E; }

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

This text font color is #3F005E.


Background Color

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

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

This div background color is #3F005E.


Border color

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

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

This div border color is #3F005E.


Opacity

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

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

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

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

This text has shadow with #3F005E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F005E on black background.


Color preview on white background

This text has color #3F005E on white background.



Black color preview on #3F005E background

This text has black color on #3F005E background.


White color preview on #3F005E background

This text has white color on #3F005E background.