COLOR #3F1649

HEX: #3F1649 RGB: (63,22,73)

Color info

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

RGB color model

#3F1649 color RGB value is (63,22,73).

RGB: (63,22,73) (25%, 9%, 29%)

RGB channels and saturation

R 63 of 255 = 25%
G 22 of 255 = 9%
B 73 of 255 = 29%

63
22
73

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

Portions of RGB colors in percentages

R + G + B = 63 + 22 + 73 = 158 (100%)
R 63 of 158 ~ 39.87%
G 22 of 158 ~ 13.92%
B 73 of 158 ~ 46.2'%

%39.87
%13.92
%46.2

CMYK color model

#3F1649 color CMYK value is (14,70,0,71).

  • cyan value is 13.70%
  • magenta value is 69.86%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK: (14,70,0,71) C14M70Y0K71 (14%,70%,0%,71%) (0.14/0.70/0.00/0.71) 

CMYK percentages

%13.7
%69.86
%0
%71.37

Codes

Color #3F1649 in popluar color models

3F 16 49
RGB 63 22 73
HSL 288° 53.68% 18.63%
HSB/HSV 288° 69.86% 28.63%
CMYK 13.70% 69.86% 0.00%
71.37%

Color #3F1649 in popluar number systems.

HEX 3F 16 49
Decimal 63 22 73
Binary 111111 10110 1001001
Octal 77 26 111

Shades and tints

Shades of #3F1649

#3F1649
(63,22,73)
#3A1443
(58,20,67)
#35123D
(53,18,61)
#301037
(48,16,55)
#2B0E31
(43,14,49)
#260C2B
(38,12,43)
#210A25
(33,10,37)
#1C081F
(28,8,31)
#170619
(23,6,25)
#120413
(18,4,19)
#0D020D
(13,2,13)
#000000
(0,0,0)

Tints of #3F1649

#3F1649
(63,22,73)
#502B59
(80,43,89)
#614069
(97,64,105)
#725579
(114,85,121)
#836A89
(131,106,137)
#947F99
(148,127,153)
#A594A9
(165,148,169)
#B6A9B9
(182,169,185)
#C7BEC9
(199,190,201)
#D8D3D9
(216,211,217)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1649; }

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

This text font color is #3F1649.

Background Color

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

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

This div background color is #3F1649.

Border color

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

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

This div border color is #3F1649.

Opacity

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

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

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

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

This text has shadow with #3F1649 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F1649.

Preview

Color preview on black background

This text has color #3F1649 on black background.


Color preview on white background

This text has color #3F1649 on white background.


Black color preview on #3F1649 background

This text has black color on #3F1649 background.


White color preview on #3F1649 background

This text has white color on #3F1649 background.


Related colors

Complementary color

Complementary color for #hex is #C0E9B6.


I love getcolorcode.com

Triadic colors

1 #493F16 and #16493F with #3F1649 are triadic colors.

2 #49163F and #163F49 with #3F1649 are triadic colors.