COLOR #323F55

HEX: #323F55
RGB: (50,63,85)

Color info

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

RGB color model

#323F55 color RGB value is (50,63,85).

  • red value is 50;
  • green value is 63;
  • blue value is 85.
RGB:
(50,63,85)
(20%,25%,33%)

RGB channels and saturation

R 50 of 255 = 20%
G 63 of 255 = 25%
B 85 of 255 = 33%

50
63
85

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

Portions of RGB colors in percentages

R + G + B =
50 + 63 + 85 = 198 (100%)
R 50 of 198 ~ 25.25%
G 63 of 198 ~ 31.82%
B 85 of 198 ~ 42.93%

%25.25
%31.82
%42.93

CMYK color model

#323F55 color CMYK value is (41,26,0,67).

  • cyan value is 41.18%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(41,26,0,67)
C41M26Y0K67 
(41%,26%,0%,67%)
(0.41/0.26/0.00/0.67)	

CMYK percentages

%41.18
%25.88
%0
%66.67

Codes

Color #323F55 in popluar color models

323F55
RGB506385
HSL218°25.93%26.47%
HSB/HSV218°41.18%33.33%
CMYK41.18%25.88%0.00%
66.67%

Color #323F55 in popluar number systems.

HEX323F55
Decimal506385
Binary1100101111111010101
Octal6277125

Shades and tints

Shades of #323F55

#323F55
(50,63,85)
#2E3A4E
(46,58,78)
#2A3547
(42,53,71)
#263040
(38,48,64)
#222B39
(34,43,57)
#1E2632
(30,38,50)
#1A212B
(26,33,43)
#161C24
(22,28,36)
#12171D
(18,23,29)
#0E1216
(14,18,22)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #323F55

#323F55
(50,63,85)
#445064
(68,80,100)
#566173
(86,97,115)
#687282
(104,114,130)
#7A8391
(122,131,145)
#8C94A0
(140,148,160)
#9EA5AF
(158,165,175)
#B0B6BE
(176,182,190)
#C2C7CD
(194,199,205)
#D4D8DC
(212,216,220)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323F55 color. Also use rgb(50,63,85) instead hex code.

Text Font Color

.myTextColor { color: #323F55; }

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

This text font color is #323F55.


Background Color

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

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

This div background color is #323F55.


Border color

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

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

This div border color is #323F55.


Opacity

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

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

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

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

This text has shadow with #323F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323F55 on black background.


Color preview on white background

This text has color #323F55 on white background.



Black color preview on #323F55 background

This text has black color on #323F55 background.


White color preview on #323F55 background

This text has white color on #323F55 background.