COLOR #323A6A

HEX: #323A6A
RGB: (50,58,106)

Color info

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

RGB color model

#323A6A color RGB value is (50,58,106).

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

RGB channels and saturation

R 50 of 255 = 20%
G 58 of 255 = 23%
B 106 of 255 = 42%

50
58
106

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

Portions of RGB colors in percentages

R + G + B =
50 + 58 + 106 = 214 (100%)
R 50 of 214 ~ 23.36%
G 58 of 214 ~ 27.1%
B 106 of 214 ~ 49.53%

%23.36
%27.1
%49.53

CMYK color model

#323A6A color CMYK value is (53,45,0,58).

  • cyan value is 52.83%
  • magenta value is 45.28%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(53,45,0,58)
C53M45Y0K58 
(53%,45%,0%,58%)
(0.53/0.45/0.00/0.58)	

CMYK percentages

%52.83
%45.28
%0
%58.43

Codes

Color #323A6A in popluar color models

323A6A
RGB5058106
HSL231°35.90%30.59%
HSB/HSV231°52.83%41.57%
CMYK52.83%45.28%0.00%
58.43%

Color #323A6A in popluar number systems.

HEX323A6A
Decimal5058106
Binary1100101110101101010
Octal6272152

Shades and tints

Shades of #323A6A

#323A6A
(50,58,106)
#2E3561
(46,53,97)
#2A3058
(42,48,88)
#262B4F
(38,43,79)
#222646
(34,38,70)
#1E213D
(30,33,61)
#1A1C34
(26,28,52)
#16172B
(22,23,43)
#121222
(18,18,34)
#0E0D19
(14,13,25)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #323A6A

#323A6A
(50,58,106)
#444B77
(68,75,119)
#565C84
(86,92,132)
#686D91
(104,109,145)
#7A7E9E
(122,126,158)
#8C8FAB
(140,143,171)
#9EA0B8
(158,160,184)
#B0B1C5
(176,177,197)
#C2C2D2
(194,194,210)
#D4D3DF
(212,211,223)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323A6A; }

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

This text font color is #323A6A.


Background Color

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

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

This div background color is #323A6A.


Border color

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

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

This div border color is #323A6A.


Opacity

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

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

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

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

This text has shadow with #323A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323A6A on black background.


Color preview on white background

This text has color #323A6A on white background.



Black color preview on #323A6A background

This text has black color on #323A6A background.


White color preview on #323A6A background

This text has white color on #323A6A background.