COLOR #21321E

HEX: #21321E RGB: (33,50,30)

Color info

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

RGB color model

#21321E color RGB value is (33,50,30).

RGB: (33,50,30) (13%, 20%, 12%)

RGB channels and saturation

R 33 of 255 = 13%
G 50 of 255 = 20%
B 30 of 255 = 12%

33
50
30

R + G + B ~ 15%. #21321E is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 50 + 30 = 113 (100%)
R 33 of 113 ~ 29.2%
G 50 of 113 ~ 44.25%
B 30 of 113 ~ 26.55'%

%29.2
%44.25
%26.55

CMYK color model

#21321E color CMYK value is (34,0,40,80).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 80.39%

CMYK: (34,0,40,80)
C34M0Y40K80 (34%, 0%, 40%, 80%)
(0.34 / 0.00 / 0.40 / 0.80)

CMYK percentages

%34
%0
%40
%80.39

Codes

Color #21321E in popluar color models

21 32 1E
RGB 33 50 30
HSL 111° 25.00% 15.69%
HSB/HSV 111° 40.00% 19.61%
CMYK 34.00% 0.00% 40.00%
80.39%

Color #21321E in popluar number systems.

HEX 21 32 1E
Decimal 33 50 30
Binary 100001 110010 11110
Octal 41 62 36

Shades and tints

Shades of #21321E

#21321E
(33,50,30)
#1E2E1C
(30,46,28)
#1B2A1A
(27,42,26)
#182618
(24,38,24)
#152216
(21,34,22)
#121E14
(18,30,20)
#0F1A12
(15,26,18)
#0C1610
(12,22,16)
#09120E
(9,18,14)
#060E0C
(6,14,12)
#030A0A
(3,10,10)
#000000
(0,0,0)

Tints of #21321E

#21321E
(33,50,30)
#354432
(53,68,50)
#495646
(73,86,70)
#5D685A
(93,104,90)
#717A6E
(113,122,110)
#858C82
(133,140,130)
#999E96
(153,158,150)
#ADB0AA
(173,176,170)
#C1C2BE
(193,194,190)
#D5D4D2
(213,212,210)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21321E; }

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

This text font color is #21321E.

Background Color

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

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

This div background color is #21321E.

Border color

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

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

This div border color is #21321E.

Opacity

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

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

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

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

This text has shadow with #21321E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21321E.

Preview

Color preview on black background

This text has color #21321E on black background.


Color preview on white background

This text has color #21321E on white background.


Black color preview on #21321E background

This text has black color on #21321E background.


White color preview on #21321E background

This text has white color on #21321E background.


Related colors

Complementary color

Complementary color for #hex is #DECDE1.


I love getcolorcode.com

Triadic colors

1 #1E2132 and #321E21 with #21321E are triadic colors.

2 #1E3221 and #32211E with #21321E are triadic colors.