COLOR #321320

HEX: #321320
RGB: (50,19,32)

Color info

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

RGB color model

#321320 color RGB value is (50,19,32).

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

RGB channels and saturation

R 50 of 255 = 20%
G 19 of 255 = 7%
B 32 of 255 = 13%

50
19
32

R + G + B ~ 13%. #321320 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 19 + 32 = 101 (100%)
R 50 of 101 ~ 49.5%
G 19 of 101 ~ 18.81%
B 32 of 101 ~ 31.68%

%49.5
%18.81
%31.68

CMYK color model

#321320 color CMYK value is (0,62,36,80).

  • cyan value is 0.00%
  • magenta value is 62.00%
  • yellow value is 36.00%
  • key color value is 80.39%
CMYK:
(0,62,36,80)
C0M62Y36K80 
(0%,62%,36%,80%)
(0.00/0.62/0.36/0.80)	

CMYK percentages

%0
%62
%36
%80.39

Codes

Color #321320 in popluar color models

321320
RGB501932
HSL335°44.93%13.53%
HSB/HSV335°62.00%19.61%
CMYK0.00%62.00%36.00%
80.39%

Color #321320 in popluar number systems.

HEX321320
Decimal501932
Binary11001010011100000
Octal622340

Shades and tints

Shades of #321320

#321320
(50,19,32)
#2E121E
(46,18,30)
#2A111C
(42,17,28)
#26101A
(38,16,26)
#220F18
(34,15,24)
#1E0E16
(30,14,22)
#1A0D14
(26,13,20)
#160C12
(22,12,18)
#120B10
(18,11,16)
#0E0A0E
(14,10,14)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #321320

#321320
(50,19,32)
#442834
(68,40,52)
#563D48
(86,61,72)
#68525C
(104,82,92)
#7A6770
(122,103,112)
#8C7C84
(140,124,132)
#9E9198
(158,145,152)
#B0A6AC
(176,166,172)
#C2BBC0
(194,187,192)
#D4D0D4
(212,208,212)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321320; }

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

This text font color is #321320.


Background Color

.myBgColor { background-color: #321320; }

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

This div background color is #321320.


Border color

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

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

This div border color is #321320.


Opacity

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

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

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

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

This text has shadow with #321320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321320 on black background.


Color preview on white background

This text has color #321320 on white background.



Black color preview on #321320 background

This text has black color on #321320 background.


White color preview on #321320 background

This text has white color on #321320 background.