COLOR #323621

HEX: #323621 RGB: (50,54,33)

Color info

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

RGB color model

#323621 color RGB value is (50,54,33).

RGB: (50,54,33) (20%, 21%, 13%)

RGB channels and saturation

R 50 of 255 = 20%
G 54 of 255 = 21%
B 33 of 255 = 13%

50
54
33

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

Portions of RGB colors in percentages

R + G + B = 50 + 54 + 33 = 137 (100%)
R 50 of 137 ~ 36.5%
G 54 of 137 ~ 39.42%
B 33 of 137 ~ 24.09'%

%36.5
%39.42
%24.09

CMYK color model

#323621 color CMYK value is (7,0,39,79).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 78.82%

CMYK: (7,0,39,79)
C7M0Y39K79 (7%, 0%, 39%, 79%)
(0.07 / 0.00 / 0.39 / 0.79)

CMYK percentages

%7.41
%0
%38.89
%78.82

Codes

Color #323621 in popluar color models

32 36 21
RGB 50 54 33
HSL 71° 24.14% 17.06%
HSB/HSV 71° 38.89% 21.18%
CMYK 7.41% 0.00% 38.89%
78.82%

Color #323621 in popluar number systems.

HEX 32 36 21
Decimal 50 54 33
Binary 110010 110110 100001
Octal 62 66 41

Shades and tints

Shades of #323621

#323621
(50,54,33)
#2E321E
(46,50,30)
#2A2E1B
(42,46,27)
#262A18
(38,42,24)
#222615
(34,38,21)
#1E2212
(30,34,18)
#1A1E0F
(26,30,15)
#161A0C
(22,26,12)
#121609
(18,22,9)
#0E1206
(14,18,6)
#0A0E03
(10,14,3)
#000000
(0,0,0)

Tints of #323621

#323621
(50,54,33)
#444835
(68,72,53)
#565A49
(86,90,73)
#686C5D
(104,108,93)
#7A7E71
(122,126,113)
#8C9085
(140,144,133)
#9EA299
(158,162,153)
#B0B4AD
(176,180,173)
#C2C6C1
(194,198,193)
#D4D8D5
(212,216,213)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323621; }

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

This text font color is #323621.

Background Color

.myBgColor { background-color: #323621; }

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

This div background color is #323621.

Border color

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

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

This div border color is #323621.

Opacity

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

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

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

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

This text has shadow with #323621 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323621.

Preview

Color preview on black background

This text has color #323621 on black background.


Color preview on white background

This text has color #323621 on white background.


Black color preview on #323621 background

This text has black color on #323621 background.


White color preview on #323621 background

This text has white color on #323621 background.


Related colors

Complementary color

Complementary color for #hex is #CDC9DE.


I love getcolorcode.com

Triadic colors

1 #213236 and #362132 with #323621 are triadic colors.

2 #213632 and #363221 with #323621 are triadic colors.