COLOR #321C24

HEX: #321C24
RGB: (50,28,36)

Color info

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

RGB color model

#321C24 color RGB value is (50,28,36).

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

RGB channels and saturation

R 50 of 255 = 20%
G 28 of 255 = 11%
B 36 of 255 = 14%

50
28
36

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

Portions of RGB colors in percentages

R + G + B =
50 + 28 + 36 = 114 (100%)
R 50 of 114 ~ 43.86%
G 28 of 114 ~ 24.56%
B 36 of 114 ~ 31.58%

%43.86
%24.56
%31.58

CMYK color model

#321C24 color CMYK value is (0,44,28,80).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 28.00%
  • key color value is 80.39%
CMYK:
(0,44,28,80)
C0M44Y28K80 
(0%,44%,28%,80%)
(0.00/0.44/0.28/0.80)	

CMYK percentages

%0
%44
%28
%80.39

Codes

Color #321C24 in popluar color models

321C24
RGB502836
HSL338°28.21%15.29%
HSB/HSV338°44.00%19.61%
CMYK0.00%44.00%28.00%
80.39%

Color #321C24 in popluar number systems.

HEX321C24
Decimal502836
Binary11001011100100100
Octal623444

Shades and tints

Shades of #321C24

#321C24
(50,28,36)
#2E1A21
(46,26,33)
#2A181E
(42,24,30)
#26161B
(38,22,27)
#221418
(34,20,24)
#1E1215
(30,18,21)
#1A1012
(26,16,18)
#160E0F
(22,14,15)
#120C0C
(18,12,12)
#0E0A09
(14,10,9)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #321C24

#321C24
(50,28,36)
#443037
(68,48,55)
#56444A
(86,68,74)
#68585D
(104,88,93)
#7A6C70
(122,108,112)
#8C8083
(140,128,131)
#9E9496
(158,148,150)
#B0A8A9
(176,168,169)
#C2BCBC
(194,188,188)
#D4D0CF
(212,208,207)
#E6E4E2
(230,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321C24; }

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

This text font color is #321C24.


Background Color

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

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

This div background color is #321C24.


Border color

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

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

This div border color is #321C24.


Opacity

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

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

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

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

This text has shadow with #321C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321C24 on black background.


Color preview on white background

This text has color #321C24 on white background.



Black color preview on #321C24 background

This text has black color on #321C24 background.


White color preview on #321C24 background

This text has white color on #321C24 background.