COLOR #321F57

HEX: #321F57 RGB: (50,31,87)

Color info

#321F57 contains red, green and blue colors in about the same proportion. Web safe color of #321F57 is #333366 (or #336).

RGB color model

#321F57 color RGB value is (50,31,87).

RGB: (50,31,87) (20%, 12%, 34%)

RGB channels and saturation

R 50 of 255 = 20%
G 31 of 255 = 12%
B 87 of 255 = 34%

50
31
87

R + G + B ~ 22%. #321F57 is dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 31 + 87 = 168 (100%)
R 50 of 168 ~ 29.76%
G 31 of 168 ~ 18.45%
B 87 of 168 ~ 51.79'%

%29.76
%18.45
%51.79

CMYK color model

#321F57 color CMYK value is (43,64,0,66).

  • cyan value is 42.53%
  • magenta value is 64.37%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (43,64,0,66)
C43M64Y0K66 (43%, 64%, 0%, 66%)
(0.43 / 0.64 / 0.00 / 0.66)

CMYK percentages

%42.53
%64.37
%0
%65.88

Codes

Color #321F57 in popluar color models

32 1F 57
RGB 50 31 87
HSL 260° 47.46% 23.14%
HSB/HSV 260° 64.37% 34.12%
CMYK 42.53% 64.37% 0.00%
65.88%

Color #321F57 in popluar number systems.

HEX 32 1F 57
Decimal 50 31 87
Binary 110010 11111 1010111
Octal 62 37 127

Shades and tints

Shades of #321F57

#321F57
(50,31,87)
#2E1D50
(46,29,80)
#2A1B49
(42,27,73)
#261942
(38,25,66)
#22173B
(34,23,59)
#1E1534
(30,21,52)
#1A132D
(26,19,45)
#161126
(22,17,38)
#120F1F
(18,15,31)
#0E0D18
(14,13,24)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #321F57

#321F57
(50,31,87)
#443366
(68,51,102)
#564775
(86,71,117)
#685B84
(104,91,132)
#7A6F93
(122,111,147)
#8C83A2
(140,131,162)
#9E97B1
(158,151,177)
#B0ABC0
(176,171,192)
#C2BFCF
(194,191,207)
#D4D3DE
(212,211,222)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321F57 color. Also use rgb(50,31,87) instead hex code.

Text Font Color

.myTextColor { color: #321F57; }

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

This text font color is #321F57.

Background Color

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

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

This div background color is #321F57.

Border color

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

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

This div border color is #321F57.

Opacity

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

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

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

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

This text has shadow with #321F57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #321F57.

Preview

Color preview on black background

This text has color #321F57 on black background.


Color preview on white background

This text has color #321F57 on white background.


Black color preview on #321F57 background

This text has black color on #321F57 background.


White color preview on #321F57 background

This text has white color on #321F57 background.


Related colors

Complementary color

Complementary color for #hex is #CDE0A8.


I love getcolorcode.com

Triadic colors

1 #57321F and #1F5732 with #321F57 are triadic colors.

2 #571F32 and #1F3257 with #321F57 are triadic colors.