COLOR #211506

HEX: #211506
RGB: (33,21,6)

Color info

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

RGB color model

#211506 color RGB value is (33,21,6).

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

RGB channels and saturation

R 33 of 255 = 13%
G 21 of 255 = 8%
B 6 of 255 = 2%

33
21
6

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

Portions of RGB colors in percentages

R + G + B =
33 + 21 + 6 = 60 (100%)
R 33 of 60 ~ 55%
G 21 of 60 ~ 35%
B 6 of 60 ~ 10%

%55
%35
%10

CMYK color model

#211506 color CMYK value is (0,36,82,87).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 81.82%
  • key color value is 87.06%
CMYK:
(0,36,82,87)
C0M36Y82K87 
(0%,36%,82%,87%)
(0.00/0.36/0.82/0.87)	

CMYK percentages

%0
%36.36
%81.82
%87.06

Codes

Color #211506 in popluar color models

211506
RGB33216
HSL33°69.23%7.65%
HSB/HSV33°81.82%12.94%
CMYK0.00%36.36%81.82%
87.06%

Color #211506 in popluar number systems.

HEX211506
Decimal33216
Binary10000110101110
Octal41256

Shades and tints

Shades of #211506

#211506
(33,21,6)
#1E1406
(30,20,6)
#1B1306
(27,19,6)
#181206
(24,18,6)
#151106
(21,17,6)
#121006
(18,16,6)
#0F0F06
(15,15,6)
#0C0E06
(12,14,6)
#090D06
(9,13,6)
#060C06
(6,12,6)
#030B06
(3,11,6)
#000000
(0,0,0)

Tints of #211506

#211506
(33,21,6)
#352A1C
(53,42,28)
#493F32
(73,63,50)
#5D5448
(93,84,72)
#71695E
(113,105,94)
#857E74
(133,126,116)
#99938A
(153,147,138)
#ADA8A0
(173,168,160)
#C1BDB6
(193,189,182)
#D5D2CC
(213,210,204)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211506; }

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

This text font color is #211506.


Background Color

.myBgColor { background-color: #211506; }

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

This div background color is #211506.


Border color

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

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

This div border color is #211506.


Opacity

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

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

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

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

This text has shadow with #211506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211506 on black background.


Color preview on white background

This text has color #211506 on white background.



Black color preview on #211506 background

This text has black color on #211506 background.


White color preview on #211506 background

This text has white color on #211506 background.