COLOR #3B1649

HEX: #3B1649 RGB: (59,22,73)

Color info

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

RGB color model

#3B1649 color RGB value is (59,22,73).

RGB: (59,22,73) (23%, 9%, 29%)

RGB channels and saturation

R 59 of 255 = 23%
G 22 of 255 = 9%
B 73 of 255 = 29%

59
22
73

R + G + B ~ 20%. #3B1649 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 22 + 73 = 154 (100%)
R 59 of 154 ~ 38.31%
G 22 of 154 ~ 14.29%
B 73 of 154 ~ 47.4'%

%38.31
%14.29
%47.4

CMYK color model

#3B1649 color CMYK value is (19,70,0,71).

  • cyan value is 19.18%
  • magenta value is 69.86%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (19,70,0,71)
C19M70Y0K71 (19%, 70%, 0%, 71%)
(0.19 / 0.70 / 0.00 / 0.71)

CMYK percentages

%19.18
%69.86
%0
%71.37

Codes

Color #3B1649 in popluar color models

3B 16 49
RGB 59 22 73
HSL 284° 53.68% 18.63%
HSB/HSV 284° 69.86% 28.63%
CMYK 19.18% 69.86% 0.00%
71.37%

Color #3B1649 in popluar number systems.

HEX 3B 16 49
Decimal 59 22 73
Binary 111011 10110 1001001
Octal 73 26 111

Shades and tints

Shades of #3B1649

#3B1649
(59,22,73)
#361443
(54,20,67)
#31123D
(49,18,61)
#2C1037
(44,16,55)
#270E31
(39,14,49)
#220C2B
(34,12,43)
#1D0A25
(29,10,37)
#18081F
(24,8,31)
#130619
(19,6,25)
#0E0413
(14,4,19)
#09020D
(9,2,13)
#000000
(0,0,0)

Tints of #3B1649

#3B1649
(59,22,73)
#4C2B59
(76,43,89)
#5D4069
(93,64,105)
#6E5579
(110,85,121)
#7F6A89
(127,106,137)
#907F99
(144,127,153)
#A194A9
(161,148,169)
#B2A9B9
(178,169,185)
#C3BEC9
(195,190,201)
#D4D3D9
(212,211,217)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1649; }

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

This text font color is #3B1649.

Background Color

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

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

This div background color is #3B1649.

Border color

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

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

This div border color is #3B1649.

Opacity

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

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

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

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

This text has shadow with #3B1649 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B1649.

Preview

Color preview on black background

This text has color #3B1649 on black background.


Color preview on white background

This text has color #3B1649 on white background.


Black color preview on #3B1649 background

This text has black color on #3B1649 background.


White color preview on #3B1649 background

This text has white color on #3B1649 background.


Related colors

Complementary color

Complementary color for #hex is #C4E9B6.


I love getcolorcode.com

Triadic colors

1 #493B16 and #16493B with #3B1649 are triadic colors.

2 #49163B and #163B49 with #3B1649 are triadic colors.