COLOR #321D37

HEX: #321D37
RGB: (50,29,55)

Color info

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

RGB color model

#321D37 color RGB value is (50,29,55).

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

RGB channels and saturation

R 50 of 255 = 20%
G 29 of 255 = 11%
B 55 of 255 = 22%

50
29
55

R + G + B ~ 18%. #321D37 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 29 + 55 = 134 (100%)
R 50 of 134 ~ 37.31%
G 29 of 134 ~ 21.64%
B 55 of 134 ~ 41.04%

%37.31
%21.64
%41.04

CMYK color model

#321D37 color CMYK value is (9,47,0,78).

  • cyan value is 9.09%
  • magenta value is 47.27%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(9,47,0,78)
C9M47Y0K78 
(9%,47%,0%,78%)
(0.09/0.47/0.00/0.78)	

CMYK percentages

%9.09
%47.27
%0
%78.43

Codes

Color #321D37 in popluar color models

321D37
RGB502955
HSL288°30.95%16.47%
HSB/HSV288°47.27%21.57%
CMYK9.09%47.27%0.00%
78.43%

Color #321D37 in popluar number systems.

HEX321D37
Decimal502955
Binary11001011101110111
Octal623567

Shades and tints

Shades of #321D37

#321D37
(50,29,55)
#2E1B32
(46,27,50)
#2A192D
(42,25,45)
#261728
(38,23,40)
#221523
(34,21,35)
#1E131E
(30,19,30)
#1A1119
(26,17,25)
#160F14
(22,15,20)
#120D0F
(18,13,15)
#0E0B0A
(14,11,10)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #321D37

#321D37
(50,29,55)
#443149
(68,49,73)
#56455B
(86,69,91)
#68596D
(104,89,109)
#7A6D7F
(122,109,127)
#8C8191
(140,129,145)
#9E95A3
(158,149,163)
#B0A9B5
(176,169,181)
#C2BDC7
(194,189,199)
#D4D1D9
(212,209,217)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321D37; }

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

This text font color is #321D37.


Background Color

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

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

This div background color is #321D37.


Border color

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

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

This div border color is #321D37.


Opacity

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

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

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

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

This text has shadow with #321D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321D37 on black background.


Color preview on white background

This text has color #321D37 on white background.



Black color preview on #321D37 background

This text has black color on #321D37 background.


White color preview on #321D37 background

This text has white color on #321D37 background.