COLOR #21220D

HEX: #21220D RGB: (33,34,13)

Color info

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

RGB color model

#21220D color RGB value is (33,34,13).

RGB: (33,34,13) (13%, 13%, 5%)

RGB channels and saturation

R 33 of 255 = 13%
G 34 of 255 = 13%
B 13 of 255 = 5%

33
34
13

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

Portions of RGB colors in percentages

R + G + B = 33 + 34 + 13 = 80 (100%)
R 33 of 80 ~ 41.25%
G 34 of 80 ~ 42.5%
B 13 of 80 ~ 16.25'%

%41.25
%42.5
%16.25

CMYK color model

#21220D color CMYK value is (3,0,62,87).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 61.76%
  • key color value is 86.67%
CMYK: (3,0,62,87) C3M0Y62K87 (3%,0%,62%,87%) (0.03/0.00/0.62/0.87) 

CMYK percentages

%2.94
%0
%61.76
%86.67

Codes

Color #21220D in popluar color models

21 22 0D
RGB 33 34 13
HSL 63° 44.68% 9.22%
HSB/HSV 63° 61.76% 13.33%
CMYK 2.94% 0.00% 61.76%
86.67%

Color #21220D in popluar number systems.

HEX 21 22 0D
Decimal 33 34 13
Binary 100001 100010 1101
Octal 41 42 15

Shades and tints

Shades of #21220D

#21220D
(33,34,13)
#1E1F0C
(30,31,12)
#1B1C0B
(27,28,11)
#18190A
(24,25,10)
#151609
(21,22,9)
#121308
(18,19,8)
#0F1007
(15,16,7)
#0C0D06
(12,13,6)
#090A05
(9,10,5)
#060704
(6,7,4)
#030403
(3,4,3)
#000000
(0,0,0)

Tints of #21220D

#21220D
(33,34,13)
#353623
(53,54,35)
#494A39
(73,74,57)
#5D5E4F
(93,94,79)
#717265
(113,114,101)
#85867B
(133,134,123)
#999A91
(153,154,145)
#ADAEA7
(173,174,167)
#C1C2BD
(193,194,189)
#D5D6D3
(213,214,211)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21220D; }

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

This text font color is #21220D.

Background Color

.myBgColor { background-color: #21220D; }

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

This div background color is #21220D.

Border color

.myBorderColor { border: 1px solid #21220D; }

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

This div border color is #21220D.

Opacity

.myOpacity80 { color: #21220D; opacity: 0.8; }

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

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

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

This text has shadow with #21220D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21220D.

Preview

Color preview on black background

This text has color #21220D on black background.


Color preview on white background

This text has color #21220D on white background.


Black color preview on #21220D background

This text has black color on #21220D background.


White color preview on #21220D background

This text has white color on #21220D background.


Related colors

Complementary color

Complementary color for #hex is #DEDDF2.


I love getcolorcode.com

Triadic colors

1 #0D2122 and #220D21 with #21220D are triadic colors.

2 #0D2221 and #22210D with #21220D are triadic colors.