COLOR #321D36

HEX: #321D36
RGB: (50,29,54)

Color info

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

RGB color model

#321D36 color RGB value is (50,29,54).

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

RGB channels and saturation

R 50 of 255 = 20%
G 29 of 255 = 11%
B 54 of 255 = 21%

50
29
54

R + G + B ~ 17%. #321D36 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 29 + 54 = 133 (100%)
R 50 of 133 ~ 37.59%
G 29 of 133 ~ 21.8%
B 54 of 133 ~ 40.6%

%37.59
%21.8
%40.6

CMYK color model

#321D36 color CMYK value is (7,46,0,79).

  • cyan value is 7.41%
  • magenta value is 46.30%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(7,46,0,79)
C7M46Y0K79 
(7%,46%,0%,79%)
(0.07/0.46/0.00/0.79)	

CMYK percentages

%7.41
%46.3
%0
%78.82

Codes

Color #321D36 in popluar color models

321D36
RGB502954
HSL290°30.12%16.27%
HSB/HSV290°46.30%21.18%
CMYK7.41%46.30%0.00%
78.82%

Color #321D36 in popluar number systems.

HEX321D36
Decimal502954
Binary11001011101110110
Octal623566

Shades and tints

Shades of #321D36

#321D36
(50,29,54)
#2E1B32
(46,27,50)
#2A192E
(42,25,46)
#26172A
(38,23,42)
#221526
(34,21,38)
#1E1322
(30,19,34)
#1A111E
(26,17,30)
#160F1A
(22,15,26)
#120D16
(18,13,22)
#0E0B12
(14,11,18)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #321D36

#321D36
(50,29,54)
#443148
(68,49,72)
#56455A
(86,69,90)
#68596C
(104,89,108)
#7A6D7E
(122,109,126)
#8C8190
(140,129,144)
#9E95A2
(158,149,162)
#B0A9B4
(176,169,180)
#C2BDC6
(194,189,198)
#D4D1D8
(212,209,216)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321D36; }

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

This text font color is #321D36.


Background Color

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

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

This div background color is #321D36.


Border color

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

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

This div border color is #321D36.


Opacity

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

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

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

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

This text has shadow with #321D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321D36 on black background.


Color preview on white background

This text has color #321D36 on white background.



Black color preview on #321D36 background

This text has black color on #321D36 background.


White color preview on #321D36 background

This text has white color on #321D36 background.