COLOR #211D00

HEX: #211D00 RGB: (33,29,0)

Color info

#211D00 contains only red and green colors. Web safe color of #211D00 is #333300 (or #330).

RGB color model

#211D00 color RGB value is (33,29,0).

RGB: (33,29,0) (13%, 11%, 0%)

RGB channels and saturation

R 33 of 255 = 13%
G 29 of 255 = 11%
B 0 of 255 = 0%

33
29
0

R + G + B ~ 8%. #211D00 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 29 + 0 = 62 (100%)
R 33 of 62 ~ 53.23%
G 29 of 62 ~ 46.77%
B 0 of 62 ~ 0'%

%53.23
%46.77

CMYK color model

#211D00 color CMYK value is (0,12,100,87).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 100.00%
  • key color value is 87.06%
CMYK: (0,12,100,87) C0M12Y100K87 (0%,12%,100%,87%) (0.00/0.12/1.00/0.87) 

CMYK percentages

%0
%12.12
%100
%87.06

Codes

Color #211D00 in popluar color models

21 1D 00
RGB 33 29 0
HSL 53° 100.00% 6.47%
HSB/HSV 53° 100.00% 12.94%
CMYK 0.00% 12.12% 100.00%
87.06%

Color #211D00 in popluar number systems.

HEX 21 1D 00
Decimal 33 29 0
Binary 100001 11101 0
Octal 41 35 0

Shades and tints

Shades of #211D00

#211D00
(33,29,0)
#1E1B00
(30,27,0)
#1B1900
(27,25,0)
#181700
(24,23,0)
#151500
(21,21,0)
#121300
(18,19,0)
#0F1100
(15,17,0)
#0C0F00
(12,15,0)
#090D00
(9,13,0)
#060B00
(6,11,0)
#030900
(3,9,0)
#000000
(0,0,0)

Tints of #211D00

#211D00
(33,29,0)
#353117
(53,49,23)
#49452E
(73,69,46)
#5D5945
(93,89,69)
#716D5C
(113,109,92)
#858173
(133,129,115)
#99958A
(153,149,138)
#ADA9A1
(173,169,161)
#C1BDB8
(193,189,184)
#D5D1CF
(213,209,207)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211D00 color. Also use rgb(33,29,0) instead hex code.

Text Font Color

.myTextColor { color: #211D00; }

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

This text font color is #211D00.

Background Color

.myBgColor { background-color: #211D00; }

<div style="background-color:#211D00">Inner text</div>

This div background color is #211D00.

Border color

.myBorderColor { border: 1px solid #211D00; }

<div style="border:3px solid #211D00">Div</div>

This div border color is #211D00.

Opacity

.myOpacity80 { color: #211D00; opacity: 0.8; }

<p style="color:#211D00;opacity:0.8;">80%</p>

Text with #211D00 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 #211D00;}

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

This text has shadow with #211D00 color.


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

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

This text has shadow with #211D00 primary color and red secondary color.


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

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

This text has shadow with #211D00 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #211D00.

Preview

Color preview on black background

This text has color #211D00 on black background.


Color preview on white background

This text has color #211D00 on white background.


Black color preview on #211D00 background

This text has black color on #211D00 background.


White color preview on #211D00 background

This text has white color on #211D00 background.


Related colors

Complementary color

Complementary color for #hex is #DEE2FF.


I love getcolorcode.com

Triadic colors

1 #00211D and #1D0021 with #211D00 are triadic colors.

2 #001D21 and #1D2100 with #211D00 are triadic colors.