COLOR #21210D

HEX: #21210D
RGB: (33,33,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

33
33
13

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

Portions of RGB colors in percentages

R + G + B =
33 + 33 + 13 = 79 (100%)
R 33 of 79 ~ 41.77%
G 33 of 79 ~ 41.77%
B 13 of 79 ~ 16.46%

%41.77
%41.77
%16.46

CMYK color model

#21210D color CMYK value is (0,0,61,87).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 60.61%
  • key color value is 87.06%
CMYK:
(0,0,61,87)
C0M0Y61K87 
(0%,0%,61%,87%)
(0.00/0.00/0.61/0.87)	

CMYK percentages

%0
%0
%60.61
%87.06

Codes

Color #21210D in popluar color models

21210D
RGB333313
HSL60°43.48%9.02%
HSB/HSV60°60.61%12.94%
CMYK0.00%0.00%60.61%
87.06%

Color #21210D in popluar number systems.

HEX21210D
Decimal333313
Binary1000011000011101
Octal414115

Shades and tints

Shades of #21210D

#21210D
(33,33,13)
#1E1E0C
(30,30,12)
#1B1B0B
(27,27,11)
#18180A
(24,24,10)
#151509
(21,21,9)
#121208
(18,18,8)
#0F0F07
(15,15,7)
#0C0C06
(12,12,6)
#090905
(9,9,5)
#060604
(6,6,4)
#030303
(3,3,3)
#000000
(0,0,0)

Tints of #21210D

#21210D
(33,33,13)
#353523
(53,53,35)
#494939
(73,73,57)
#5D5D4F
(93,93,79)
#717165
(113,113,101)
#85857B
(133,133,123)
#999991
(153,153,145)
#ADADA7
(173,173,167)
#C1C1BD
(193,193,189)
#D5D5D3
(213,213,211)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21210D; }

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

This text font color is #21210D.


Background Color

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

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

This div background color is #21210D.


Border color

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

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

This div border color is #21210D.


Opacity

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

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

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

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

This text has shadow with #21210D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21210D on black background.


Color preview on white background

This text has color #21210D on white background.



Black color preview on #21210D background

This text has black color on #21210D background.


White color preview on #21210D background

This text has white color on #21210D background.