COLOR #321C7D

HEX: #321C7D RGB: (50,28,125)

Color info

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

RGB color model

#321C7D color RGB value is (50,28,125).

RGB: (50,28,125) (20%, 11%, 49%)

RGB channels and saturation

R 50 of 255 = 20%
G 28 of 255 = 11%
B 125 of 255 = 49%

50
28
125

R + G + B ~ 27%. #321C7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 28 + 125 = 203 (100%)
R 50 of 203 ~ 24.63%
G 28 of 203 ~ 13.79%
B 125 of 203 ~ 61.58'%

%24.63
%13.79
%61.58

CMYK color model

#321C7D color CMYK value is (60,78,0,51).

  • cyan value is 60.00%
  • magenta value is 77.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (60,78,0,51)
C60M78Y0K51 (60%, 78%, 0%, 51%)
(0.60 / 0.78 / 0.00 / 0.51)

CMYK percentages

%60
%77.6
%0
%50.98

Codes

Color #321C7D in popluar color models

32 1C 7D
RGB 50 28 125
HSL 254° 63.40% 30.00%
HSB/HSV 254° 77.60% 49.02%
CMYK 60.00% 77.60% 0.00%
50.98%

Color #321C7D in popluar number systems.

HEX 32 1C 7D
Decimal 50 28 125
Binary 110010 11100 1111101
Octal 62 34 175

Shades and tints

Shades of #321C7D

#321C7D
(50,28,125)
#2E1A72
(46,26,114)
#2A1867
(42,24,103)
#26165C
(38,22,92)
#221451
(34,20,81)
#1E1246
(30,18,70)
#1A103B
(26,16,59)
#160E30
(22,14,48)
#120C25
(18,12,37)
#0E0A1A
(14,10,26)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #321C7D

#321C7D
(50,28,125)
#443088
(68,48,136)
#564493
(86,68,147)
#68589E
(104,88,158)
#7A6CA9
(122,108,169)
#8C80B4
(140,128,180)
#9E94BF
(158,148,191)
#B0A8CA
(176,168,202)
#C2BCD5
(194,188,213)
#D4D0E0
(212,208,224)
#E6E4EB
(230,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321C7D color. Also use rgb(50,28,125) instead hex code.

Text Font Color

.myTextColor { color: #321C7D; }

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

This text font color is #321C7D.

Background Color

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

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

This div background color is #321C7D.

Border color

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

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

This div border color is #321C7D.

Opacity

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

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

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

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

This text has shadow with #321C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #321C7D.

Preview

Color preview on black background

This text has color #321C7D on black background.


Color preview on white background

This text has color #321C7D on white background.


Black color preview on #321C7D background

This text has black color on #321C7D background.


White color preview on #321C7D background

This text has white color on #321C7D background.


Related colors

Complementary color

Complementary color for #hex is #CDE382.


I love getcolorcode.com

Triadic colors

1 #7D321C and #1C7D32 with #321C7D are triadic colors.

2 #7D1C32 and #1C327D with #321C7D are triadic colors.