COLOR #321D20

HEX: #321D20
RGB: (50,29,32)

Color info

#321D20 contains red, green and blue colors in about the same proportion. Web safe color of #321D20 is #333333 (or #333).

RGB color model

#321D20 color RGB value is (50,29,32).

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

RGB channels and saturation

R 50 of 255 = 20%
G 29 of 255 = 11%
B 32 of 255 = 13%

50
29
32

R + G + B ~ 15%. #321D20 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 29 + 32 = 111 (100%)
R 50 of 111 ~ 45.05%
G 29 of 111 ~ 26.13%
B 32 of 111 ~ 28.83%

%45.05
%26.13
%28.83

CMYK color model

#321D20 color CMYK value is (0,42,36,80).

  • cyan value is 0.00%
  • magenta value is 42.00%
  • yellow value is 36.00%
  • key color value is 80.39%
CMYK:
(0,42,36,80)
C0M42Y36K80 
(0%,42%,36%,80%)
(0.00/0.42/0.36/0.80)	

CMYK percentages

%0
%42
%36
%80.39

Codes

Color #321D20 in popluar color models

321D20
RGB502932
HSL351°26.58%15.49%
HSB/HSV351°42.00%19.61%
CMYK0.00%42.00%36.00%
80.39%

Color #321D20 in popluar number systems.

HEX321D20
Decimal502932
Binary11001011101100000
Octal623540

Shades and tints

Shades of #321D20

#321D20
(50,29,32)
#2E1B1E
(46,27,30)
#2A191C
(42,25,28)
#26171A
(38,23,26)
#221518
(34,21,24)
#1E1316
(30,19,22)
#1A1114
(26,17,20)
#160F12
(22,15,18)
#120D10
(18,13,16)
#0E0B0E
(14,11,14)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #321D20

#321D20
(50,29,32)
#443134
(68,49,52)
#564548
(86,69,72)
#68595C
(104,89,92)
#7A6D70
(122,109,112)
#8C8184
(140,129,132)
#9E9598
(158,149,152)
#B0A9AC
(176,169,172)
#C2BDC0
(194,189,192)
#D4D1D4
(212,209,212)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321D20; }

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

This text font color is #321D20.


Background Color

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

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

This div background color is #321D20.


Border color

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

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

This div border color is #321D20.


Opacity

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

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

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

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

This text has shadow with #321D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321D20 on black background.


Color preview on white background

This text has color #321D20 on white background.



Black color preview on #321D20 background

This text has black color on #321D20 background.


White color preview on #321D20 background

This text has white color on #321D20 background.