COLOR #211B0A

HEX: #211B0A RGB: (33,27,10)

Color info

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

RGB color model

#211B0A color RGB value is (33,27,10).

RGB: (33,27,10) (13%, 11%, 4%)

RGB channels and saturation

R 33 of 255 = 13%
G 27 of 255 = 11%
B 10 of 255 = 4%

33
27
10

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

Portions of RGB colors in percentages

R + G + B = 33 + 27 + 10 = 70 (100%)
R 33 of 70 ~ 47.14%
G 27 of 70 ~ 38.57%
B 10 of 70 ~ 14.29'%

%47.14
%38.57
%14.29

CMYK color model

#211B0A color CMYK value is (0,18,70,87).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 69.70%
  • key color value is 87.06%

CMYK: (0,18,70,87)
C0M18Y70K87 (0%, 18%, 70%, 87%)
(0.00 / 0.18 / 0.70 / 0.87)

CMYK percentages

%0
%18.18
%69.7
%87.06

Codes

Color #211B0A in popluar color models

21 1B 0A
RGB 33 27 10
HSL 44° 53.49% 8.43%
HSB/HSV 44° 69.70% 12.94%
CMYK 0.00% 18.18% 69.70%
87.06%

Color #211B0A in popluar number systems.

HEX 21 1B 0A
Decimal 33 27 10
Binary 100001 11011 1010
Octal 41 33 12

Shades and tints

Shades of #211B0A

#211B0A
(33,27,10)
#1E190A
(30,25,10)
#1B170A
(27,23,10)
#18150A
(24,21,10)
#15130A
(21,19,10)
#12110A
(18,17,10)
#0F0F0A
(15,15,10)
#0C0D0A
(12,13,10)
#090B0A
(9,11,10)
#06090A
(6,9,10)
#03070A
(3,7,10)
#000000
(0,0,0)

Tints of #211B0A

#211B0A
(33,27,10)
#352F20
(53,47,32)
#494336
(73,67,54)
#5D574C
(93,87,76)
#716B62
(113,107,98)
#857F78
(133,127,120)
#99938E
(153,147,142)
#ADA7A4
(173,167,164)
#C1BBBA
(193,187,186)
#D5CFD0
(213,207,208)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211B0A; }

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

This text font color is #211B0A.

Background Color

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

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

This div background color is #211B0A.

Border color

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

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

This div border color is #211B0A.

Opacity

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

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

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

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

This text has shadow with #211B0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211B0A.

Preview

Color preview on black background

This text has color #211B0A on black background.


Color preview on white background

This text has color #211B0A on white background.


Black color preview on #211B0A background

This text has black color on #211B0A background.


White color preview on #211B0A background

This text has white color on #211B0A background.


Related colors

Complementary color

Complementary color for #hex is #DEE4F5.


I love getcolorcode.com

Triadic colors

1 #0A211B and #1B0A21 with #211B0A are triadic colors.

2 #0A1B21 and #1B210A with #211B0A are triadic colors.