COLOR #07010E

HEX: #07010E
RGB: (7,1,14)

Color info

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

RGB color model

#07010E color RGB value is (7,1,14).

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

RGB channels and saturation

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

7
1
14

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

Portions of RGB colors in percentages

R + G + B =
7 + 1 + 14 = 22 (100%)
R 7 of 22 ~ 31.82%
G 1 of 22 ~ 4.55%
B 14 of 22 ~ 63.64%

%31.82
%63.64

CMYK color model

#07010E color CMYK value is (50,93,0,95).

  • cyan value is 50.00%
  • magenta value is 92.86%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(50,93,0,95)
C50M93Y0K95 
(50%,93%,0%,95%)
(0.50/0.93/0.00/0.95)	

CMYK percentages

%50
%92.86
%0
%94.51

Codes

Color #07010E in popluar color models

07010E
RGB7114
HSL268°86.67%2.94%
HSB/HSV268°92.86%5.49%
CMYK50.00%92.86%0.00%
94.51%

Color #07010E in popluar number systems.

HEX07010E
Decimal7114
Binary11111110
Octal7116

Shades and tints

Shades of #07010E

#07010E
(7,1,14)
#07010D
(7,1,13)
#07010C
(7,1,12)
#07010B
(7,1,11)
#07010A
(7,1,10)
#070109
(7,1,9)
#070108
(7,1,8)
#070107
(7,1,7)
#070106
(7,1,6)
#070105
(7,1,5)
#070104
(7,1,4)
#000000
(0,0,0)

Tints of #07010E

#07010E
(7,1,14)
#1D1823
(29,24,35)
#332F38
(51,47,56)
#49464D
(73,70,77)
#5F5D62
(95,93,98)
#757477
(117,116,119)
#8B8B8C
(139,139,140)
#A1A2A1
(161,162,161)
#B7B9B6
(183,185,182)
#CDD0CB
(205,208,203)
#E3E7E0
(227,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07010E; }

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

This text font color is #07010E.


Background Color

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

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

This div background color is #07010E.


Border color

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

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

This div border color is #07010E.


Opacity

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

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

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

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

This text has shadow with #07010E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07010E on black background.


Color preview on white background

This text has color #07010E on white background.



Black color preview on #07010E background

This text has black color on #07010E background.


White color preview on #07010E background

This text has white color on #07010E background.