COLOR #212215

HEX: #212215 RGB: (33,34,21)

Color info

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

RGB color model

#212215 color RGB value is (33,34,21).

RGB: (33,34,21) (13%, 13%, 8%)

RGB channels and saturation

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

33
34
21

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

Portions of RGB colors in percentages

R + G + B = 33 + 34 + 21 = 88 (100%)
R 33 of 88 ~ 37.5%
G 34 of 88 ~ 38.64%
B 21 of 88 ~ 23.86'%

%37.5
%38.64
%23.86

CMYK color model

#212215 color CMYK value is (3,0,38,87).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 86.67%

CMYK: (3,0,38,87)
C3M0Y38K87 (3%, 0%, 38%, 87%)
(0.03 / 0.00 / 0.38 / 0.87)

CMYK percentages

%2.94
%0
%38.24
%86.67

Codes

Color #212215 in popluar color models

21 22 15
RGB 33 34 21
HSL 65° 23.64% 10.78%
HSB/HSV 65° 38.24% 13.33%
CMYK 2.94% 0.00% 38.24%
86.67%

Color #212215 in popluar number systems.

HEX 21 22 15
Decimal 33 34 21
Binary 100001 100010 10101
Octal 41 42 25

Shades and tints

Shades of #212215

#212215
(33,34,21)
#1E1F14
(30,31,20)
#1B1C13
(27,28,19)
#181912
(24,25,18)
#151611
(21,22,17)
#121310
(18,19,16)
#0F100F
(15,16,15)
#0C0D0E
(12,13,14)
#090A0D
(9,10,13)
#06070C
(6,7,12)
#03040B
(3,4,11)
#000000
(0,0,0)

Tints of #212215

#212215
(33,34,21)
#35362A
(53,54,42)
#494A3F
(73,74,63)
#5D5E54
(93,94,84)
#717269
(113,114,105)
#85867E
(133,134,126)
#999A93
(153,154,147)
#ADAEA8
(173,174,168)
#C1C2BD
(193,194,189)
#D5D6D2
(213,214,210)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212215; }

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

This text font color is #212215.

Background Color

.myBgColor { background-color: #212215; }

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

This div background color is #212215.

Border color

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

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

This div border color is #212215.

Opacity

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

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

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

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

This text has shadow with #212215 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212215.

Preview

Color preview on black background

This text has color #212215 on black background.


Color preview on white background

This text has color #212215 on white background.


Black color preview on #212215 background

This text has black color on #212215 background.


White color preview on #212215 background

This text has white color on #212215 background.


Related colors

Complementary color

Complementary color for #hex is #DEDDEA.


I love getcolorcode.com

Triadic colors

1 #152122 and #221521 with #212215 are triadic colors.

2 #152221 and #222115 with #212215 are triadic colors.