COLOR #021007

HEX: #021007
RGB: (2,16,7)

Color info

#021007 contains red, green and blue colors in about the same proportion. Web safe color of #021007 is #000000 (or #000).

RGB color model

#021007 color RGB value is (2,16,7).

  • red value is 2;
  • green value is 16;
  • blue value is 7.
RGB:
(2,16,7)
(1%,6%,3%)

RGB channels and saturation

R 2 of 255 = 1%
G 16 of 255 = 6%
B 7 of 255 = 3%

2
16
7

R + G + B ~ 3%. #021007 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 16 + 7 = 25 (100%)
R 2 of 25 ~ 8%
G 16 of 25 ~ 64%
B 7 of 25 ~ 28%

%64
%28

CMYK color model

#021007 color CMYK value is (88,0,56,94).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 93.73%
CMYK:
(88,0,56,94)
C88M0Y56K94 
(88%,0%,56%,94%)
(0.88/0.00/0.56/0.94)	

CMYK percentages

%87.5
%0
%56.25
%93.73

Codes

Color #021007 in popluar color models

021007
RGB2167
HSL141°77.78%3.53%
HSB/HSV141°87.50%6.27%
CMYK87.50%0.00%56.25%
93.73%

Color #021007 in popluar number systems.

HEX021007
Decimal2167
Binary1010000111
Octal2207

Shades and tints

Shades of #021007

#021007
(2,16,7)
#020F07
(2,15,7)
#020E07
(2,14,7)
#020D07
(2,13,7)
#020C07
(2,12,7)
#020B07
(2,11,7)
#020A07
(2,10,7)
#020907
(2,9,7)
#020807
(2,8,7)
#020707
(2,7,7)
#020607
(2,6,7)
#000000
(0,0,0)

Tints of #021007

#021007
(2,16,7)
#19251D
(25,37,29)
#303A33
(48,58,51)
#474F49
(71,79,73)
#5E645F
(94,100,95)
#757975
(117,121,117)
#8C8E8B
(140,142,139)
#A3A3A1
(163,163,161)
#BAB8B7
(186,184,183)
#D1CDCD
(209,205,205)
#E8E2E3
(232,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021007 color. Also use rgb(2,16,7) instead hex code.

Text Font Color

.myTextColor { color: #021007; }

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

This text font color is #021007.


Background Color

.myBgColor { background-color: #021007; }

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

This div background color is #021007.


Border color

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

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

This div border color is #021007.


Opacity

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

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

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

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

This text has shadow with #021007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021007 on black background.


Color preview on white background

This text has color #021007 on white background.



Black color preview on #021007 background

This text has black color on #021007 background.


White color preview on #021007 background

This text has white color on #021007 background.