COLOR #3B216A

HEX: #3B216A
RGB: (59,33,106)

Color info

#3B216A contains mainly red and blue colors. Web safe color of #3B216A is #333366 (or #336).

RGB color model

#3B216A color RGB value is (59,33,106).

  • red value is 59;
  • green value is 33;
  • blue value is 106.
RGB:
(59,33,106)
(23%,13%,42%)

RGB channels and saturation

R 59 of 255 = 23%
G 33 of 255 = 13%
B 106 of 255 = 42%

59
33
106

R + G + B ~ 26%. #3B216A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 33 + 106 = 198 (100%)
R 59 of 198 ~ 29.8%
G 33 of 198 ~ 16.67%
B 106 of 198 ~ 53.54%

%29.8
%16.67
%53.54

CMYK color model

#3B216A color CMYK value is (44,69,0,58).

  • cyan value is 44.34%
  • magenta value is 68.87%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(44,69,0,58)
C44M69Y0K58 
(44%,69%,0%,58%)
(0.44/0.69/0.00/0.58)	

CMYK percentages

%44.34
%68.87
%0
%58.43

Codes

Color #3B216A in popluar color models

3B216A
RGB5933106
HSL261°52.52%27.25%
HSB/HSV261°68.87%41.57%
CMYK44.34%68.87%0.00%
58.43%

Color #3B216A in popluar number systems.

HEX3B216A
Decimal5933106
Binary1110111000011101010
Octal7341152

Shades and tints

Shades of #3B216A

#3B216A
(59,33,106)
#361E61
(54,30,97)
#311B58
(49,27,88)
#2C184F
(44,24,79)
#271546
(39,21,70)
#22123D
(34,18,61)
#1D0F34
(29,15,52)
#180C2B
(24,12,43)
#130922
(19,9,34)
#0E0619
(14,6,25)
#090310
(9,3,16)
#000000
(0,0,0)

Tints of #3B216A

#3B216A
(59,33,106)
#4C3577
(76,53,119)
#5D4984
(93,73,132)
#6E5D91
(110,93,145)
#7F719E
(127,113,158)
#9085AB
(144,133,171)
#A199B8
(161,153,184)
#B2ADC5
(178,173,197)
#C3C1D2
(195,193,210)
#D4D5DF
(212,213,223)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B216A color. Also use rgb(59,33,106) instead hex code.

Text Font Color

.myTextColor { color: #3B216A; }

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

This text font color is #3B216A.


Background Color

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

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

This div background color is #3B216A.


Border color

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

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

This div border color is #3B216A.


Opacity

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

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

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

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

This text has shadow with #3B216A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B216A on black background.


Color preview on white background

This text has color #3B216A on white background.



Black color preview on #3B216A background

This text has black color on #3B216A background.


White color preview on #3B216A background

This text has white color on #3B216A background.