COLOR #323671

HEX: #323671
RGB: (50,54,113)

Color info

#323671 contains mainly green and blue colors. Web safe color of #323671 is #333366 (or #336).

RGB color model

#323671 color RGB value is (50,54,113).

  • red value is 50;
  • green value is 54;
  • blue value is 113.
RGB:
(50,54,113)
(20%,21%,44%)

RGB channels and saturation

R 50 of 255 = 20%
G 54 of 255 = 21%
B 113 of 255 = 44%

50
54
113

R + G + B ~ 28%. #323671 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 54 + 113 = 217 (100%)
R 50 of 217 ~ 23.04%
G 54 of 217 ~ 24.88%
B 113 of 217 ~ 52.07%

%23.04
%24.88
%52.07

CMYK color model

#323671 color CMYK value is (56,52,0,56).

  • cyan value is 55.75%
  • magenta value is 52.21%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(56,52,0,56)
C56M52Y0K56 
(56%,52%,0%,56%)
(0.56/0.52/0.00/0.56)	

CMYK percentages

%55.75
%52.21
%0
%55.69

Codes

Color #323671 in popluar color models

323671
RGB5054113
HSL236°38.65%31.96%
HSB/HSV236°55.75%44.31%
CMYK55.75%52.21%0.00%
55.69%

Color #323671 in popluar number systems.

HEX323671
Decimal5054113
Binary1100101101101110001
Octal6266161

Shades and tints

Shades of #323671

#323671
(50,54,113)
#2E3267
(46,50,103)
#2A2E5D
(42,46,93)
#262A53
(38,42,83)
#222649
(34,38,73)
#1E223F
(30,34,63)
#1A1E35
(26,30,53)
#161A2B
(22,26,43)
#121621
(18,22,33)
#0E1217
(14,18,23)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #323671

#323671
(50,54,113)
#44487D
(68,72,125)
#565A89
(86,90,137)
#686C95
(104,108,149)
#7A7EA1
(122,126,161)
#8C90AD
(140,144,173)
#9EA2B9
(158,162,185)
#B0B4C5
(176,180,197)
#C2C6D1
(194,198,209)
#D4D8DD
(212,216,221)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323671 color. Also use rgb(50,54,113) instead hex code.

Text Font Color

.myTextColor { color: #323671; }

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

This text font color is #323671.


Background Color

.myBgColor { background-color: #323671; }

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

This div background color is #323671.


Border color

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

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

This div border color is #323671.


Opacity

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

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

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

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

This text has shadow with #323671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323671 on black background.


Color preview on white background

This text has color #323671 on white background.



Black color preview on #323671 background

This text has black color on #323671 background.


White color preview on #323671 background

This text has white color on #323671 background.