COLOR #213216

HEX: #213216 RGB: (33,50,22)

Color info

#213216 contains red, green and blue colors in about the same proportion. Web safe color of #213216 is #333300 (or #330).

RGB color model

#213216 color RGB value is (33,50,22).

RGB: (33,50,22) (13%, 20%, 9%)

RGB channels and saturation

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

33
50
22

R + G + B ~ 14%. #213216 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 50 + 22 = 105 (100%)
R 33 of 105 ~ 31.43%
G 50 of 105 ~ 47.62%
B 22 of 105 ~ 20.95'%

%31.43
%47.62
%20.95

CMYK color model

#213216 color CMYK value is (34,0,56,80).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 80.39%

CMYK: (34,0,56,80)
C34M0Y56K80 (34%, 0%, 56%, 80%)
(0.34 / 0.00 / 0.56 / 0.80)

CMYK percentages

%34
%0
%56
%80.39

Codes

Color #213216 in popluar color models

21 32 16
RGB 33 50 22
HSL 96° 38.89% 14.12%
HSB/HSV 96° 56.00% 19.61%
CMYK 34.00% 0.00% 56.00%
80.39%

Color #213216 in popluar number systems.

HEX 21 32 16
Decimal 33 50 22
Binary 100001 110010 10110
Octal 41 62 26

Shades and tints

Shades of #213216

#213216
(33,50,22)
#1E2E14
(30,46,20)
#1B2A12
(27,42,18)
#182610
(24,38,16)
#15220E
(21,34,14)
#121E0C
(18,30,12)
#0F1A0A
(15,26,10)
#0C1608
(12,22,8)
#091206
(9,18,6)
#060E04
(6,14,4)
#030A02
(3,10,2)
#000000
(0,0,0)

Tints of #213216

#213216
(33,50,22)
#35442B
(53,68,43)
#495640
(73,86,64)
#5D6855
(93,104,85)
#717A6A
(113,122,106)
#858C7F
(133,140,127)
#999E94
(153,158,148)
#ADB0A9
(173,176,169)
#C1C2BE
(193,194,190)
#D5D4D3
(213,212,211)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213216; }

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

This text font color is #213216.

Background Color

.myBgColor { background-color: #213216; }

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

This div background color is #213216.

Border color

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

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

This div border color is #213216.

Opacity

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

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

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

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

This text has shadow with #213216 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213216.

Preview

Color preview on black background

This text has color #213216 on black background.


Color preview on white background

This text has color #213216 on white background.


Black color preview on #213216 background

This text has black color on #213216 background.


White color preview on #213216 background

This text has white color on #213216 background.


Related colors

Complementary color

Complementary color for #hex is #DECDE9.


I love getcolorcode.com

Triadic colors

1 #162132 and #321621 with #213216 are triadic colors.

2 #163221 and #322116 with #213216 are triadic colors.