COLOR #211B13

HEX: #211B13
RGB: (33,27,19)

Color info

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

RGB color model

#211B13 color RGB value is (33,27,19).

  • red value is 33;
  • green value is 27;
  • blue value is 19.
RGB:
(33,27,19)
(13%,11%,7%)

RGB channels and saturation

R 33 of 255 = 13%
G 27 of 255 = 11%
B 19 of 255 = 7%

33
27
19

R + G + B ~ 10%. #211B13 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 27 + 19 = 79 (100%)
R 33 of 79 ~ 41.77%
G 27 of 79 ~ 34.18%
B 19 of 79 ~ 24.05%

%41.77
%34.18
%24.05

CMYK color model

#211B13 color CMYK value is (0,18,42,87).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 42.42%
  • key color value is 87.06%
CMYK:
(0,18,42,87)
C0M18Y42K87 
(0%,18%,42%,87%)
(0.00/0.18/0.42/0.87)	

CMYK percentages

%0
%18.18
%42.42
%87.06

Codes

Color #211B13 in popluar color models

211B13
RGB332719
HSL34°26.92%10.20%
HSB/HSV34°42.42%12.94%
CMYK0.00%18.18%42.42%
87.06%

Color #211B13 in popluar number systems.

HEX211B13
Decimal332719
Binary1000011101110011
Octal413323

Shades and tints

Shades of #211B13

#211B13
(33,27,19)
#1E1912
(30,25,18)
#1B1711
(27,23,17)
#181510
(24,21,16)
#15130F
(21,19,15)
#12110E
(18,17,14)
#0F0F0D
(15,15,13)
#0C0D0C
(12,13,12)
#090B0B
(9,11,11)
#06090A
(6,9,10)
#030709
(3,7,9)
#000000
(0,0,0)

Tints of #211B13

#211B13
(33,27,19)
#352F28
(53,47,40)
#49433D
(73,67,61)
#5D5752
(93,87,82)
#716B67
(113,107,103)
#857F7C
(133,127,124)
#999391
(153,147,145)
#ADA7A6
(173,167,166)
#C1BBBB
(193,187,187)
#D5CFD0
(213,207,208)
#E9E3E5
(233,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211B13 color. Also use rgb(33,27,19) instead hex code.

Text Font Color

.myTextColor { color: #211B13; }

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

This text font color is #211B13.


Background Color

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

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

This div background color is #211B13.


Border color

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

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

This div border color is #211B13.


Opacity

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

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

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

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

This text has shadow with #211B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211B13 on black background.


Color preview on white background

This text has color #211B13 on white background.



Black color preview on #211B13 background

This text has black color on #211B13 background.


White color preview on #211B13 background

This text has white color on #211B13 background.