COLOR #323344

HEX: #323344
RGB: (50,51,68)

Color info

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

RGB color model

#323344 color RGB value is (50,51,68).

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

RGB channels and saturation

R 50 of 255 = 20%
G 51 of 255 = 20%
B 68 of 255 = 27%

50
51
68

R + G + B ~ 22%. #323344 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 51 + 68 = 169 (100%)
R 50 of 169 ~ 29.59%
G 51 of 169 ~ 30.18%
B 68 of 169 ~ 40.24%

%29.59
%30.18
%40.24

CMYK color model

#323344 color CMYK value is (26,25,0,73).

  • cyan value is 26.47%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(26,25,0,73)
C26M25Y0K73 
(26%,25%,0%,73%)
(0.26/0.25/0.00/0.73)	

CMYK percentages

%26.47
%25
%0
%73.33

Codes

Color #323344 in popluar color models

323344
RGB505168
HSL237°15.25%23.14%
HSB/HSV237°26.47%26.67%
CMYK26.47%25.00%0.00%
73.33%

Color #323344 in popluar number systems.

HEX323344
Decimal505168
Binary1100101100111000100
Octal6263104

Shades and tints

Shades of #323344

#323344
(50,51,68)
#2E2F3E
(46,47,62)
#2A2B38
(42,43,56)
#262732
(38,39,50)
#22232C
(34,35,44)
#1E1F26
(30,31,38)
#1A1B20
(26,27,32)
#16171A
(22,23,26)
#121314
(18,19,20)
#0E0F0E
(14,15,14)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #323344

#323344
(50,51,68)
#444555
(68,69,85)
#565766
(86,87,102)
#686977
(104,105,119)
#7A7B88
(122,123,136)
#8C8D99
(140,141,153)
#9E9FAA
(158,159,170)
#B0B1BB
(176,177,187)
#C2C3CC
(194,195,204)
#D4D5DD
(212,213,221)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323344; }

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

This text font color is #323344.


Background Color

.myBgColor { background-color: #323344; }

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

This div background color is #323344.


Border color

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

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

This div border color is #323344.


Opacity

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

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

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

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

This text has shadow with #323344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323344 on black background.


Color preview on white background

This text has color #323344 on white background.



Black color preview on #323344 background

This text has black color on #323344 background.


White color preview on #323344 background

This text has white color on #323344 background.