COLOR #323C49

HEX: #323C49
RGB: (50,60,73)

Color info

#323C49 contains red, green and blue colors in about the same proportion. Web safe color of #323C49 is #333333 (or #333).

RGB color model

#323C49 color RGB value is (50,60,73).

  • red value is 50;
  • green value is 60;
  • blue value is 73.
RGB:
(50,60,73)
(20%,24%,29%)

RGB channels and saturation

R 50 of 255 = 20%
G 60 of 255 = 24%
B 73 of 255 = 29%

50
60
73

R + G + B ~ 24%. #323C49 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 60 + 73 = 183 (100%)
R 50 of 183 ~ 27.32%
G 60 of 183 ~ 32.79%
B 73 of 183 ~ 39.89%

%27.32
%32.79
%39.89

CMYK color model

#323C49 color CMYK value is (32,18,0,71).

  • cyan value is 31.51%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(32,18,0,71)
C32M18Y0K71 
(32%,18%,0%,71%)
(0.32/0.18/0.00/0.71)	

CMYK percentages

%31.51
%17.81
%0
%71.37

Codes

Color #323C49 in popluar color models

323C49
RGB506073
HSL214°18.70%24.12%
HSB/HSV214°31.51%28.63%
CMYK31.51%17.81%0.00%
71.37%

Color #323C49 in popluar number systems.

HEX323C49
Decimal506073
Binary1100101111001001001
Octal6274111

Shades and tints

Shades of #323C49

#323C49
(50,60,73)
#2E3743
(46,55,67)
#2A323D
(42,50,61)
#262D37
(38,45,55)
#222831
(34,40,49)
#1E232B
(30,35,43)
#1A1E25
(26,30,37)
#16191F
(22,25,31)
#121419
(18,20,25)
#0E0F13
(14,15,19)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #323C49

#323C49
(50,60,73)
#444D59
(68,77,89)
#565E69
(86,94,105)
#686F79
(104,111,121)
#7A8089
(122,128,137)
#8C9199
(140,145,153)
#9EA2A9
(158,162,169)
#B0B3B9
(176,179,185)
#C2C4C9
(194,196,201)
#D4D5D9
(212,213,217)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323C49 color. Also use rgb(50,60,73) instead hex code.

Text Font Color

.myTextColor { color: #323C49; }

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

This text font color is #323C49.


Background Color

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

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

This div background color is #323C49.


Border color

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

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

This div border color is #323C49.


Opacity

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

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

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

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

This text has shadow with #323C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323C49 on black background.


Color preview on white background

This text has color #323C49 on white background.



Black color preview on #323C49 background

This text has black color on #323C49 background.


White color preview on #323C49 background

This text has white color on #323C49 background.