COLOR #321B5F

HEX: #321B5F
RGB: (50,27,95)

Color info

#321B5F contains mainly red and blue colors. Web safe color of #321B5F is #333366 (or #336).

RGB color model

#321B5F color RGB value is (50,27,95).

  • red value is 50;
  • green value is 27;
  • blue value is 95.
RGB:
(50,27,95)
(20%,11%,37%)

RGB channels and saturation

R 50 of 255 = 20%
G 27 of 255 = 11%
B 95 of 255 = 37%

50
27
95

R + G + B ~ 23%. #321B5F is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 27 + 95 = 172 (100%)
R 50 of 172 ~ 29.07%
G 27 of 172 ~ 15.7%
B 95 of 172 ~ 55.23%

%29.07
%15.7
%55.23

CMYK color model

#321B5F color CMYK value is (47,72,0,63).

  • cyan value is 47.37%
  • magenta value is 71.58%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(47,72,0,63)
C47M72Y0K63 
(47%,72%,0%,63%)
(0.47/0.72/0.00/0.63)	

CMYK percentages

%47.37
%71.58
%0
%62.75

Codes

Color #321B5F in popluar color models

321B5F
RGB502795
HSL260°55.74%23.92%
HSB/HSV260°71.58%37.25%
CMYK47.37%71.58%0.00%
62.75%

Color #321B5F in popluar number systems.

HEX321B5F
Decimal502795
Binary110010110111011111
Octal6233137

Shades and tints

Shades of #321B5F

#321B5F
(50,27,95)
#2E1957
(46,25,87)
#2A174F
(42,23,79)
#261547
(38,21,71)
#22133F
(34,19,63)
#1E1137
(30,17,55)
#1A0F2F
(26,15,47)
#160D27
(22,13,39)
#120B1F
(18,11,31)
#0E0917
(14,9,23)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #321B5F

#321B5F
(50,27,95)
#442F6D
(68,47,109)
#56437B
(86,67,123)
#685789
(104,87,137)
#7A6B97
(122,107,151)
#8C7FA5
(140,127,165)
#9E93B3
(158,147,179)
#B0A7C1
(176,167,193)
#C2BBCF
(194,187,207)
#D4CFDD
(212,207,221)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321B5F color. Also use rgb(50,27,95) instead hex code.

Text Font Color

.myTextColor { color: #321B5F; }

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

This text font color is #321B5F.


Background Color

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

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

This div background color is #321B5F.


Border color

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

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

This div border color is #321B5F.


Opacity

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

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

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

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

This text has shadow with #321B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321B5F on black background.


Color preview on white background

This text has color #321B5F on white background.



Black color preview on #321B5F background

This text has black color on #321B5F background.


White color preview on #321B5F background

This text has white color on #321B5F background.