COLOR #321244

HEX: #321244
RGB: (50,18,68)

Color info

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

RGB color model

#321244 color RGB value is (50,18,68).

  • red value is 50;
  • green value is 18;
  • blue value is 68.
RGB:
(50,18,68)
(20%,7%,27%)

RGB channels and saturation

R 50 of 255 = 20%
G 18 of 255 = 7%
B 68 of 255 = 27%

50
18
68

R + G + B ~ 18%. #321244 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 18 + 68 = 136 (100%)
R 50 of 136 ~ 36.76%
G 18 of 136 ~ 13.24%
B 68 of 136 ~ 50%

%36.76
%13.24
%50

CMYK color model

#321244 color CMYK value is (26,74,0,73).

  • cyan value is 26.47%
  • magenta value is 73.53%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(26,74,0,73)
C26M74Y0K73 
(26%,74%,0%,73%)
(0.26/0.74/0.00/0.73)	

CMYK percentages

%26.47
%73.53
%0
%73.33

Codes

Color #321244 in popluar color models

321244
RGB501868
HSL278°58.14%16.86%
HSB/HSV278°73.53%26.67%
CMYK26.47%73.53%0.00%
73.33%

Color #321244 in popluar number systems.

HEX321244
Decimal501868
Binary110010100101000100
Octal6222104

Shades and tints

Shades of #321244

#321244
(50,18,68)
#2E113E
(46,17,62)
#2A1038
(42,16,56)
#260F32
(38,15,50)
#220E2C
(34,14,44)
#1E0D26
(30,13,38)
#1A0C20
(26,12,32)
#160B1A
(22,11,26)
#120A14
(18,10,20)
#0E090E
(14,9,14)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #321244

#321244
(50,18,68)
#442755
(68,39,85)
#563C66
(86,60,102)
#685177
(104,81,119)
#7A6688
(122,102,136)
#8C7B99
(140,123,153)
#9E90AA
(158,144,170)
#B0A5BB
(176,165,187)
#C2BACC
(194,186,204)
#D4CFDD
(212,207,221)
#E6E4EE
(230,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321244 color. Also use rgb(50,18,68) instead hex code.

Text Font Color

.myTextColor { color: #321244; }

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

This text font color is #321244.


Background Color

.myBgColor { background-color: #321244; }

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

This div background color is #321244.


Border color

.myBorderColor { border: 1px solid #321244; }

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

This div border color is #321244.


Opacity

.myOpacity80 { color: #321244; opacity: 0.8; }

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

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

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

This text has shadow with #321244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321244 on black background.


Color preview on white background

This text has color #321244 on white background.



Black color preview on #321244 background

This text has black color on #321244 background.


White color preview on #321244 background

This text has white color on #321244 background.