COLOR #211B07

HEX: #211B07
RGB: (33,27,7)

Color info

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

RGB color model

#211B07 color RGB value is (33,27,7).

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

RGB channels and saturation

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

33
27
7

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

Portions of RGB colors in percentages

R + G + B =
33 + 27 + 7 = 67 (100%)
R 33 of 67 ~ 49.25%
G 27 of 67 ~ 40.3%
B 7 of 67 ~ 10.45%

%49.25
%40.3
%10.45

CMYK color model

#211B07 color CMYK value is (0,18,79,87).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 78.79%
  • key color value is 87.06%
CMYK:
(0,18,79,87)
C0M18Y79K87 
(0%,18%,79%,87%)
(0.00/0.18/0.79/0.87)	

CMYK percentages

%0
%18.18
%78.79
%87.06

Codes

Color #211B07 in popluar color models

211B07
RGB33277
HSL46°65.00%7.84%
HSB/HSV46°78.79%12.94%
CMYK0.00%18.18%78.79%
87.06%

Color #211B07 in popluar number systems.

HEX211B07
Decimal33277
Binary10000111011111
Octal41337

Shades and tints

Shades of #211B07

#211B07
(33,27,7)
#1E1907
(30,25,7)
#1B1707
(27,23,7)
#181507
(24,21,7)
#151307
(21,19,7)
#121107
(18,17,7)
#0F0F07
(15,15,7)
#0C0D07
(12,13,7)
#090B07
(9,11,7)
#060907
(6,9,7)
#030707
(3,7,7)
#000000
(0,0,0)

Tints of #211B07

#211B07
(33,27,7)
#352F1D
(53,47,29)
#494333
(73,67,51)
#5D5749
(93,87,73)
#716B5F
(113,107,95)
#857F75
(133,127,117)
#99938B
(153,147,139)
#ADA7A1
(173,167,161)
#C1BBB7
(193,187,183)
#D5CFCD
(213,207,205)
#E9E3E3
(233,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211B07; }

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

This text font color is #211B07.


Background Color

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

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

This div background color is #211B07.


Border color

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

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

This div border color is #211B07.


Opacity

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

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

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

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

This text has shadow with #211B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211B07 on black background.


Color preview on white background

This text has color #211B07 on white background.



Black color preview on #211B07 background

This text has black color on #211B07 background.


White color preview on #211B07 background

This text has white color on #211B07 background.