COLOR #321329

HEX: #321329
RGB: (50,19,41)

Color info

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

RGB color model

#321329 color RGB value is (50,19,41).

  • red value is 50;
  • green value is 19;
  • blue value is 41.
RGB:
(50,19,41)
(20%,7%,16%)

RGB channels and saturation

R 50 of 255 = 20%
G 19 of 255 = 7%
B 41 of 255 = 16%

50
19
41

R + G + B ~ 14%. #321329 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 19 + 41 = 110 (100%)
R 50 of 110 ~ 45.45%
G 19 of 110 ~ 17.27%
B 41 of 110 ~ 37.27%

%45.45
%17.27
%37.27

CMYK color model

#321329 color CMYK value is (0,62,18,80).

  • cyan value is 0.00%
  • magenta value is 62.00%
  • yellow value is 18.00%
  • key color value is 80.39%
CMYK:
(0,62,18,80)
C0M62Y18K80 
(0%,62%,18%,80%)
(0.00/0.62/0.18/0.80)	

CMYK percentages

%0
%62
%18
%80.39

Codes

Color #321329 in popluar color models

321329
RGB501941
HSL317°44.93%13.53%
HSB/HSV317°62.00%19.61%
CMYK0.00%62.00%18.00%
80.39%

Color #321329 in popluar number systems.

HEX321329
Decimal501941
Binary11001010011101001
Octal622351

Shades and tints

Shades of #321329

#321329
(50,19,41)
#2E1226
(46,18,38)
#2A1123
(42,17,35)
#261020
(38,16,32)
#220F1D
(34,15,29)
#1E0E1A
(30,14,26)
#1A0D17
(26,13,23)
#160C14
(22,12,20)
#120B11
(18,11,17)
#0E0A0E
(14,10,14)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #321329

#321329
(50,19,41)
#44283C
(68,40,60)
#563D4F
(86,61,79)
#685262
(104,82,98)
#7A6775
(122,103,117)
#8C7C88
(140,124,136)
#9E919B
(158,145,155)
#B0A6AE
(176,166,174)
#C2BBC1
(194,187,193)
#D4D0D4
(212,208,212)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321329 color. Also use rgb(50,19,41) instead hex code.

Text Font Color

.myTextColor { color: #321329; }

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

This text font color is #321329.


Background Color

.myBgColor { background-color: #321329; }

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

This div background color is #321329.


Border color

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

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

This div border color is #321329.


Opacity

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

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

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

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

This text has shadow with #321329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321329 on black background.


Color preview on white background

This text has color #321329 on white background.



Black color preview on #321329 background

This text has black color on #321329 background.


White color preview on #321329 background

This text has white color on #321329 background.