COLOR #3B214C

HEX: #3B214C
RGB: (59,33,76)

Color info

#3B214C contains red, green and blue colors in about the same proportion. Web safe color of #3B214C is #333333 (or #333).

RGB color model

#3B214C color RGB value is (59,33,76).

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

RGB channels and saturation

R 59 of 255 = 23%
G 33 of 255 = 13%
B 76 of 255 = 30%

59
33
76

R + G + B ~ 22%. #3B214C is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 33 + 76 = 168 (100%)
R 59 of 168 ~ 35.12%
G 33 of 168 ~ 19.64%
B 76 of 168 ~ 45.24%

%35.12
%19.64
%45.24

CMYK color model

#3B214C color CMYK value is (22,57,0,70).

  • cyan value is 22.37%
  • magenta value is 56.58%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(22,57,0,70)
C22M57Y0K70 
(22%,57%,0%,70%)
(0.22/0.57/0.00/0.70)	

CMYK percentages

%22.37
%56.58
%0
%70.2

Codes

Color #3B214C in popluar color models

3B214C
RGB593376
HSL276°39.45%21.37%
HSB/HSV276°56.58%29.80%
CMYK22.37%56.58%0.00%
70.20%

Color #3B214C in popluar number systems.

HEX3B214C
Decimal593376
Binary1110111000011001100
Octal7341114

Shades and tints

Shades of #3B214C

#3B214C
(59,33,76)
#361E46
(54,30,70)
#311B40
(49,27,64)
#2C183A
(44,24,58)
#271534
(39,21,52)
#22122E
(34,18,46)
#1D0F28
(29,15,40)
#180C22
(24,12,34)
#13091C
(19,9,28)
#0E0616
(14,6,22)
#090310
(9,3,16)
#000000
(0,0,0)

Tints of #3B214C

#3B214C
(59,33,76)
#4C355C
(76,53,92)
#5D496C
(93,73,108)
#6E5D7C
(110,93,124)
#7F718C
(127,113,140)
#90859C
(144,133,156)
#A199AC
(161,153,172)
#B2ADBC
(178,173,188)
#C3C1CC
(195,193,204)
#D4D5DC
(212,213,220)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B214C; }

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

This text font color is #3B214C.


Background Color

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

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

This div background color is #3B214C.


Border color

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

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

This div border color is #3B214C.


Opacity

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

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

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

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

This text has shadow with #3B214C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B214C on black background.


Color preview on white background

This text has color #3B214C on white background.



Black color preview on #3B214C background

This text has black color on #3B214C background.


White color preview on #3B214C background

This text has white color on #3B214C background.