COLOR #321C33

HEX: #321C33
RGB: (50,28,51)

Color info

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

RGB color model

#321C33 color RGB value is (50,28,51).

  • red value is 50;
  • green value is 28;
  • blue value is 51.
RGB:
(50,28,51)
(20%,11%,20%)

RGB channels and saturation

R 50 of 255 = 20%
G 28 of 255 = 11%
B 51 of 255 = 20%

50
28
51

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

Portions of RGB colors in percentages

R + G + B =
50 + 28 + 51 = 129 (100%)
R 50 of 129 ~ 38.76%
G 28 of 129 ~ 21.71%
B 51 of 129 ~ 39.53%

%38.76
%21.71
%39.53

CMYK color model

#321C33 color CMYK value is (2,45,0,80).

  • cyan value is 1.96%
  • magenta value is 45.10%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(2,45,0,80)
C2M45Y0K80 
(2%,45%,0%,80%)
(0.02/0.45/0.00/0.80)	

CMYK percentages

%1.96
%45.1
%0
%80

Codes

Color #321C33 in popluar color models

321C33
RGB502851
HSL297°29.11%15.49%
HSB/HSV297°45.10%20.00%
CMYK1.96%45.10%0.00%
80.00%

Color #321C33 in popluar number systems.

HEX321C33
Decimal502851
Binary11001011100110011
Octal623463

Shades and tints

Shades of #321C33

#321C33
(50,28,51)
#2E1A2F
(46,26,47)
#2A182B
(42,24,43)
#261627
(38,22,39)
#221423
(34,20,35)
#1E121F
(30,18,31)
#1A101B
(26,16,27)
#160E17
(22,14,23)
#120C13
(18,12,19)
#0E0A0F
(14,10,15)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #321C33

#321C33
(50,28,51)
#443045
(68,48,69)
#564457
(86,68,87)
#685869
(104,88,105)
#7A6C7B
(122,108,123)
#8C808D
(140,128,141)
#9E949F
(158,148,159)
#B0A8B1
(176,168,177)
#C2BCC3
(194,188,195)
#D4D0D5
(212,208,213)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321C33 color. Also use rgb(50,28,51) instead hex code.

Text Font Color

.myTextColor { color: #321C33; }

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

This text font color is #321C33.


Background Color

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

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

This div background color is #321C33.


Border color

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

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

This div border color is #321C33.


Opacity

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

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

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

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

This text has shadow with #321C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321C33 on black background.


Color preview on white background

This text has color #321C33 on white background.



Black color preview on #321C33 background

This text has black color on #321C33 background.


White color preview on #321C33 background

This text has white color on #321C33 background.