COLOR #3F0E48

HEX: #3F0E48
RGB: (63,14,72)

Color info

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

RGB color model

#3F0E48 color RGB value is (63,14,72).

  • red value is 63;
  • green value is 14;
  • blue value is 72.
RGB:
(63,14,72)
(25%,5%,28%)

RGB channels and saturation

R 63 of 255 = 25%
G 14 of 255 = 5%
B 72 of 255 = 28%

63
14
72

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

Portions of RGB colors in percentages

R + G + B =
63 + 14 + 72 = 149 (100%)
R 63 of 149 ~ 42.28%
G 14 of 149 ~ 9.4%
B 72 of 149 ~ 48.32%

%42.28
%48.32

CMYK color model

#3F0E48 color CMYK value is (13,81,0,72).

  • cyan value is 12.50%
  • magenta value is 80.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(13,81,0,72)
C13M81Y0K72 
(13%,81%,0%,72%)
(0.13/0.81/0.00/0.72)	

CMYK percentages

%12.5
%80.56
%0
%71.76

Codes

Color #3F0E48 in popluar color models

3F0E48
RGB631472
HSL291°67.44%16.86%
HSB/HSV291°80.56%28.24%
CMYK12.50%80.56%0.00%
71.76%

Color #3F0E48 in popluar number systems.

HEX3F0E48
Decimal631472
Binary11111111101001000
Octal7716110

Shades and tints

Shades of #3F0E48

#3F0E48
(63,14,72)
#3A0D42
(58,13,66)
#350C3C
(53,12,60)
#300B36
(48,11,54)
#2B0A30
(43,10,48)
#26092A
(38,9,42)
#210824
(33,8,36)
#1C071E
(28,7,30)
#170618
(23,6,24)
#120512
(18,5,18)
#0D040C
(13,4,12)
#000000
(0,0,0)

Tints of #3F0E48

#3F0E48
(63,14,72)
#502358
(80,35,88)
#613868
(97,56,104)
#724D78
(114,77,120)
#836288
(131,98,136)
#947798
(148,119,152)
#A58CA8
(165,140,168)
#B6A1B8
(182,161,184)
#C7B6C8
(199,182,200)
#D8CBD8
(216,203,216)
#E9E0E8
(233,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F0E48; }

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

This text font color is #3F0E48.


Background Color

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

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

This div background color is #3F0E48.


Border color

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

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

This div border color is #3F0E48.


Opacity

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

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

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

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

This text has shadow with #3F0E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F0E48 on black background.


Color preview on white background

This text has color #3F0E48 on white background.



Black color preview on #3F0E48 background

This text has black color on #3F0E48 background.


White color preview on #3F0E48 background

This text has white color on #3F0E48 background.