COLOR #323359

HEX: #323359
RGB: (50,51,89)

Color info

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

RGB color model

#323359 color RGB value is (50,51,89).

  • red value is 50;
  • green value is 51;
  • blue value is 89.
RGB:
(50,51,89)
(20%,20%,35%)

RGB channels and saturation

R 50 of 255 = 20%
G 51 of 255 = 20%
B 89 of 255 = 35%

50
51
89

R + G + B ~ 25%. #323359 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 51 + 89 = 190 (100%)
R 50 of 190 ~ 26.32%
G 51 of 190 ~ 26.84%
B 89 of 190 ~ 46.84%

%26.32
%26.84
%46.84

CMYK color model

#323359 color CMYK value is (44,43,0,65).

  • cyan value is 43.82%
  • magenta value is 42.70%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(44,43,0,65)
C44M43Y0K65 
(44%,43%,0%,65%)
(0.44/0.43/0.00/0.65)	

CMYK percentages

%43.82
%42.7
%0
%65.1

Codes

Color #323359 in popluar color models

323359
RGB505189
HSL238°28.06%27.25%
HSB/HSV238°43.82%34.90%
CMYK43.82%42.70%0.00%
65.10%

Color #323359 in popluar number systems.

HEX323359
Decimal505189
Binary1100101100111011001
Octal6263131

Shades and tints

Shades of #323359

#323359
(50,51,89)
#2E2F51
(46,47,81)
#2A2B49
(42,43,73)
#262741
(38,39,65)
#222339
(34,35,57)
#1E1F31
(30,31,49)
#1A1B29
(26,27,41)
#161721
(22,23,33)
#121319
(18,19,25)
#0E0F11
(14,15,17)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #323359

#323359
(50,51,89)
#444568
(68,69,104)
#565777
(86,87,119)
#686986
(104,105,134)
#7A7B95
(122,123,149)
#8C8DA4
(140,141,164)
#9E9FB3
(158,159,179)
#B0B1C2
(176,177,194)
#C2C3D1
(194,195,209)
#D4D5E0
(212,213,224)
#E6E7EF
(230,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323359 color. Also use rgb(50,51,89) instead hex code.

Text Font Color

.myTextColor { color: #323359; }

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

This text font color is #323359.


Background Color

.myBgColor { background-color: #323359; }

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

This div background color is #323359.


Border color

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

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

This div border color is #323359.


Opacity

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

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

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

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

This text has shadow with #323359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323359 on black background.


Color preview on white background

This text has color #323359 on white background.



Black color preview on #323359 background

This text has black color on #323359 background.


White color preview on #323359 background

This text has white color on #323359 background.