COLOR #211C06

HEX: #211C06
RGB: (33,28,6)

Color info

#211C06 contains red, green and blue colors in about the same proportion. Web safe color of #211C06 is #333300 (or #330).

RGB color model

#211C06 color RGB value is (33,28,6).

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

RGB channels and saturation

R 33 of 255 = 13%
G 28 of 255 = 11%
B 6 of 255 = 2%

33
28
6

R + G + B ~ 9%. #211C06 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 28 + 6 = 67 (100%)
R 33 of 67 ~ 49.25%
G 28 of 67 ~ 41.79%
B 6 of 67 ~ 8.96%

%49.25
%41.79

CMYK color model

#211C06 color CMYK value is (0,15,82,87).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 81.82%
  • key color value is 87.06%
CMYK:
(0,15,82,87)
C0M15Y82K87 
(0%,15%,82%,87%)
(0.00/0.15/0.82/0.87)	

CMYK percentages

%0
%15.15
%81.82
%87.06

Codes

Color #211C06 in popluar color models

211C06
RGB33286
HSL49°69.23%7.65%
HSB/HSV49°81.82%12.94%
CMYK0.00%15.15%81.82%
87.06%

Color #211C06 in popluar number systems.

HEX211C06
Decimal33286
Binary10000111100110
Octal41346

Shades and tints

Shades of #211C06

#211C06
(33,28,6)
#1E1A06
(30,26,6)
#1B1806
(27,24,6)
#181606
(24,22,6)
#151406
(21,20,6)
#121206
(18,18,6)
#0F1006
(15,16,6)
#0C0E06
(12,14,6)
#090C06
(9,12,6)
#060A06
(6,10,6)
#030806
(3,8,6)
#000000
(0,0,0)

Tints of #211C06

#211C06
(33,28,6)
#35301C
(53,48,28)
#494432
(73,68,50)
#5D5848
(93,88,72)
#716C5E
(113,108,94)
#858074
(133,128,116)
#99948A
(153,148,138)
#ADA8A0
(173,168,160)
#C1BCB6
(193,188,182)
#D5D0CC
(213,208,204)
#E9E4E2
(233,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211C06; }

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

This text font color is #211C06.


Background Color

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

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

This div background color is #211C06.


Border color

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

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

This div border color is #211C06.


Opacity

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

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

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

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

This text has shadow with #211C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211C06 on black background.


Color preview on white background

This text has color #211C06 on white background.



Black color preview on #211C06 background

This text has black color on #211C06 background.


White color preview on #211C06 background

This text has white color on #211C06 background.