COLOR #323821

HEX: #323821
RGB: (50,56,33)

Color info

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

RGB color model

#323821 color RGB value is (50,56,33).

  • red value is 50;
  • green value is 56;
  • blue value is 33.
RGB:
(50,56,33)
(20%,22%,13%)

RGB channels and saturation

R 50 of 255 = 20%
G 56 of 255 = 22%
B 33 of 255 = 13%

50
56
33

R + G + B ~ 18%. #323821 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 56 + 33 = 139 (100%)
R 50 of 139 ~ 35.97%
G 56 of 139 ~ 40.29%
B 33 of 139 ~ 23.74%

%35.97
%40.29
%23.74

CMYK color model

#323821 color CMYK value is (11,0,41,78).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 41.07%
  • key color value is 78.04%
CMYK:
(11,0,41,78)
C11M0Y41K78 
(11%,0%,41%,78%)
(0.11/0.00/0.41/0.78)	

CMYK percentages

%10.71
%0
%41.07
%78.04

Codes

Color #323821 in popluar color models

323821
RGB505633
HSL76°25.84%17.45%
HSB/HSV76°41.07%21.96%
CMYK10.71%0.00%41.07%
78.04%

Color #323821 in popluar number systems.

HEX323821
Decimal505633
Binary110010111000100001
Octal627041

Shades and tints

Shades of #323821

#323821
(50,56,33)
#2E331E
(46,51,30)
#2A2E1B
(42,46,27)
#262918
(38,41,24)
#222415
(34,36,21)
#1E1F12
(30,31,18)
#1A1A0F
(26,26,15)
#16150C
(22,21,12)
#121009
(18,16,9)
#0E0B06
(14,11,6)
#0A0603
(10,6,3)
#000000
(0,0,0)

Tints of #323821

#323821
(50,56,33)
#444A35
(68,74,53)
#565C49
(86,92,73)
#686E5D
(104,110,93)
#7A8071
(122,128,113)
#8C9285
(140,146,133)
#9EA499
(158,164,153)
#B0B6AD
(176,182,173)
#C2C8C1
(194,200,193)
#D4DAD5
(212,218,213)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323821; }

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

This text font color is #323821.


Background Color

.myBgColor { background-color: #323821; }

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

This div background color is #323821.


Border color

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

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

This div border color is #323821.


Opacity

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

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

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

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

This text has shadow with #323821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323821 on black background.


Color preview on white background

This text has color #323821 on white background.



Black color preview on #323821 background

This text has black color on #323821 background.


White color preview on #323821 background

This text has white color on #323821 background.