COLOR #211515

HEX: #211515
RGB: (33,21,21)

Color info

#211515 contains red, green and blue colors in about the same proportion. Web safe color of #211515 is #330000 (or #300).

RGB color model

#211515 color RGB value is (33,21,21).

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

RGB channels and saturation

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

33
21
21

R + G + B ~ 10%. #211515 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 21 + 21 = 75 (100%)
R 33 of 75 ~ 44%
G 21 of 75 ~ 28%
B 21 of 75 ~ 28%

%44
%28
%28

CMYK color model

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

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

CMYK percentages

%0
%36.36
%36.36
%87.06

Codes

Color #211515 in popluar color models

211515
RGB332121
HSL22.22%10.59%
HSB/HSV36.36%12.94%
CMYK0.00%36.36%36.36%
87.06%

Color #211515 in popluar number systems.

HEX211515
Decimal332121
Binary1000011010110101
Octal412525

Shades and tints

Shades of #211515

#211515
(33,21,21)
#1E1414
(30,20,20)
#1B1313
(27,19,19)
#181212
(24,18,18)
#151111
(21,17,17)
#121010
(18,16,16)
#0F0F0F
(15,15,15)
#0C0E0E
(12,14,14)
#090D0D
(9,13,13)
#060C0C
(6,12,12)
#030B0B
(3,11,11)
#000000
(0,0,0)

Tints of #211515

#211515
(33,21,21)
#352A2A
(53,42,42)
#493F3F
(73,63,63)
#5D5454
(93,84,84)
#716969
(113,105,105)
#857E7E
(133,126,126)
#999393
(153,147,147)
#ADA8A8
(173,168,168)
#C1BDBD
(193,189,189)
#D5D2D2
(213,210,210)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211515; }

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

This text font color is #211515.


Background Color

.myBgColor { background-color: #211515; }

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

This div background color is #211515.


Border color

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

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

This div border color is #211515.


Opacity

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

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

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

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

This text has shadow with #211515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211515 on black background.


Color preview on white background

This text has color #211515 on white background.



Black color preview on #211515 background

This text has black color on #211515 background.


White color preview on #211515 background

This text has white color on #211515 background.