COLOR #070211

HEX: #070211
RGB: (7,2,17)

Color info

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

RGB color model

#070211 color RGB value is (7,2,17).

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

RGB channels and saturation

R 7 of 255 = 3%
G 2 of 255 = 1%
B 17 of 255 = 7%

7
2
17

R + G + B ~ 4%. #070211 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 2 + 17 = 26 (100%)
R 7 of 26 ~ 26.92%
G 2 of 26 ~ 7.69%
B 17 of 26 ~ 65.38%

%26.92
%65.38

CMYK color model

#070211 color CMYK value is (59,88,0,93).

  • cyan value is 58.82%
  • magenta value is 88.24%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(59,88,0,93)
C59M88Y0K93 
(59%,88%,0%,93%)
(0.59/0.88/0.00/0.93)	

CMYK percentages

%58.82
%88.24
%0
%93.33

Codes

Color #070211 in popluar color models

070211
RGB7217
HSL260°78.95%3.73%
HSB/HSV260°88.24%6.67%
CMYK58.82%88.24%0.00%
93.33%

Color #070211 in popluar number systems.

HEX070211
Decimal7217
Binary1111010001
Octal7221

Shades and tints

Shades of #070211

#070211
(7,2,17)
#070210
(7,2,16)
#07020F
(7,2,15)
#07020E
(7,2,14)
#07020D
(7,2,13)
#07020C
(7,2,12)
#07020B
(7,2,11)
#07020A
(7,2,10)
#070209
(7,2,9)
#070208
(7,2,8)
#070207
(7,2,7)
#000000
(0,0,0)

Tints of #070211

#070211
(7,2,17)
#1D1926
(29,25,38)
#33303B
(51,48,59)
#494750
(73,71,80)
#5F5E65
(95,94,101)
#75757A
(117,117,122)
#8B8C8F
(139,140,143)
#A1A3A4
(161,163,164)
#B7BAB9
(183,186,185)
#CDD1CE
(205,209,206)
#E3E8E3
(227,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070211; }

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

This text font color is #070211.


Background Color

.myBgColor { background-color: #070211; }

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

This div background color is #070211.


Border color

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

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

This div border color is #070211.


Opacity

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

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

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

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

This text has shadow with #070211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070211 on black background.


Color preview on white background

This text has color #070211 on white background.



Black color preview on #070211 background

This text has black color on #070211 background.


White color preview on #070211 background

This text has white color on #070211 background.