COLOR #323720

HEX: #323720
RGB: (50,55,32)

Color info

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

RGB color model

#323720 color RGB value is (50,55,32).

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

RGB channels and saturation

R 50 of 255 = 20%
G 55 of 255 = 22%
B 32 of 255 = 13%

50
55
32

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

Portions of RGB colors in percentages

R + G + B =
50 + 55 + 32 = 137 (100%)
R 50 of 137 ~ 36.5%
G 55 of 137 ~ 40.15%
B 32 of 137 ~ 23.36%

%36.5
%40.15
%23.36

CMYK color model

#323720 color CMYK value is (9,0,42,78).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 41.82%
  • key color value is 78.43%
CMYK:
(9,0,42,78)
C9M0Y42K78 
(9%,0%,42%,78%)
(0.09/0.00/0.42/0.78)	

CMYK percentages

%9.09
%0
%41.82
%78.43

Codes

Color #323720 in popluar color models

323720
RGB505532
HSL73°26.44%17.06%
HSB/HSV73°41.82%21.57%
CMYK9.09%0.00%41.82%
78.43%

Color #323720 in popluar number systems.

HEX323720
Decimal505532
Binary110010110111100000
Octal626740

Shades and tints

Shades of #323720

#323720
(50,55,32)
#2E321E
(46,50,30)
#2A2D1C
(42,45,28)
#26281A
(38,40,26)
#222318
(34,35,24)
#1E1E16
(30,30,22)
#1A1914
(26,25,20)
#161412
(22,20,18)
#120F10
(18,15,16)
#0E0A0E
(14,10,14)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #323720

#323720
(50,55,32)
#444934
(68,73,52)
#565B48
(86,91,72)
#686D5C
(104,109,92)
#7A7F70
(122,127,112)
#8C9184
(140,145,132)
#9EA398
(158,163,152)
#B0B5AC
(176,181,172)
#C2C7C0
(194,199,192)
#D4D9D4
(212,217,212)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323720; }

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

This text font color is #323720.


Background Color

.myBgColor { background-color: #323720; }

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

This div background color is #323720.


Border color

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

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

This div border color is #323720.


Opacity

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

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

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

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

This text has shadow with #323720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323720 on black background.


Color preview on white background

This text has color #323720 on white background.



Black color preview on #323720 background

This text has black color on #323720 background.


White color preview on #323720 background

This text has white color on #323720 background.