COLOR #3F0048

HEX: #3F0048
RGB: (63,0,72)

Color info

#3F0048 contains only red and blue colors. Web safe color of #3F0048 is #330033 (or #303).

RGB color model

#3F0048 color RGB value is (63,0,72).

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

RGB channels and saturation

R 63 of 255 = 25%
G 0 of 255 = 0%
B 72 of 255 = 28%

63
0
72

R + G + B ~ 18%. #3F0048 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 0 + 72 = 135 (100%)
R 63 of 135 ~ 46.67%
G 0 of 135 ~ 0%
B 72 of 135 ~ 53.33%

%46.67
%53.33

CMYK color model

#3F0048 color CMYK value is (13,100,0,72).

  • cyan value is 12.50%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(13,100,0,72)
C13M100Y0K72 
(13%,100%,0%,72%)
(0.13/1.00/0.00/0.72)	

CMYK percentages

%12.5
%100
%0
%71.76

Codes

Color #3F0048 in popluar color models

3F0048
RGB63072
HSL293°100.00%14.12%
HSB/HSV293°100.00%28.24%
CMYK12.50%100.00%0.00%
71.76%

Color #3F0048 in popluar number systems.

HEX3F0048
Decimal63072
Binary11111101001000
Octal770110

Shades and tints

Shades of #3F0048

#3F0048
(63,0,72)
#3A0042
(58,0,66)
#35003C
(53,0,60)
#300036
(48,0,54)
#2B0030
(43,0,48)
#26002A
(38,0,42)
#210024
(33,0,36)
#1C001E
(28,0,30)
#170018
(23,0,24)
#120012
(18,0,18)
#0D000C
(13,0,12)
#000000
(0,0,0)

Tints of #3F0048

#3F0048
(63,0,72)
#501758
(80,23,88)
#612E68
(97,46,104)
#724578
(114,69,120)
#835C88
(131,92,136)
#947398
(148,115,152)
#A58AA8
(165,138,168)
#B6A1B8
(182,161,184)
#C7B8C8
(199,184,200)
#D8CFD8
(216,207,216)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F0048; }

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

This text font color is #3F0048.


Background Color

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

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

This div background color is #3F0048.


Border color

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

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

This div border color is #3F0048.


Opacity

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

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

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

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

This text has shadow with #3F0048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F0048 on black background.


Color preview on white background

This text has color #3F0048 on white background.



Black color preview on #3F0048 background

This text has black color on #3F0048 background.


White color preview on #3F0048 background

This text has white color on #3F0048 background.