COLOR #21421B

HEX: #21421B
RGB: (33,66,27)

Color info

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

RGB color model

#21421B color RGB value is (33,66,27).

  • red value is 33;
  • green value is 66;
  • blue value is 27.
RGB:
(33,66,27)
(13%,26%,11%)

RGB channels and saturation

R 33 of 255 = 13%
G 66 of 255 = 26%
B 27 of 255 = 11%

33
66
27

R + G + B ~ 17%. #21421B is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 66 + 27 = 126 (100%)
R 33 of 126 ~ 26.19%
G 66 of 126 ~ 52.38%
B 27 of 126 ~ 21.43%

%26.19
%52.38
%21.43

CMYK color model

#21421B color CMYK value is (50,0,59,74).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 74.12%
CMYK:
(50,0,59,74)
C50M0Y59K74 
(50%,0%,59%,74%)
(0.50/0.00/0.59/0.74)	

CMYK percentages

%50
%0
%59.09
%74.12

Codes

Color #21421B in popluar color models

21421B
RGB336627
HSL111°41.94%18.24%
HSB/HSV111°59.09%25.88%
CMYK50.00%0.00%59.09%
74.12%

Color #21421B in popluar number systems.

HEX21421B
Decimal336627
Binary100001100001011011
Octal4110233

Shades and tints

Shades of #21421B

#21421B
(33,66,27)
#1E3C19
(30,60,25)
#1B3617
(27,54,23)
#183015
(24,48,21)
#152A13
(21,42,19)
#122411
(18,36,17)
#0F1E0F
(15,30,15)
#0C180D
(12,24,13)
#09120B
(9,18,11)
#060C09
(6,12,9)
#030607
(3,6,7)
#000000
(0,0,0)

Tints of #21421B

#21421B
(33,66,27)
#35532F
(53,83,47)
#496443
(73,100,67)
#5D7557
(93,117,87)
#71866B
(113,134,107)
#85977F
(133,151,127)
#99A893
(153,168,147)
#ADB9A7
(173,185,167)
#C1CABB
(193,202,187)
#D5DBCF
(213,219,207)
#E9ECE3
(233,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21421B color. Also use rgb(33,66,27) instead hex code.

Text Font Color

.myTextColor { color: #21421B; }

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

This text font color is #21421B.


Background Color

.myBgColor { background-color: #21421B; }

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

This div background color is #21421B.


Border color

.myBorderColor { border: 1px solid #21421B; }

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

This div border color is #21421B.


Opacity

.myOpacity80 { color: #21421B; opacity: 0.8; }

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

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

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

This text has shadow with #21421B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21421B on black background.


Color preview on white background

This text has color #21421B on white background.



Black color preview on #21421B background

This text has black color on #21421B background.


White color preview on #21421B background

This text has white color on #21421B background.