COLOR #322C36

HEX: #322C36
RGB: (50,44,54)

Color info

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

RGB color model

#322C36 color RGB value is (50,44,54).

  • red value is 50;
  • green value is 44;
  • blue value is 54.
RGB:
(50,44,54)
(20%,17%,21%)

RGB channels and saturation

R 50 of 255 = 20%
G 44 of 255 = 17%
B 54 of 255 = 21%

50
44
54

R + G + B ~ 19%. #322C36 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 44 + 54 = 148 (100%)
R 50 of 148 ~ 33.78%
G 44 of 148 ~ 29.73%
B 54 of 148 ~ 36.49%

%33.78
%29.73
%36.49

CMYK color model

#322C36 color CMYK value is (7,19,0,79).

  • cyan value is 7.41%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(7,19,0,79)
C7M19Y0K79 
(7%,19%,0%,79%)
(0.07/0.19/0.00/0.79)	

CMYK percentages

%7.41
%18.52
%0
%78.82

Codes

Color #322C36 in popluar color models

322C36
RGB504454
HSL276°10.20%19.22%
HSB/HSV276°18.52%21.18%
CMYK7.41%18.52%0.00%
78.82%

Color #322C36 in popluar number systems.

HEX322C36
Decimal504454
Binary110010101100110110
Octal625466

Shades and tints

Shades of #322C36

#322C36
(50,44,54)
#2E2832
(46,40,50)
#2A242E
(42,36,46)
#26202A
(38,32,42)
#221C26
(34,28,38)
#1E1822
(30,24,34)
#1A141E
(26,20,30)
#16101A
(22,16,26)
#120C16
(18,12,22)
#0E0812
(14,8,18)
#0A040E
(10,4,14)
#000000
(0,0,0)

Tints of #322C36

#322C36
(50,44,54)
#443F48
(68,63,72)
#56525A
(86,82,90)
#68656C
(104,101,108)
#7A787E
(122,120,126)
#8C8B90
(140,139,144)
#9E9EA2
(158,158,162)
#B0B1B4
(176,177,180)
#C2C4C6
(194,196,198)
#D4D7D8
(212,215,216)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #322C36 color. Also use rgb(50,44,54) instead hex code.

Text Font Color

.myTextColor { color: #322C36; }

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

This text font color is #322C36.


Background Color

.myBgColor { background-color: #322C36; }

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

This div background color is #322C36.


Border color

.myBorderColor { border: 1px solid #322C36; }

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

This div border color is #322C36.


Opacity

.myOpacity80 { color: #322C36; opacity: 0.8; }

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

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

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

This text has shadow with #322C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #322C36 on black background.


Color preview on white background

This text has color #322C36 on white background.



Black color preview on #322C36 background

This text has black color on #322C36 background.


White color preview on #322C36 background

This text has white color on #322C36 background.