COLOR #323258

HEX: #323258
RGB: (50,50,88)

Color info

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

RGB color model

#323258 color RGB value is (50,50,88).

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

RGB channels and saturation

R 50 of 255 = 20%
G 50 of 255 = 20%
B 88 of 255 = 35%

50
50
88

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

Portions of RGB colors in percentages

R + G + B =
50 + 50 + 88 = 188 (100%)
R 50 of 188 ~ 26.6%
G 50 of 188 ~ 26.6%
B 88 of 188 ~ 46.81%

%26.6
%26.6
%46.81

CMYK color model

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

  • cyan value is 43.18%
  • magenta value is 43.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(43,43,0,65)
C43M43Y0K65 
(43%,43%,0%,65%)
(0.43/0.43/0.00/0.65)	

CMYK percentages

%43.18
%43.18
%0
%65.49

Codes

Color #323258 in popluar color models

323258
RGB505088
HSL240°27.54%27.06%
HSB/HSV240°43.18%34.51%
CMYK43.18%43.18%0.00%
65.49%

Color #323258 in popluar number systems.

HEX323258
Decimal505088
Binary1100101100101011000
Octal6262130

Shades and tints

Shades of #323258

#323258
(50,50,88)
#2E2E50
(46,46,80)
#2A2A48
(42,42,72)
#262640
(38,38,64)
#222238
(34,34,56)
#1E1E30
(30,30,48)
#1A1A28
(26,26,40)
#161620
(22,22,32)
#121218
(18,18,24)
#0E0E10
(14,14,16)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #323258

#323258
(50,50,88)
#444467
(68,68,103)
#565676
(86,86,118)
#686885
(104,104,133)
#7A7A94
(122,122,148)
#8C8CA3
(140,140,163)
#9E9EB2
(158,158,178)
#B0B0C1
(176,176,193)
#C2C2D0
(194,194,208)
#D4D4DF
(212,212,223)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323258; }

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

This text font color is #323258.


Background Color

.myBgColor { background-color: #323258; }

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

This div background color is #323258.


Border color

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

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

This div border color is #323258.


Opacity

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

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

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

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

This text has shadow with #323258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323258 on black background.


Color preview on white background

This text has color #323258 on white background.



Black color preview on #323258 background

This text has black color on #323258 background.


White color preview on #323258 background

This text has white color on #323258 background.