COLOR #3F1849

HEX: #3F1849 RGB: (63,24,73)

Color info

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

RGB color model

#3F1849 color RGB value is (63,24,73).

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

RGB channels and saturation

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

63
24
73

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

Portions of RGB colors in percentages

R + G + B = 63 + 24 + 73 = 160 (100%)
R 63 of 160 ~ 39.38%
G 24 of 160 ~ 15%
B 73 of 160 ~ 45.63'%

%39.38
%15
%45.63

CMYK color model

#3F1849 color CMYK value is (14,67,0,71).

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

CMYK: (14,67,0,71)
C14M67Y0K71 (14%, 67%, 0%, 71%)
(0.14 / 0.67 / 0.00 / 0.71)

CMYK percentages

%13.7
%67.12
%0
%71.37

Codes

Color #3F1849 in popluar color models

3F 18 49
RGB 63 24 73
HSL 288° 50.52% 19.02%
HSB/HSV 288° 67.12% 28.63%
CMYK 13.70% 67.12% 0.00%
71.37%

Color #3F1849 in popluar number systems.

HEX 3F 18 49
Decimal 63 24 73
Binary 111111 11000 1001001
Octal 77 30 111

Shades and tints

Shades of #3F1849

#3F1849
(63,24,73)
#3A1643
(58,22,67)
#35143D
(53,20,61)
#301237
(48,18,55)
#2B1031
(43,16,49)
#260E2B
(38,14,43)
#210C25
(33,12,37)
#1C0A1F
(28,10,31)
#170819
(23,8,25)
#120613
(18,6,19)
#0D040D
(13,4,13)
#000000
(0,0,0)

Tints of #3F1849

#3F1849
(63,24,73)
#502D59
(80,45,89)
#614269
(97,66,105)
#725779
(114,87,121)
#836C89
(131,108,137)
#948199
(148,129,153)
#A596A9
(165,150,169)
#B6ABB9
(182,171,185)
#C7C0C9
(199,192,201)
#D8D5D9
(216,213,217)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1849; }

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

This text font color is #3F1849.

Background Color

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

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

This div background color is #3F1849.

Border color

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

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

This div border color is #3F1849.

Opacity

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

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

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

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

This text has shadow with #3F1849 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F1849.

Preview

Color preview on black background

This text has color #3F1849 on black background.


Color preview on white background

This text has color #3F1849 on white background.


Black color preview on #3F1849 background

This text has black color on #3F1849 background.


White color preview on #3F1849 background

This text has white color on #3F1849 background.


Related colors

Complementary color

Complementary color for #hex is #C0E7B6.


I love getcolorcode.com

Triadic colors

1 #493F18 and #18493F with #3F1849 are triadic colors.

2 #49183F and #183F49 with #3F1849 are triadic colors.