COLOR #323520

HEX: #323520
RGB: (50,53,32)

Color info

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

RGB color model

#323520 color RGB value is (50,53,32).

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

RGB channels and saturation

R 50 of 255 = 20%
G 53 of 255 = 21%
B 32 of 255 = 13%

50
53
32

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

Portions of RGB colors in percentages

R + G + B =
50 + 53 + 32 = 135 (100%)
R 50 of 135 ~ 37.04%
G 53 of 135 ~ 39.26%
B 32 of 135 ~ 23.7%

%37.04
%39.26
%23.7

CMYK color model

#323520 color CMYK value is (6,0,40,79).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 39.62%
  • key color value is 79.22%
CMYK:
(6,0,40,79)
C6M0Y40K79 
(6%,0%,40%,79%)
(0.06/0.00/0.40/0.79)	

CMYK percentages

%5.66
%0
%39.62
%79.22

Codes

Color #323520 in popluar color models

323520
RGB505332
HSL69°24.71%16.67%
HSB/HSV69°39.62%20.78%
CMYK5.66%0.00%39.62%
79.22%

Color #323520 in popluar number systems.

HEX323520
Decimal505332
Binary110010110101100000
Octal626540

Shades and tints

Shades of #323520

#323520
(50,53,32)
#2E311E
(46,49,30)
#2A2D1C
(42,45,28)
#26291A
(38,41,26)
#222518
(34,37,24)
#1E2116
(30,33,22)
#1A1D14
(26,29,20)
#161912
(22,25,18)
#121510
(18,21,16)
#0E110E
(14,17,14)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #323520

#323520
(50,53,32)
#444734
(68,71,52)
#565948
(86,89,72)
#686B5C
(104,107,92)
#7A7D70
(122,125,112)
#8C8F84
(140,143,132)
#9EA198
(158,161,152)
#B0B3AC
(176,179,172)
#C2C5C0
(194,197,192)
#D4D7D4
(212,215,212)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323520; }

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

This text font color is #323520.


Background Color

.myBgColor { background-color: #323520; }

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

This div background color is #323520.


Border color

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

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

This div border color is #323520.


Opacity

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

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

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

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

This text has shadow with #323520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323520 on black background.


Color preview on white background

This text has color #323520 on white background.



Black color preview on #323520 background

This text has black color on #323520 background.


White color preview on #323520 background

This text has white color on #323520 background.