COLOR #321448

HEX: #321448
RGB: (50,20,72)

Color info

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

RGB color model

#321448 color RGB value is (50,20,72).

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

RGB channels and saturation

R 50 of 255 = 20%
G 20 of 255 = 8%
B 72 of 255 = 28%

50
20
72

R + G + B ~ 19%. #321448 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 20 + 72 = 142 (100%)
R 50 of 142 ~ 35.21%
G 20 of 142 ~ 14.08%
B 72 of 142 ~ 50.7%

%35.21
%14.08
%50.7

CMYK color model

#321448 color CMYK value is (31,72,0,72).

  • cyan value is 30.56%
  • magenta value is 72.22%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(31,72,0,72)
C31M72Y0K72 
(31%,72%,0%,72%)
(0.31/0.72/0.00/0.72)	

CMYK percentages

%30.56
%72.22
%0
%71.76

Codes

Color #321448 in popluar color models

321448
RGB502072
HSL275°56.52%18.04%
HSB/HSV275°72.22%28.24%
CMYK30.56%72.22%0.00%
71.76%

Color #321448 in popluar number systems.

HEX321448
Decimal502072
Binary110010101001001000
Octal6224110

Shades and tints

Shades of #321448

#321448
(50,20,72)
#2E1342
(46,19,66)
#2A123C
(42,18,60)
#261136
(38,17,54)
#221030
(34,16,48)
#1E0F2A
(30,15,42)
#1A0E24
(26,14,36)
#160D1E
(22,13,30)
#120C18
(18,12,24)
#0E0B12
(14,11,18)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #321448

#321448
(50,20,72)
#442958
(68,41,88)
#563E68
(86,62,104)
#685378
(104,83,120)
#7A6888
(122,104,136)
#8C7D98
(140,125,152)
#9E92A8
(158,146,168)
#B0A7B8
(176,167,184)
#C2BCC8
(194,188,200)
#D4D1D8
(212,209,216)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321448; }

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

This text font color is #321448.


Background Color

.myBgColor { background-color: #321448; }

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

This div background color is #321448.


Border color

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

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

This div border color is #321448.


Opacity

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

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

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

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

This text has shadow with #321448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321448 on black background.


Color preview on white background

This text has color #321448 on white background.



Black color preview on #321448 background

This text has black color on #321448 background.


White color preview on #321448 background

This text has white color on #321448 background.