COLOR #07020D

HEX: #07020D
RGB: (7,2,13)

Color info

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

RGB color model

#07020D color RGB value is (7,2,13).

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

RGB channels and saturation

R 7 of 255 = 3%
G 2 of 255 = 1%
B 13 of 255 = 5%

7
2
13

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

Portions of RGB colors in percentages

R + G + B =
7 + 2 + 13 = 22 (100%)
R 7 of 22 ~ 31.82%
G 2 of 22 ~ 9.09%
B 13 of 22 ~ 59.09%

%31.82
%59.09

CMYK color model

#07020D color CMYK value is (46,85,0,95).

  • cyan value is 46.15%
  • magenta value is 84.62%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(46,85,0,95)
C46M85Y0K95 
(46%,85%,0%,95%)
(0.46/0.85/0.00/0.95)	

CMYK percentages

%46.15
%84.62
%0
%94.9

Codes

Color #07020D in popluar color models

07020D
RGB7213
HSL267°73.33%2.94%
HSB/HSV267°84.62%5.10%
CMYK46.15%84.62%0.00%
94.90%

Color #07020D in popluar number systems.

HEX07020D
Decimal7213
Binary111101101
Octal7215

Shades and tints

Shades of #07020D

#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)
#070205
(7,2,5)
#070204
(7,2,4)
#070203
(7,2,3)
#000000
(0,0,0)

Tints of #07020D

#07020D
(7,2,13)
#1D1923
(29,25,35)
#333039
(51,48,57)
#49474F
(73,71,79)
#5F5E65
(95,94,101)
#75757B
(117,117,123)
#8B8C91
(139,140,145)
#A1A3A7
(161,163,167)
#B7BABD
(183,186,189)
#CDD1D3
(205,209,211)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07020D; }

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

This text font color is #07020D.


Background Color

.myBgColor { background-color: #07020D; }

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

This div background color is #07020D.


Border color

.myBorderColor { border: 1px solid #07020D; }

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

This div border color is #07020D.


Opacity

.myOpacity80 { color: #07020D; opacity: 0.8; }

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

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

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

This text has shadow with #07020D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07020D on black background.


Color preview on white background

This text has color #07020D on white background.



Black color preview on #07020D background

This text has black color on #07020D background.


White color preview on #07020D background

This text has white color on #07020D background.