COLOR #323D58

HEX: #323D58
RGB: (50,61,88)

Color info

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

RGB color model

#323D58 color RGB value is (50,61,88).

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

RGB channels and saturation

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

50
61
88

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

Portions of RGB colors in percentages

R + G + B =
50 + 61 + 88 = 199 (100%)
R 50 of 199 ~ 25.13%
G 61 of 199 ~ 30.65%
B 88 of 199 ~ 44.22%

%25.13
%30.65
%44.22

CMYK color model

#323D58 color CMYK value is (43,31,0,65).

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

CMYK percentages

%43.18
%30.68
%0
%65.49

Codes

Color #323D58 in popluar color models

323D58
RGB506188
HSL223°27.54%27.06%
HSB/HSV223°43.18%34.51%
CMYK43.18%30.68%0.00%
65.49%

Color #323D58 in popluar number systems.

HEX323D58
Decimal506188
Binary1100101111011011000
Octal6275130

Shades and tints

Shades of #323D58

#323D58
(50,61,88)
#2E3850
(46,56,80)
#2A3348
(42,51,72)
#262E40
(38,46,64)
#222938
(34,41,56)
#1E2430
(30,36,48)
#1A1F28
(26,31,40)
#161A20
(22,26,32)
#121518
(18,21,24)
#0E1010
(14,16,16)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #323D58

#323D58
(50,61,88)
#444E67
(68,78,103)
#565F76
(86,95,118)
#687085
(104,112,133)
#7A8194
(122,129,148)
#8C92A3
(140,146,163)
#9EA3B2
(158,163,178)
#B0B4C1
(176,180,193)
#C2C5D0
(194,197,208)
#D4D6DF
(212,214,223)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323D58; }

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

This text font color is #323D58.


Background Color

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

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

This div background color is #323D58.


Border color

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

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

This div border color is #323D58.


Opacity

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

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

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

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

This text has shadow with #323D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323D58 on black background.


Color preview on white background

This text has color #323D58 on white background.



Black color preview on #323D58 background

This text has black color on #323D58 background.


White color preview on #323D58 background

This text has white color on #323D58 background.