COLOR #321D21

HEX: #321D21
RGB: (50,29,33)

Color info

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

RGB color model

#321D21 color RGB value is (50,29,33).

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

RGB channels and saturation

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

50
29
33

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

Portions of RGB colors in percentages

R + G + B =
50 + 29 + 33 = 112 (100%)
R 50 of 112 ~ 44.64%
G 29 of 112 ~ 25.89%
B 33 of 112 ~ 29.46%

%44.64
%25.89
%29.46

CMYK color model

#321D21 color CMYK value is (0,42,34,80).

  • cyan value is 0.00%
  • magenta value is 42.00%
  • yellow value is 34.00%
  • key color value is 80.39%
CMYK:
(0,42,34,80)
C0M42Y34K80 
(0%,42%,34%,80%)
(0.00/0.42/0.34/0.80)	

CMYK percentages

%0
%42
%34
%80.39

Codes

Color #321D21 in popluar color models

321D21
RGB502933
HSL349°26.58%15.49%
HSB/HSV349°42.00%19.61%
CMYK0.00%42.00%34.00%
80.39%

Color #321D21 in popluar number systems.

HEX321D21
Decimal502933
Binary11001011101100001
Octal623541

Shades and tints

Shades of #321D21

#321D21
(50,29,33)
#2E1B1E
(46,27,30)
#2A191B
(42,25,27)
#261718
(38,23,24)
#221515
(34,21,21)
#1E1312
(30,19,18)
#1A110F
(26,17,15)
#160F0C
(22,15,12)
#120D09
(18,13,9)
#0E0B06
(14,11,6)
#0A0903
(10,9,3)
#000000
(0,0,0)

Tints of #321D21

#321D21
(50,29,33)
#443135
(68,49,53)
#564549
(86,69,73)
#68595D
(104,89,93)
#7A6D71
(122,109,113)
#8C8185
(140,129,133)
#9E9599
(158,149,153)
#B0A9AD
(176,169,173)
#C2BDC1
(194,189,193)
#D4D1D5
(212,209,213)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321D21; }

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

This text font color is #321D21.


Background Color

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

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

This div background color is #321D21.


Border color

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

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

This div border color is #321D21.


Opacity

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

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

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

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

This text has shadow with #321D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321D21 on black background.


Color preview on white background

This text has color #321D21 on white background.



Black color preview on #321D21 background

This text has black color on #321D21 background.


White color preview on #321D21 background

This text has white color on #321D21 background.