COLOR #321A46

HEX: #321A46
RGB: (50,26,70)

Color info

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

RGB color model

#321A46 color RGB value is (50,26,70).

  • red value is 50;
  • green value is 26;
  • blue value is 70.
RGB:
(50,26,70)
(20%,10%,27%)

RGB channels and saturation

R 50 of 255 = 20%
G 26 of 255 = 10%
B 70 of 255 = 27%

50
26
70

R + G + B ~ 19%. #321A46 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 26 + 70 = 146 (100%)
R 50 of 146 ~ 34.25%
G 26 of 146 ~ 17.81%
B 70 of 146 ~ 47.95%

%34.25
%17.81
%47.95

CMYK color model

#321A46 color CMYK value is (29,63,0,73).

  • cyan value is 28.57%
  • magenta value is 62.86%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(29,63,0,73)
C29M63Y0K73 
(29%,63%,0%,73%)
(0.29/0.63/0.00/0.73)	

CMYK percentages

%28.57
%62.86
%0
%72.55

Codes

Color #321A46 in popluar color models

321A46
RGB502670
HSL273°45.83%18.82%
HSB/HSV273°62.86%27.45%
CMYK28.57%62.86%0.00%
72.55%

Color #321A46 in popluar number systems.

HEX321A46
Decimal502670
Binary110010110101000110
Octal6232106

Shades and tints

Shades of #321A46

#321A46
(50,26,70)
#2E1840
(46,24,64)
#2A163A
(42,22,58)
#261434
(38,20,52)
#22122E
(34,18,46)
#1E1028
(30,16,40)
#1A0E22
(26,14,34)
#160C1C
(22,12,28)
#120A16
(18,10,22)
#0E0810
(14,8,16)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #321A46

#321A46
(50,26,70)
#442E56
(68,46,86)
#564266
(86,66,102)
#685676
(104,86,118)
#7A6A86
(122,106,134)
#8C7E96
(140,126,150)
#9E92A6
(158,146,166)
#B0A6B6
(176,166,182)
#C2BAC6
(194,186,198)
#D4CED6
(212,206,214)
#E6E2E6
(230,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321A46 color. Also use rgb(50,26,70) instead hex code.

Text Font Color

.myTextColor { color: #321A46; }

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

This text font color is #321A46.


Background Color

.myBgColor { background-color: #321A46; }

<div style="background-color:#321A46">Inner text</div>

This div background color is #321A46.


Border color

.myBorderColor { border: 1px solid #321A46; }

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

This div border color is #321A46.


Opacity

.myOpacity80 { color: #321A46; opacity: 0.8; }

<p style="color:#321A46;opacity:0.8;">80%</p>

Text with #321A46 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 #321A46;}

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

This text has shadow with #321A46 color.

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

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

This text has shadow with #321A46 primary color and red secondary color.


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

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

This text has shadow with #321A46 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321A46 on black background.


Color preview on white background

This text has color #321A46 on white background.



Black color preview on #321A46 background

This text has black color on #321A46 background.


White color preview on #321A46 background

This text has white color on #321A46 background.