COLOR #323968

HEX: #323968
RGB: (50,57,104)

Color info

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

RGB color model

#323968 color RGB value is (50,57,104).

  • red value is 50;
  • green value is 57;
  • blue value is 104.
RGB:
(50,57,104)
(20%,22%,41%)

RGB channels and saturation

R 50 of 255 = 20%
G 57 of 255 = 22%
B 104 of 255 = 41%

50
57
104

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

Portions of RGB colors in percentages

R + G + B =
50 + 57 + 104 = 211 (100%)
R 50 of 211 ~ 23.7%
G 57 of 211 ~ 27.01%
B 104 of 211 ~ 49.29%

%23.7
%27.01
%49.29

CMYK color model

#323968 color CMYK value is (52,45,0,59).

  • cyan value is 51.92%
  • magenta value is 45.19%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(52,45,0,59)
C52M45Y0K59 
(52%,45%,0%,59%)
(0.52/0.45/0.00/0.59)	

CMYK percentages

%51.92
%45.19
%0
%59.22

Codes

Color #323968 in popluar color models

323968
RGB5057104
HSL232°35.06%30.20%
HSB/HSV232°51.92%40.78%
CMYK51.92%45.19%0.00%
59.22%

Color #323968 in popluar number systems.

HEX323968
Decimal5057104
Binary1100101110011101000
Octal6271150

Shades and tints

Shades of #323968

#323968
(50,57,104)
#2E345F
(46,52,95)
#2A2F56
(42,47,86)
#262A4D
(38,42,77)
#222544
(34,37,68)
#1E203B
(30,32,59)
#1A1B32
(26,27,50)
#161629
(22,22,41)
#121120
(18,17,32)
#0E0C17
(14,12,23)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #323968

#323968
(50,57,104)
#444B75
(68,75,117)
#565D82
(86,93,130)
#686F8F
(104,111,143)
#7A819C
(122,129,156)
#8C93A9
(140,147,169)
#9EA5B6
(158,165,182)
#B0B7C3
(176,183,195)
#C2C9D0
(194,201,208)
#D4DBDD
(212,219,221)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323968 color. Also use rgb(50,57,104) instead hex code.

Text Font Color

.myTextColor { color: #323968; }

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

This text font color is #323968.


Background Color

.myBgColor { background-color: #323968; }

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

This div background color is #323968.


Border color

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

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

This div border color is #323968.


Opacity

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

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

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

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

This text has shadow with #323968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323968 on black background.


Color preview on white background

This text has color #323968 on white background.



Black color preview on #323968 background

This text has black color on #323968 background.


White color preview on #323968 background

This text has white color on #323968 background.