COLOR #3B1496

HEX: #3B1496
RGB: (59,20,150)

Color info

#3B1496 contains mainly blue color. Web safe color of #3B1496 is #330099 (or #309).

RGB color model

#3B1496 color RGB value is (59,20,150).

  • red value is 59;
  • green value is 20;
  • blue value is 150.
RGB:
(59,20,150)
(23%,8%,59%)

RGB channels and saturation

R 59 of 255 = 23%
G 20 of 255 = 8%
B 150 of 255 = 59%

59
20
150

R + G + B ~ 30%. #3B1496 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 20 + 150 = 229 (100%)
R 59 of 229 ~ 25.76%
G 20 of 229 ~ 8.73%
B 150 of 229 ~ 65.5%

%25.76
%65.5

CMYK color model

#3B1496 color CMYK value is (61,87,0,41).

  • cyan value is 60.67%
  • magenta value is 86.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(61,87,0,41)
C61M87Y0K41 
(61%,87%,0%,41%)
(0.61/0.87/0.00/0.41)	

CMYK percentages

%60.67
%86.67
%0
%41.18

Codes

Color #3B1496 in popluar color models

3B1496
RGB5920150
HSL258°76.47%33.33%
HSB/HSV258°86.67%58.82%
CMYK60.67%86.67%0.00%
41.18%

Color #3B1496 in popluar number systems.

HEX3B1496
Decimal5920150
Binary1110111010010010110
Octal7324226

Shades and tints

Shades of #3B1496

#3B1496
(59,20,150)
#361389
(54,19,137)
#31127C
(49,18,124)
#2C116F
(44,17,111)
#271062
(39,16,98)
#220F55
(34,15,85)
#1D0E48
(29,14,72)
#180D3B
(24,13,59)
#130C2E
(19,12,46)
#0E0B21
(14,11,33)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #3B1496

#3B1496
(59,20,150)
#4C299F
(76,41,159)
#5D3EA8
(93,62,168)
#6E53B1
(110,83,177)
#7F68BA
(127,104,186)
#907DC3
(144,125,195)
#A192CC
(161,146,204)
#B2A7D5
(178,167,213)
#C3BCDE
(195,188,222)
#D4D1E7
(212,209,231)
#E5E6F0
(229,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B1496 color. Also use rgb(59,20,150) instead hex code.

Text Font Color

.myTextColor { color: #3B1496; }

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

This text font color is #3B1496.


Background Color

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

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

This div background color is #3B1496.


Border color

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

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

This div border color is #3B1496.


Opacity

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

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

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

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

This text has shadow with #3B1496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1496 on black background.


Color preview on white background

This text has color #3B1496 on white background.



Black color preview on #3B1496 background

This text has black color on #3B1496 background.


White color preview on #3B1496 background

This text has white color on #3B1496 background.