COLOR #323E61

HEX: #323E61
RGB: (50,62,97)

Color info

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

RGB color model

#323E61 color RGB value is (50,62,97).

  • red value is 50;
  • green value is 62;
  • blue value is 97.
RGB:
(50,62,97)
(20%,24%,38%)

RGB channels and saturation

R 50 of 255 = 20%
G 62 of 255 = 24%
B 97 of 255 = 38%

50
62
97

R + G + B ~ 27%. #323E61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 62 + 97 = 209 (100%)
R 50 of 209 ~ 23.92%
G 62 of 209 ~ 29.67%
B 97 of 209 ~ 46.41%

%23.92
%29.67
%46.41

CMYK color model

#323E61 color CMYK value is (48,36,0,62).

  • cyan value is 48.45%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(48,36,0,62)
C48M36Y0K62 
(48%,36%,0%,62%)
(0.48/0.36/0.00/0.62)	

CMYK percentages

%48.45
%36.08
%0
%61.96

Codes

Color #323E61 in popluar color models

323E61
RGB506297
HSL225°31.97%28.82%
HSB/HSV225°48.45%38.04%
CMYK48.45%36.08%0.00%
61.96%

Color #323E61 in popluar number systems.

HEX323E61
Decimal506297
Binary1100101111101100001
Octal6276141

Shades and tints

Shades of #323E61

#323E61
(50,62,97)
#2E3959
(46,57,89)
#2A3451
(42,52,81)
#262F49
(38,47,73)
#222A41
(34,42,65)
#1E2539
(30,37,57)
#1A2031
(26,32,49)
#161B29
(22,27,41)
#121621
(18,22,33)
#0E1119
(14,17,25)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #323E61

#323E61
(50,62,97)
#444F6F
(68,79,111)
#56607D
(86,96,125)
#68718B
(104,113,139)
#7A8299
(122,130,153)
#8C93A7
(140,147,167)
#9EA4B5
(158,164,181)
#B0B5C3
(176,181,195)
#C2C6D1
(194,198,209)
#D4D7DF
(212,215,223)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323E61 color. Also use rgb(50,62,97) instead hex code.

Text Font Color

.myTextColor { color: #323E61; }

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

This text font color is #323E61.


Background Color

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

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

This div background color is #323E61.


Border color

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

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

This div border color is #323E61.


Opacity

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

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

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

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

This text has shadow with #323E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323E61 on black background.


Color preview on white background

This text has color #323E61 on white background.



Black color preview on #323E61 background

This text has black color on #323E61 background.


White color preview on #323E61 background

This text has white color on #323E61 background.