COLOR #323949

HEX: #323949
RGB: (50,57,73)

Color info

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

RGB color model

#323949 color RGB value is (50,57,73).

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

RGB channels and saturation

R 50 of 255 = 20%
G 57 of 255 = 22%
B 73 of 255 = 29%

50
57
73

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

Portions of RGB colors in percentages

R + G + B =
50 + 57 + 73 = 180 (100%)
R 50 of 180 ~ 27.78%
G 57 of 180 ~ 31.67%
B 73 of 180 ~ 40.56%

%27.78
%31.67
%40.56

CMYK color model

#323949 color CMYK value is (32,22,0,71).

  • cyan value is 31.51%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(32,22,0,71)
C32M22Y0K71 
(32%,22%,0%,71%)
(0.32/0.22/0.00/0.71)	

CMYK percentages

%31.51
%21.92
%0
%71.37

Codes

Color #323949 in popluar color models

323949
RGB505773
HSL222°18.70%24.12%
HSB/HSV222°31.51%28.63%
CMYK31.51%21.92%0.00%
71.37%

Color #323949 in popluar number systems.

HEX323949
Decimal505773
Binary1100101110011001001
Octal6271111

Shades and tints

Shades of #323949

#323949
(50,57,73)
#2E3443
(46,52,67)
#2A2F3D
(42,47,61)
#262A37
(38,42,55)
#222531
(34,37,49)
#1E202B
(30,32,43)
#1A1B25
(26,27,37)
#16161F
(22,22,31)
#121119
(18,17,25)
#0E0C13
(14,12,19)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #323949

#323949
(50,57,73)
#444B59
(68,75,89)
#565D69
(86,93,105)
#686F79
(104,111,121)
#7A8189
(122,129,137)
#8C9399
(140,147,153)
#9EA5A9
(158,165,169)
#B0B7B9
(176,183,185)
#C2C9C9
(194,201,201)
#D4DBD9
(212,219,217)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323949; }

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

This text font color is #323949.


Background Color

.myBgColor { background-color: #323949; }

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

This div background color is #323949.


Border color

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

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

This div border color is #323949.


Opacity

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

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

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

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

This text has shadow with #323949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323949 on black background.


Color preview on white background

This text has color #323949 on white background.



Black color preview on #323949 background

This text has black color on #323949 background.


White color preview on #323949 background

This text has white color on #323949 background.