COLOR #323228

HEX: #323228 RGB: (50,50,40)

Color info

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

RGB color model

#323228 color RGB value is (50,50,40).

RGB: (50,50,40) (20%, 20%, 16%)

RGB channels and saturation

R 50 of 255 = 20%
G 50 of 255 = 20%
B 40 of 255 = 16%

50
50
40

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

Portions of RGB colors in percentages

R + G + B = 50 + 50 + 40 = 140 (100%)
R 50 of 140 ~ 35.71%
G 50 of 140 ~ 35.71%
B 40 of 140 ~ 28.57'%

%35.71
%35.71
%28.57

CMYK color model

#323228 color CMYK value is (0,0,20,80).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 80.39%

CMYK: (0,0,20,80)
C0M0Y20K80 (0%, 0%, 20%, 80%)
(0.00 / 0.00 / 0.20 / 0.80)

CMYK percentages

%0
%0
%20
%80.39

Codes

Color #323228 in popluar color models

32 32 28
RGB 50 50 40
HSL 60° 11.11% 17.65%
HSB/HSV 60° 20.00% 19.61%
CMYK 0.00% 0.00% 20.00%
80.39%

Color #323228 in popluar number systems.

HEX 32 32 28
Decimal 50 50 40
Binary 110010 110010 101000
Octal 62 62 50

Shades and tints

Shades of #323228

#323228
(50,50,40)
#2E2E25
(46,46,37)
#2A2A22
(42,42,34)
#26261F
(38,38,31)
#22221C
(34,34,28)
#1E1E19
(30,30,25)
#1A1A16
(26,26,22)
#161613
(22,22,19)
#121210
(18,18,16)
#0E0E0D
(14,14,13)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #323228

#323228
(50,50,40)
#44443B
(68,68,59)
#56564E
(86,86,78)
#686861
(104,104,97)
#7A7A74
(122,122,116)
#8C8C87
(140,140,135)
#9E9E9A
(158,158,154)
#B0B0AD
(176,176,173)
#C2C2C0
(194,194,192)
#D4D4D3
(212,212,211)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323228; }

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

This text font color is #323228.

Background Color

.myBgColor { background-color: #323228; }

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

This div background color is #323228.

Border color

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

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

This div border color is #323228.

Opacity

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

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

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

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

This text has shadow with #323228 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323228.

Preview

Color preview on black background

This text has color #323228 on black background.


Color preview on white background

This text has color #323228 on white background.


Black color preview on #323228 background

This text has black color on #323228 background.


White color preview on #323228 background

This text has white color on #323228 background.


Related colors

Complementary color

Complementary color for #hex is #CDCDD7.


I love getcolorcode.com