COLOR #321129

HEX: #321129
RGB: (50,17,41)

Color info

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

RGB color model

#321129 color RGB value is (50,17,41).

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

RGB channels and saturation

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

50
17
41

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

Portions of RGB colors in percentages

R + G + B =
50 + 17 + 41 = 108 (100%)
R 50 of 108 ~ 46.3%
G 17 of 108 ~ 15.74%
B 41 of 108 ~ 37.96%

%46.3
%15.74
%37.96

CMYK color model

#321129 color CMYK value is (0,66,18,80).

  • cyan value is 0.00%
  • magenta value is 66.00%
  • yellow value is 18.00%
  • key color value is 80.39%
CMYK:
(0,66,18,80)
C0M66Y18K80 
(0%,66%,18%,80%)
(0.00/0.66/0.18/0.80)	

CMYK percentages

%0
%66
%18
%80.39

Codes

Color #321129 in popluar color models

321129
RGB501741
HSL316°49.25%13.14%
HSB/HSV316°66.00%19.61%
CMYK0.00%66.00%18.00%
80.39%

Color #321129 in popluar number systems.

HEX321129
Decimal501741
Binary11001010001101001
Octal622151

Shades and tints

Shades of #321129

#321129
(50,17,41)
#2E1026
(46,16,38)
#2A0F23
(42,15,35)
#260E20
(38,14,32)
#220D1D
(34,13,29)
#1E0C1A
(30,12,26)
#1A0B17
(26,11,23)
#160A14
(22,10,20)
#120911
(18,9,17)
#0E080E
(14,8,14)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #321129

#321129
(50,17,41)
#44263C
(68,38,60)
#563B4F
(86,59,79)
#685062
(104,80,98)
#7A6575
(122,101,117)
#8C7A88
(140,122,136)
#9E8F9B
(158,143,155)
#B0A4AE
(176,164,174)
#C2B9C1
(194,185,193)
#D4CED4
(212,206,212)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321129; }

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

This text font color is #321129.


Background Color

.myBgColor { background-color: #321129; }

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

This div background color is #321129.


Border color

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

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

This div border color is #321129.


Opacity

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

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

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

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

This text has shadow with #321129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321129 on black background.


Color preview on white background

This text has color #321129 on white background.



Black color preview on #321129 background

This text has black color on #321129 background.


White color preview on #321129 background

This text has white color on #321129 background.