COLOR #3F0149

HEX: #3F0149 RGB: (63,1,73)

Color info

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

RGB color model

#3F0149 color RGB value is (63,1,73).

RGB: (63,1,73) (25%, 0%, 29%)

RGB channels and saturation

R 63 of 255 = 25%
G 1 of 255 = 0%
B 73 of 255 = 29%

63
1
73

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

Portions of RGB colors in percentages

R + G + B = 63 + 1 + 73 = 137 (100%)
R 63 of 137 ~ 45.99%
G 1 of 137 ~ 0.73%
B 73 of 137 ~ 53.28'%

%45.99
%53.28

CMYK color model

#3F0149 color CMYK value is (14,99,0,71).

  • cyan value is 13.70%
  • magenta value is 98.63%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (14,99,0,71)
C14M99Y0K71 (14%, 99%, 0%, 71%)
(0.14 / 0.99 / 0.00 / 0.71)

CMYK percentages

%13.7
%98.63
%0
%71.37

Codes

Color #3F0149 in popluar color models

3F 01 49
RGB 63 1 73
HSL 292° 97.30% 14.51%
HSB/HSV 292° 98.63% 28.63%
CMYK 13.70% 98.63% 0.00%
71.37%

Color #3F0149 in popluar number systems.

HEX 3F 01 49
Decimal 63 1 73
Binary 111111 1 1001001
Octal 77 1 111

Shades and tints

Shades of #3F0149

#3F0149
(63,1,73)
#3A0143
(58,1,67)
#35013D
(53,1,61)
#300137
(48,1,55)
#2B0131
(43,1,49)
#26012B
(38,1,43)
#210125
(33,1,37)
#1C011F
(28,1,31)
#170119
(23,1,25)
#120113
(18,1,19)
#0D010D
(13,1,13)
#000000
(0,0,0)

Tints of #3F0149

#3F0149
(63,1,73)
#501859
(80,24,89)
#612F69
(97,47,105)
#724679
(114,70,121)
#835D89
(131,93,137)
#947499
(148,116,153)
#A58BA9
(165,139,169)
#B6A2B9
(182,162,185)
#C7B9C9
(199,185,201)
#D8D0D9
(216,208,217)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F0149; }

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

This text font color is #3F0149.

Background Color

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

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

This div background color is #3F0149.

Border color

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

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

This div border color is #3F0149.

Opacity

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

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

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

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

This text has shadow with #3F0149 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F0149.

Preview

Color preview on black background

This text has color #3F0149 on black background.


Color preview on white background

This text has color #3F0149 on white background.


Black color preview on #3F0149 background

This text has black color on #3F0149 background.


White color preview on #3F0149 background

This text has white color on #3F0149 background.


Related colors

Complementary color

Complementary color for #hex is #C0FEB6.


I love getcolorcode.com

Triadic colors

1 #493F01 and #01493F with #3F0149 are triadic colors.

2 #49013F and #013F49 with #3F0149 are triadic colors.