COLOR #21241F

HEX: #21241F
RGB: (33,36,31)

Color info

#21241F contains red, green and blue colors in about the same proportion. Web safe color of #21241F is #333333 (or #333).

RGB color model

#21241F color RGB value is (33,36,31).

  • red value is 33;
  • green value is 36;
  • blue value is 31.
RGB:
(33,36,31)
(13%,14%,12%)

RGB channels and saturation

R 33 of 255 = 13%
G 36 of 255 = 14%
B 31 of 255 = 12%

33
36
31

R + G + B ~ 13%. #21241F is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 36 + 31 = 100 (100%)
R 33 of 100 ~ 33%
G 36 of 100 ~ 36%
B 31 of 100 ~ 31%

%33
%36
%31

CMYK color model

#21241F color CMYK value is (8,0,14,86).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 85.88%
CMYK:
(8,0,14,86)
C8M0Y14K86 
(8%,0%,14%,86%)
(0.08/0.00/0.14/0.86)	

CMYK percentages

%8.33
%0
%13.89
%85.88

Codes

Color #21241F in popluar color models

21241F
RGB333631
HSL96°7.46%13.14%
HSB/HSV96°13.89%14.12%
CMYK8.33%0.00%13.89%
85.88%

Color #21241F in popluar number systems.

HEX21241F
Decimal333631
Binary10000110010011111
Octal414437

Shades and tints

Shades of #21241F

#21241F
(33,36,31)
#1E211D
(30,33,29)
#1B1E1B
(27,30,27)
#181B19
(24,27,25)
#151817
(21,24,23)
#121515
(18,21,21)
#0F1213
(15,18,19)
#0C0F11
(12,15,17)
#090C0F
(9,12,15)
#06090D
(6,9,13)
#03060B
(3,6,11)
#000000
(0,0,0)

Tints of #21241F

#21241F
(33,36,31)
#353733
(53,55,51)
#494A47
(73,74,71)
#5D5D5B
(93,93,91)
#71706F
(113,112,111)
#858383
(133,131,131)
#999697
(153,150,151)
#ADA9AB
(173,169,171)
#C1BCBF
(193,188,191)
#D5CFD3
(213,207,211)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21241F color. Also use rgb(33,36,31) instead hex code.

Text Font Color

.myTextColor { color: #21241F; }

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

This text font color is #21241F.


Background Color

.myBgColor { background-color: #21241F; }

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

This div background color is #21241F.


Border color

.myBorderColor { border: 1px solid #21241F; }

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

This div border color is #21241F.


Opacity

.myOpacity80 { color: #21241F; opacity: 0.8; }

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

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

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

This text has shadow with #21241F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21241F on black background.


Color preview on white background

This text has color #21241F on white background.



Black color preview on #21241F background

This text has black color on #21241F background.


White color preview on #21241F background

This text has white color on #21241F background.