COLOR #07020E

HEX: #07020E
RGB: (7,2,14)

Color info

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

RGB color model

#07020E color RGB value is (7,2,14).

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

RGB channels and saturation

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

7
2
14

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

Portions of RGB colors in percentages

R + G + B =
7 + 2 + 14 = 23 (100%)
R 7 of 23 ~ 30.43%
G 2 of 23 ~ 8.7%
B 14 of 23 ~ 60.87%

%30.43
%60.87

CMYK color model

#07020E color CMYK value is (50,86,0,95).

  • cyan value is 50.00%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(50,86,0,95)
C50M86Y0K95 
(50%,86%,0%,95%)
(0.50/0.86/0.00/0.95)	

CMYK percentages

%50
%85.71
%0
%94.51

Codes

Color #07020E in popluar color models

07020E
RGB7214
HSL265°75.00%3.14%
HSB/HSV265°85.71%5.49%
CMYK50.00%85.71%0.00%
94.51%

Color #07020E in popluar number systems.

HEX07020E
Decimal7214
Binary111101110
Octal7216

Shades and tints

Shades of #07020E

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

Tints of #07020E

#07020E
(7,2,14)
#1D1923
(29,25,35)
#333038
(51,48,56)
#49474D
(73,71,77)
#5F5E62
(95,94,98)
#757577
(117,117,119)
#8B8C8C
(139,140,140)
#A1A3A1
(161,163,161)
#B7BAB6
(183,186,182)
#CDD1CB
(205,209,203)
#E3E8E0
(227,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07020E; }

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

This text font color is #07020E.


Background Color

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

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

This div background color is #07020E.


Border color

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

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

This div border color is #07020E.


Opacity

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

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

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

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

This text has shadow with #07020E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07020E on black background.


Color preview on white background

This text has color #07020E on white background.



Black color preview on #07020E background

This text has black color on #07020E background.


White color preview on #07020E background

This text has white color on #07020E background.