COLOR #211806

HEX: #211806
RGB: (33,24,6)

Color info

#211806 contains red, green and blue colors in about the same proportion. Web safe color of #211806 is #330000 (or #300).

RGB color model

#211806 color RGB value is (33,24,6).

  • red value is 33;
  • green value is 24;
  • blue value is 6.
RGB:
(33,24,6)
(13%,9%,2%)

RGB channels and saturation

R 33 of 255 = 13%
G 24 of 255 = 9%
B 6 of 255 = 2%

33
24
6

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

Portions of RGB colors in percentages

R + G + B =
33 + 24 + 6 = 63 (100%)
R 33 of 63 ~ 52.38%
G 24 of 63 ~ 38.1%
B 6 of 63 ~ 9.52%

%52.38
%38.1
%9.52

CMYK color model

#211806 color CMYK value is (0,27,82,87).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 81.82%
  • key color value is 87.06%
CMYK:
(0,27,82,87)
C0M27Y82K87 
(0%,27%,82%,87%)
(0.00/0.27/0.82/0.87)	

CMYK percentages

%0
%27.27
%81.82
%87.06

Codes

Color #211806 in popluar color models

211806
RGB33246
HSL40°69.23%7.65%
HSB/HSV40°81.82%12.94%
CMYK0.00%27.27%81.82%
87.06%

Color #211806 in popluar number systems.

HEX211806
Decimal33246
Binary10000111000110
Octal41306

Shades and tints

Shades of #211806

#211806
(33,24,6)
#1E1606
(30,22,6)
#1B1406
(27,20,6)
#181206
(24,18,6)
#151006
(21,16,6)
#120E06
(18,14,6)
#0F0C06
(15,12,6)
#0C0A06
(12,10,6)
#090806
(9,8,6)
#060606
(6,6,6)
#030406
(3,4,6)
#000000
(0,0,0)

Tints of #211806

#211806
(33,24,6)
#352D1C
(53,45,28)
#494232
(73,66,50)
#5D5748
(93,87,72)
#716C5E
(113,108,94)
#858174
(133,129,116)
#99968A
(153,150,138)
#ADABA0
(173,171,160)
#C1C0B6
(193,192,182)
#D5D5CC
(213,213,204)
#E9EAE2
(233,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211806 color. Also use rgb(33,24,6) instead hex code.

Text Font Color

.myTextColor { color: #211806; }

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

This text font color is #211806.


Background Color

.myBgColor { background-color: #211806; }

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

This div background color is #211806.


Border color

.myBorderColor { border: 1px solid #211806; }

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

This div border color is #211806.


Opacity

.myOpacity80 { color: #211806; opacity: 0.8; }

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

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

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

This text has shadow with #211806 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211806 on black background.


Color preview on white background

This text has color #211806 on white background.



Black color preview on #211806 background

This text has black color on #211806 background.


White color preview on #211806 background

This text has white color on #211806 background.