COLOR #321441

HEX: #321441
RGB: (50,20,65)

Color info

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

RGB color model

#321441 color RGB value is (50,20,65).

  • red value is 50;
  • green value is 20;
  • blue value is 65.
RGB:
(50,20,65)
(20%,8%,25%)

RGB channels and saturation

R 50 of 255 = 20%
G 20 of 255 = 8%
B 65 of 255 = 25%

50
20
65

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

Portions of RGB colors in percentages

R + G + B =
50 + 20 + 65 = 135 (100%)
R 50 of 135 ~ 37.04%
G 20 of 135 ~ 14.81%
B 65 of 135 ~ 48.15%

%37.04
%14.81
%48.15

CMYK color model

#321441 color CMYK value is (23,69,0,75).

  • cyan value is 23.08%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(23,69,0,75)
C23M69Y0K75 
(23%,69%,0%,75%)
(0.23/0.69/0.00/0.75)	

CMYK percentages

%23.08
%69.23
%0
%74.51

Codes

Color #321441 in popluar color models

321441
RGB502065
HSL280°52.94%16.67%
HSB/HSV280°69.23%25.49%
CMYK23.08%69.23%0.00%
74.51%

Color #321441 in popluar number systems.

HEX321441
Decimal502065
Binary110010101001000001
Octal6224101

Shades and tints

Shades of #321441

#321441
(50,20,65)
#2E133C
(46,19,60)
#2A1237
(42,18,55)
#261132
(38,17,50)
#22102D
(34,16,45)
#1E0F28
(30,15,40)
#1A0E23
(26,14,35)
#160D1E
(22,13,30)
#120C19
(18,12,25)
#0E0B14
(14,11,20)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #321441

#321441
(50,20,65)
#442952
(68,41,82)
#563E63
(86,62,99)
#685374
(104,83,116)
#7A6885
(122,104,133)
#8C7D96
(140,125,150)
#9E92A7
(158,146,167)
#B0A7B8
(176,167,184)
#C2BCC9
(194,188,201)
#D4D1DA
(212,209,218)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321441 color. Also use rgb(50,20,65) instead hex code.

Text Font Color

.myTextColor { color: #321441; }

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

This text font color is #321441.


Background Color

.myBgColor { background-color: #321441; }

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

This div background color is #321441.


Border color

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

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

This div border color is #321441.


Opacity

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

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

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

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

This text has shadow with #321441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321441 on black background.


Color preview on white background

This text has color #321441 on white background.



Black color preview on #321441 background

This text has black color on #321441 background.


White color preview on #321441 background

This text has white color on #321441 background.