COLOR #070210

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
2
16

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

Portions of RGB colors in percentages

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

%28
%64

CMYK color model

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

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

CMYK percentages

%56.25
%87.5
%0
%93.73

Codes

Color #070210 in popluar color models

070210
RGB7216
HSL261°77.78%3.53%
HSB/HSV261°87.50%6.27%
CMYK56.25%87.50%0.00%
93.73%

Color #070210 in popluar number systems.

HEX070210
Decimal7216
Binary1111010000
Octal7220

Shades and tints

Shades of #070210

#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)
#070206
(7,2,6)
#000000
(0,0,0)

Tints of #070210

#070210
(7,2,16)
#1D1925
(29,25,37)
#33303A
(51,48,58)
#49474F
(73,71,79)
#5F5E64
(95,94,100)
#757579
(117,117,121)
#8B8C8E
(139,140,142)
#A1A3A3
(161,163,163)
#B7BAB8
(183,186,184)
#CDD1CD
(205,209,205)
#E3E8E2
(227,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070210; }

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

This text font color is #070210.


Background Color

.myBgColor { background-color: #070210; }

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

This div background color is #070210.


Border color

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

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

This div border color is #070210.


Opacity

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

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

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

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

This text has shadow with #070210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070210 on black background.


Color preview on white background

This text has color #070210 on white background.



Black color preview on #070210 background

This text has black color on #070210 background.


White color preview on #070210 background

This text has white color on #070210 background.