COLOR #3B1347

HEX: #3B1347 RGB: (59,19,71)

Color info

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

RGB color model

#3B1347 color RGB value is (59,19,71).

RGB: (59,19,71) (23%, 7%, 28%)

RGB channels and saturation

R 59 of 255 = 23%
G 19 of 255 = 7%
B 71 of 255 = 28%

59
19
71

R + G + B ~ 19%. #3B1347 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 19 + 71 = 149 (100%)
R 59 of 149 ~ 39.6%
G 19 of 149 ~ 12.75%
B 71 of 149 ~ 47.65'%

%39.6
%12.75
%47.65

CMYK color model

#3B1347 color CMYK value is (17,73,0,72).

  • cyan value is 16.90%
  • magenta value is 73.24%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (17,73,0,72)
C17M73Y0K72 (17%, 73%, 0%, 72%)
(0.17 / 0.73 / 0.00 / 0.72)

CMYK percentages

%16.9
%73.24
%0
%72.16

Codes

Color #3B1347 in popluar color models

3B 13 47
RGB 59 19 71
HSL 286° 57.78% 17.65%
HSB/HSV 286° 73.24% 27.84%
CMYK 16.90% 73.24% 0.00%
72.16%

Color #3B1347 in popluar number systems.

HEX 3B 13 47
Decimal 59 19 71
Binary 111011 10011 1000111
Octal 73 23 107

Shades and tints

Shades of #3B1347

#3B1347
(59,19,71)
#361241
(54,18,65)
#31113B
(49,17,59)
#2C1035
(44,16,53)
#270F2F
(39,15,47)
#220E29
(34,14,41)
#1D0D23
(29,13,35)
#180C1D
(24,12,29)
#130B17
(19,11,23)
#0E0A11
(14,10,17)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #3B1347

#3B1347
(59,19,71)
#4C2857
(76,40,87)
#5D3D67
(93,61,103)
#6E5277
(110,82,119)
#7F6787
(127,103,135)
#907C97
(144,124,151)
#A191A7
(161,145,167)
#B2A6B7
(178,166,183)
#C3BBC7
(195,187,199)
#D4D0D7
(212,208,215)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B1347 color. Also use rgb(59,19,71) instead hex code.

Text Font Color

.myTextColor { color: #3B1347; }

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

This text font color is #3B1347.

Background Color

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

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

This div background color is #3B1347.

Border color

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

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

This div border color is #3B1347.

Opacity

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

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

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

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

This text has shadow with #3B1347 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B1347.

Preview

Color preview on black background

This text has color #3B1347 on black background.


Color preview on white background

This text has color #3B1347 on white background.


Black color preview on #3B1347 background

This text has black color on #3B1347 background.


White color preview on #3B1347 background

This text has white color on #3B1347 background.


Related colors

Complementary color

Complementary color for #hex is #C4ECB8.


I love getcolorcode.com

Triadic colors

1 #473B13 and #13473B with #3B1347 are triadic colors.

2 #47133B and #133B47 with #3B1347 are triadic colors.