COLOR #211520

HEX: #211520
RGB: (33,21,32)

Color info

#211520 contains red, green and blue colors in about the same proportion. Web safe color of #211520 is #330033 (or #303).

RGB color model

#211520 color RGB value is (33,21,32).

  • red value is 33;
  • green value is 21;
  • blue value is 32.
RGB:
(33,21,32)
(13%,8%,13%)

RGB channels and saturation

R 33 of 255 = 13%
G 21 of 255 = 8%
B 32 of 255 = 13%

33
21
32

R + G + B ~ 11%. #211520 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 21 + 32 = 86 (100%)
R 33 of 86 ~ 38.37%
G 21 of 86 ~ 24.42%
B 32 of 86 ~ 37.21%

%38.37
%24.42
%37.21

CMYK color model

#211520 color CMYK value is (0,36,3,87).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 3.03%
  • key color value is 87.06%
CMYK:
(0,36,3,87)
C0M36Y3K87 
(0%,36%,3%,87%)
(0.00/0.36/0.03/0.87)	

CMYK percentages

%0
%36.36
%3.03
%87.06

Codes

Color #211520 in popluar color models

211520
RGB332132
HSL305°22.22%10.59%
HSB/HSV305°36.36%12.94%
CMYK0.00%36.36%3.03%
87.06%

Color #211520 in popluar number systems.

HEX211520
Decimal332132
Binary10000110101100000
Octal412540

Shades and tints

Shades of #211520

#211520
(33,21,32)
#1E141E
(30,20,30)
#1B131C
(27,19,28)
#18121A
(24,18,26)
#151118
(21,17,24)
#121016
(18,16,22)
#0F0F14
(15,15,20)
#0C0E12
(12,14,18)
#090D10
(9,13,16)
#060C0E
(6,12,14)
#030B0C
(3,11,12)
#000000
(0,0,0)

Tints of #211520

#211520
(33,21,32)
#352A34
(53,42,52)
#493F48
(73,63,72)
#5D545C
(93,84,92)
#716970
(113,105,112)
#857E84
(133,126,132)
#999398
(153,147,152)
#ADA8AC
(173,168,172)
#C1BDC0
(193,189,192)
#D5D2D4
(213,210,212)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211520 color. Also use rgb(33,21,32) instead hex code.

Text Font Color

.myTextColor { color: #211520; }

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

This text font color is #211520.


Background Color

.myBgColor { background-color: #211520; }

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

This div background color is #211520.


Border color

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

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

This div border color is #211520.


Opacity

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

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

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

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

This text has shadow with #211520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211520 on black background.


Color preview on white background

This text has color #211520 on white background.



Black color preview on #211520 background

This text has black color on #211520 background.


White color preview on #211520 background

This text has white color on #211520 background.