COLOR #070011

HEX: #070011
RGB: (7,0,17)

Color info

#070011 contains only red and blue colors. Web safe color of #070011 is #000000 (or #000).

RGB color model

#070011 color RGB value is (7,0,17).

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

RGB channels and saturation

R 7 of 255 = 3%
G 0 of 255 = 0%
B 17 of 255 = 7%

7
0
17

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

Portions of RGB colors in percentages

R + G + B =
7 + 0 + 17 = 24 (100%)
R 7 of 24 ~ 29.17%
G 0 of 24 ~ 0%
B 17 of 24 ~ 70.83%

%29.17
%70.83

CMYK color model

#070011 color CMYK value is (59,100,0,93).

  • cyan value is 58.82%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(59,100,0,93)
C59M100Y0K93 
(59%,100%,0%,93%)
(0.59/1.00/0.00/0.93)	

CMYK percentages

%58.82
%100
%0
%93.33

Codes

Color #070011 in popluar color models

070011
RGB7017
HSL265°100.00%3.33%
HSB/HSV265°100.00%6.67%
CMYK58.82%100.00%0.00%
93.33%

Color #070011 in popluar number systems.

HEX070011
Decimal7017
Binary111010001
Octal7021

Shades and tints

Shades of #070011

#070011
(7,0,17)
#070010
(7,0,16)
#07000F
(7,0,15)
#07000E
(7,0,14)
#07000D
(7,0,13)
#07000C
(7,0,12)
#07000B
(7,0,11)
#07000A
(7,0,10)
#070009
(7,0,9)
#070008
(7,0,8)
#070007
(7,0,7)
#000000
(0,0,0)

Tints of #070011

#070011
(7,0,17)
#1D1726
(29,23,38)
#332E3B
(51,46,59)
#494550
(73,69,80)
#5F5C65
(95,92,101)
#75737A
(117,115,122)
#8B8A8F
(139,138,143)
#A1A1A4
(161,161,164)
#B7B8B9
(183,184,185)
#CDCFCE
(205,207,206)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070011; }

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

This text font color is #070011.


Background Color

.myBgColor { background-color: #070011; }

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

This div background color is #070011.


Border color

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

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

This div border color is #070011.


Opacity

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

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

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

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

This text has shadow with #070011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070011 on black background.


Color preview on white background

This text has color #070011 on white background.



Black color preview on #070011 background

This text has black color on #070011 background.


White color preview on #070011 background

This text has white color on #070011 background.