COLOR #323420

HEX: #323420
RGB: (50,52,32)

Color info

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

RGB color model

#323420 color RGB value is (50,52,32).

  • red value is 50;
  • green value is 52;
  • blue value is 32.
RGB:
(50,52,32)
(20%,20%,13%)

RGB channels and saturation

R 50 of 255 = 20%
G 52 of 255 = 20%
B 32 of 255 = 13%

50
52
32

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

Portions of RGB colors in percentages

R + G + B =
50 + 52 + 32 = 134 (100%)
R 50 of 134 ~ 37.31%
G 52 of 134 ~ 38.81%
B 32 of 134 ~ 23.88%

%37.31
%38.81
%23.88

CMYK color model

#323420 color CMYK value is (4,0,38,80).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 79.61%
CMYK:
(4,0,38,80)
C4M0Y38K80 
(4%,0%,38%,80%)
(0.04/0.00/0.38/0.80)	

CMYK percentages

%3.85
%0
%38.46
%79.61

Codes

Color #323420 in popluar color models

323420
RGB505232
HSL66°23.81%16.47%
HSB/HSV66°38.46%20.39%
CMYK3.85%0.00%38.46%
79.61%

Color #323420 in popluar number systems.

HEX323420
Decimal505232
Binary110010110100100000
Octal626440

Shades and tints

Shades of #323420

#323420
(50,52,32)
#2E301E
(46,48,30)
#2A2C1C
(42,44,28)
#26281A
(38,40,26)
#222418
(34,36,24)
#1E2016
(30,32,22)
#1A1C14
(26,28,20)
#161812
(22,24,18)
#121410
(18,20,16)
#0E100E
(14,16,14)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #323420

#323420
(50,52,32)
#444634
(68,70,52)
#565848
(86,88,72)
#686A5C
(104,106,92)
#7A7C70
(122,124,112)
#8C8E84
(140,142,132)
#9EA098
(158,160,152)
#B0B2AC
(176,178,172)
#C2C4C0
(194,196,192)
#D4D6D4
(212,214,212)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323420; }

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

This text font color is #323420.


Background Color

.myBgColor { background-color: #323420; }

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

This div background color is #323420.


Border color

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

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

This div border color is #323420.


Opacity

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

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

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

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

This text has shadow with #323420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323420 on black background.


Color preview on white background

This text has color #323420 on white background.



Black color preview on #323420 background

This text has black color on #323420 background.


White color preview on #323420 background

This text has white color on #323420 background.