COLOR #323A5D

HEX: #323A5D
RGB: (50,58,93)

Color info

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

RGB color model

#323A5D color RGB value is (50,58,93).

  • red value is 50;
  • green value is 58;
  • blue value is 93.
RGB:
(50,58,93)
(20%,23%,36%)

RGB channels and saturation

R 50 of 255 = 20%
G 58 of 255 = 23%
B 93 of 255 = 36%

50
58
93

R + G + B ~ 26%. #323A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 58 + 93 = 201 (100%)
R 50 of 201 ~ 24.88%
G 58 of 201 ~ 28.86%
B 93 of 201 ~ 46.27%

%24.88
%28.86
%46.27

CMYK color model

#323A5D color CMYK value is (46,38,0,64).

  • cyan value is 46.24%
  • magenta value is 37.63%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(46,38,0,64)
C46M38Y0K64 
(46%,38%,0%,64%)
(0.46/0.38/0.00/0.64)	

CMYK percentages

%46.24
%37.63
%0
%63.53

Codes

Color #323A5D in popluar color models

323A5D
RGB505893
HSL229°30.07%28.04%
HSB/HSV229°46.24%36.47%
CMYK46.24%37.63%0.00%
63.53%

Color #323A5D in popluar number systems.

HEX323A5D
Decimal505893
Binary1100101110101011101
Octal6272135

Shades and tints

Shades of #323A5D

#323A5D
(50,58,93)
#2E3555
(46,53,85)
#2A304D
(42,48,77)
#262B45
(38,43,69)
#22263D
(34,38,61)
#1E2135
(30,33,53)
#1A1C2D
(26,28,45)
#161725
(22,23,37)
#12121D
(18,18,29)
#0E0D15
(14,13,21)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #323A5D

#323A5D
(50,58,93)
#444B6B
(68,75,107)
#565C79
(86,92,121)
#686D87
(104,109,135)
#7A7E95
(122,126,149)
#8C8FA3
(140,143,163)
#9EA0B1
(158,160,177)
#B0B1BF
(176,177,191)
#C2C2CD
(194,194,205)
#D4D3DB
(212,211,219)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323A5D color. Also use rgb(50,58,93) instead hex code.

Text Font Color

.myTextColor { color: #323A5D; }

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

This text font color is #323A5D.


Background Color

.myBgColor { background-color: #323A5D; }

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

This div background color is #323A5D.


Border color

.myBorderColor { border: 1px solid #323A5D; }

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

This div border color is #323A5D.


Opacity

.myOpacity80 { color: #323A5D; opacity: 0.8; }

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

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

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

This text has shadow with #323A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323A5D on black background.


Color preview on white background

This text has color #323A5D on white background.



Black color preview on #323A5D background

This text has black color on #323A5D background.


White color preview on #323A5D background

This text has white color on #323A5D background.