COLOR #321E76

HEX: #321E76 RGB: (50,30,118)

Color info

#321E76 contains mainly blue color. Web safe color of #321E76 is #333366 (or #336).

RGB color model

#321E76 color RGB value is (50,30,118).

RGB: (50,30,118) (20%, 12%, 46%)

RGB channels and saturation

R 50 of 255 = 20%
G 30 of 255 = 12%
B 118 of 255 = 46%

50
30
118

R + G + B ~ 26%. #321E76 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 30 + 118 = 198 (100%)
R 50 of 198 ~ 25.25%
G 30 of 198 ~ 15.15%
B 118 of 198 ~ 59.6'%

%25.25
%15.15
%59.6

CMYK color model

#321E76 color CMYK value is (58,75,0,54).

  • cyan value is 57.63%
  • magenta value is 74.58%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (58,75,0,54)
C58M75Y0K54 (58%, 75%, 0%, 54%)
(0.58 / 0.75 / 0.00 / 0.54)

CMYK percentages

%57.63
%74.58
%0
%53.73

Codes

Color #321E76 in popluar color models

32 1E 76
RGB 50 30 118
HSL 254° 59.46% 29.02%
HSB/HSV 254° 74.58% 46.27%
CMYK 57.63% 74.58% 0.00%
53.73%

Color #321E76 in popluar number systems.

HEX 32 1E 76
Decimal 50 30 118
Binary 110010 11110 1110110
Octal 62 36 166

Shades and tints

Shades of #321E76

#321E76
(50,30,118)
#2E1C6C
(46,28,108)
#2A1A62
(42,26,98)
#261858
(38,24,88)
#22164E
(34,22,78)
#1E1444
(30,20,68)
#1A123A
(26,18,58)
#161030
(22,16,48)
#120E26
(18,14,38)
#0E0C1C
(14,12,28)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #321E76

#321E76
(50,30,118)
#443282
(68,50,130)
#56468E
(86,70,142)
#685A9A
(104,90,154)
#7A6EA6
(122,110,166)
#8C82B2
(140,130,178)
#9E96BE
(158,150,190)
#B0AACA
(176,170,202)
#C2BED6
(194,190,214)
#D4D2E2
(212,210,226)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321E76 color. Also use rgb(50,30,118) instead hex code.

Text Font Color

.myTextColor { color: #321E76; }

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

This text font color is #321E76.

Background Color

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

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

This div background color is #321E76.

Border color

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

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

This div border color is #321E76.

Opacity

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

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

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

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

This text has shadow with #321E76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #321E76.

Preview

Color preview on black background

This text has color #321E76 on black background.


Color preview on white background

This text has color #321E76 on white background.


Black color preview on #321E76 background

This text has black color on #321E76 background.


White color preview on #321E76 background

This text has white color on #321E76 background.


Related colors

Complementary color

Complementary color for #hex is #CDE189.


I love getcolorcode.com

Triadic colors

1 #76321E and #1E7632 with #321E76 are triadic colors.

2 #761E32 and #1E3276 with #321E76 are triadic colors.