COLOR #212007

HEX: #212007 RGB: (33,32,7)

Color info

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

RGB color model

#212007 color RGB value is (33,32,7).

RGB: (33,32,7) (13%, 13%, 3%)

RGB channels and saturation

R 33 of 255 = 13%
G 32 of 255 = 13%
B 7 of 255 = 3%

33
32
7

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

Portions of RGB colors in percentages

R + G + B = 33 + 32 + 7 = 72 (100%)
R 33 of 72 ~ 45.83%
G 32 of 72 ~ 44.44%
B 7 of 72 ~ 9.72'%

%45.83
%44.44

CMYK color model

#212007 color CMYK value is (0,3,79,87).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 78.79%
  • key color value is 87.06%

CMYK: (0,3,79,87)
C0M3Y79K87 (0%, 3%, 79%, 87%)
(0.00 / 0.03 / 0.79 / 0.87)

CMYK percentages

%0
%3.03
%78.79
%87.06

Codes

Color #212007 in popluar color models

21 20 07
RGB 33 32 7
HSL 58° 65.00% 7.84%
HSB/HSV 58° 78.79% 12.94%
CMYK 0.00% 3.03% 78.79%
87.06%

Color #212007 in popluar number systems.

HEX 21 20 07
Decimal 33 32 7
Binary 100001 100000 111
Octal 41 40 7

Shades and tints

Shades of #212007

#212007
(33,32,7)
#1E1E07
(30,30,7)
#1B1C07
(27,28,7)
#181A07
(24,26,7)
#151807
(21,24,7)
#121607
(18,22,7)
#0F1407
(15,20,7)
#0C1207
(12,18,7)
#091007
(9,16,7)
#060E07
(6,14,7)
#030C07
(3,12,7)
#000000
(0,0,0)

Tints of #212007

#212007
(33,32,7)
#35341D
(53,52,29)
#494833
(73,72,51)
#5D5C49
(93,92,73)
#71705F
(113,112,95)
#858475
(133,132,117)
#99988B
(153,152,139)
#ADACA1
(173,172,161)
#C1C0B7
(193,192,183)
#D5D4CD
(213,212,205)
#E9E8E3
(233,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212007; }

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

This text font color is #212007.

Background Color

.myBgColor { background-color: #212007; }

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

This div background color is #212007.

Border color

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

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

This div border color is #212007.

Opacity

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

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

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

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

This text has shadow with #212007 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212007.

Preview

Color preview on black background

This text has color #212007 on black background.


Color preview on white background

This text has color #212007 on white background.


Black color preview on #212007 background

This text has black color on #212007 background.


White color preview on #212007 background

This text has white color on #212007 background.


Related colors

Complementary color

Complementary color for #hex is #DEDFF8.


I love getcolorcode.com

Triadic colors

1 #072120 and #200721 with #212007 are triadic colors.

2 #072021 and #202107 with #212007 are triadic colors.