COLOR #321D53

HEX: #321D53
RGB: (50,29,83)

Color info

#321D53 contains red, green and blue colors in about the same proportion. Web safe color of #321D53 is #333366 (or #336).

RGB color model

#321D53 color RGB value is (50,29,83).

  • red value is 50;
  • green value is 29;
  • blue value is 83.
RGB:
(50,29,83)
(20%,11%,33%)

RGB channels and saturation

R 50 of 255 = 20%
G 29 of 255 = 11%
B 83 of 255 = 33%

50
29
83

R + G + B ~ 21%. #321D53 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 29 + 83 = 162 (100%)
R 50 of 162 ~ 30.86%
G 29 of 162 ~ 17.9%
B 83 of 162 ~ 51.23%

%30.86
%17.9
%51.23

CMYK color model

#321D53 color CMYK value is (40,65,0,67).

  • cyan value is 39.76%
  • magenta value is 65.06%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(40,65,0,67)
C40M65Y0K67 
(40%,65%,0%,67%)
(0.40/0.65/0.00/0.67)	

CMYK percentages

%39.76
%65.06
%0
%67.45

Codes

Color #321D53 in popluar color models

321D53
RGB502983
HSL263°48.21%21.96%
HSB/HSV263°65.06%32.55%
CMYK39.76%65.06%0.00%
67.45%

Color #321D53 in popluar number systems.

HEX321D53
Decimal502983
Binary110010111011010011
Octal6235123

Shades and tints

Shades of #321D53

#321D53
(50,29,83)
#2E1B4C
(46,27,76)
#2A1945
(42,25,69)
#26173E
(38,23,62)
#221537
(34,21,55)
#1E1330
(30,19,48)
#1A1129
(26,17,41)
#160F22
(22,15,34)
#120D1B
(18,13,27)
#0E0B14
(14,11,20)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #321D53

#321D53
(50,29,83)
#443162
(68,49,98)
#564571
(86,69,113)
#685980
(104,89,128)
#7A6D8F
(122,109,143)
#8C819E
(140,129,158)
#9E95AD
(158,149,173)
#B0A9BC
(176,169,188)
#C2BDCB
(194,189,203)
#D4D1DA
(212,209,218)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321D53 color. Also use rgb(50,29,83) instead hex code.

Text Font Color

.myTextColor { color: #321D53; }

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

This text font color is #321D53.


Background Color

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

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

This div background color is #321D53.


Border color

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

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

This div border color is #321D53.


Opacity

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

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

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

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

This text has shadow with #321D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321D53 on black background.


Color preview on white background

This text has color #321D53 on white background.



Black color preview on #321D53 background

This text has black color on #321D53 background.


White color preview on #321D53 background

This text has white color on #321D53 background.