COLOR #323D44

HEX: #323D44
RGB: (50,61,68)

Color info

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

RGB color model

#323D44 color RGB value is (50,61,68).

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

RGB channels and saturation

R 50 of 255 = 20%
G 61 of 255 = 24%
B 68 of 255 = 27%

50
61
68

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

Portions of RGB colors in percentages

R + G + B =
50 + 61 + 68 = 179 (100%)
R 50 of 179 ~ 27.93%
G 61 of 179 ~ 34.08%
B 68 of 179 ~ 37.99%

%27.93
%34.08
%37.99

CMYK color model

#323D44 color CMYK value is (26,10,0,73).

  • cyan value is 26.47%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(26,10,0,73)
C26M10Y0K73 
(26%,10%,0%,73%)
(0.26/0.10/0.00/0.73)	

CMYK percentages

%26.47
%10.29
%0
%73.33

Codes

Color #323D44 in popluar color models

323D44
RGB506168
HSL203°15.25%23.14%
HSB/HSV203°26.47%26.67%
CMYK26.47%10.29%0.00%
73.33%

Color #323D44 in popluar number systems.

HEX323D44
Decimal506168
Binary1100101111011000100
Octal6275104

Shades and tints

Shades of #323D44

#323D44
(50,61,68)
#2E383E
(46,56,62)
#2A3338
(42,51,56)
#262E32
(38,46,50)
#22292C
(34,41,44)
#1E2426
(30,36,38)
#1A1F20
(26,31,32)
#161A1A
(22,26,26)
#121514
(18,21,20)
#0E100E
(14,16,14)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #323D44

#323D44
(50,61,68)
#444E55
(68,78,85)
#565F66
(86,95,102)
#687077
(104,112,119)
#7A8188
(122,129,136)
#8C9299
(140,146,153)
#9EA3AA
(158,163,170)
#B0B4BB
(176,180,187)
#C2C5CC
(194,197,204)
#D4D6DD
(212,214,221)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323D44; }

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

This text font color is #323D44.


Background Color

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

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

This div background color is #323D44.


Border color

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

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

This div border color is #323D44.


Opacity

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

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

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

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

This text has shadow with #323D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323D44 on black background.


Color preview on white background

This text has color #323D44 on white background.



Black color preview on #323D44 background

This text has black color on #323D44 background.


White color preview on #323D44 background

This text has white color on #323D44 background.