COLOR #321229

HEX: #321229
RGB: (50,18,41)

Color info

#321229 contains red, green and blue colors in about the same proportion. Web safe color of #321229 is #330033 (or #303).

RGB color model

#321229 color RGB value is (50,18,41).

  • red value is 50;
  • green value is 18;
  • blue value is 41.
RGB:
(50,18,41)
(20%,7%,16%)

RGB channels and saturation

R 50 of 255 = 20%
G 18 of 255 = 7%
B 41 of 255 = 16%

50
18
41

R + G + B ~ 14%. #321229 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 18 + 41 = 109 (100%)
R 50 of 109 ~ 45.87%
G 18 of 109 ~ 16.51%
B 41 of 109 ~ 37.61%

%45.87
%16.51
%37.61

CMYK color model

#321229 color CMYK value is (0,64,18,80).

  • cyan value is 0.00%
  • magenta value is 64.00%
  • yellow value is 18.00%
  • key color value is 80.39%
CMYK:
(0,64,18,80)
C0M64Y18K80 
(0%,64%,18%,80%)
(0.00/0.64/0.18/0.80)	

CMYK percentages

%0
%64
%18
%80.39

Codes

Color #321229 in popluar color models

321229
RGB501841
HSL317°47.06%13.33%
HSB/HSV317°64.00%19.61%
CMYK0.00%64.00%18.00%
80.39%

Color #321229 in popluar number systems.

HEX321229
Decimal501841
Binary11001010010101001
Octal622251

Shades and tints

Shades of #321229

#321229
(50,18,41)
#2E1126
(46,17,38)
#2A1023
(42,16,35)
#260F20
(38,15,32)
#220E1D
(34,14,29)
#1E0D1A
(30,13,26)
#1A0C17
(26,12,23)
#160B14
(22,11,20)
#120A11
(18,10,17)
#0E090E
(14,9,14)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #321229

#321229
(50,18,41)
#44273C
(68,39,60)
#563C4F
(86,60,79)
#685162
(104,81,98)
#7A6675
(122,102,117)
#8C7B88
(140,123,136)
#9E909B
(158,144,155)
#B0A5AE
(176,165,174)
#C2BAC1
(194,186,193)
#D4CFD4
(212,207,212)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321229 color. Also use rgb(50,18,41) instead hex code.

Text Font Color

.myTextColor { color: #321229; }

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

This text font color is #321229.


Background Color

.myBgColor { background-color: #321229; }

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

This div background color is #321229.


Border color

.myBorderColor { border: 1px solid #321229; }

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

This div border color is #321229.


Opacity

.myOpacity80 { color: #321229; opacity: 0.8; }

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

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

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

This text has shadow with #321229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321229 on black background.


Color preview on white background

This text has color #321229 on white background.



Black color preview on #321229 background

This text has black color on #321229 background.


White color preview on #321229 background

This text has white color on #321229 background.