COLOR #21421E

HEX: #21421E
RGB: (33,66,30)

Color info

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

RGB color model

#21421E color RGB value is (33,66,30).

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

RGB channels and saturation

R 33 of 255 = 13%
G 66 of 255 = 26%
B 30 of 255 = 12%

33
66
30

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

Portions of RGB colors in percentages

R + G + B =
33 + 66 + 30 = 129 (100%)
R 33 of 129 ~ 25.58%
G 66 of 129 ~ 51.16%
B 30 of 129 ~ 23.26%

%25.58
%51.16
%23.26

CMYK color model

#21421E color CMYK value is (50,0,55,74).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 74.12%
CMYK:
(50,0,55,74)
C50M0Y55K74 
(50%,0%,55%,74%)
(0.50/0.00/0.55/0.74)	

CMYK percentages

%50
%0
%54.55
%74.12

Codes

Color #21421E in popluar color models

21421E
RGB336630
HSL115°37.50%18.82%
HSB/HSV115°54.55%25.88%
CMYK50.00%0.00%54.55%
74.12%

Color #21421E in popluar number systems.

HEX21421E
Decimal336630
Binary100001100001011110
Octal4110236

Shades and tints

Shades of #21421E

#21421E
(33,66,30)
#1E3C1C
(30,60,28)
#1B361A
(27,54,26)
#183018
(24,48,24)
#152A16
(21,42,22)
#122414
(18,36,20)
#0F1E12
(15,30,18)
#0C1810
(12,24,16)
#09120E
(9,18,14)
#060C0C
(6,12,12)
#03060A
(3,6,10)
#000000
(0,0,0)

Tints of #21421E

#21421E
(33,66,30)
#355332
(53,83,50)
#496446
(73,100,70)
#5D755A
(93,117,90)
#71866E
(113,134,110)
#859782
(133,151,130)
#99A896
(153,168,150)
#ADB9AA
(173,185,170)
#C1CABE
(193,202,190)
#D5DBD2
(213,219,210)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21421E; }

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

This text font color is #21421E.


Background Color

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

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

This div background color is #21421E.


Border color

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

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

This div border color is #21421E.


Opacity

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

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

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

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

This text has shadow with #21421E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21421E on black background.


Color preview on white background

This text has color #21421E on white background.



Black color preview on #21421E background

This text has black color on #21421E background.


White color preview on #21421E background

This text has white color on #21421E background.