COLOR #070008

HEX: #070008
RGB: (7,0,8)

Color info

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

RGB color model

#070008 color RGB value is (7,0,8).

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

RGB channels and saturation

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

7
0
8

R + G + B ~ 2%. #070008 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 0 + 8 = 15 (100%)
R 7 of 15 ~ 46.67%
G 0 of 15 ~ 0%
B 8 of 15 ~ 53.33%

%46.67
%53.33

CMYK color model

#070008 color CMYK value is (13,100,0,97).

  • cyan value is 12.50%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 96.86%
CMYK:
(13,100,0,97)
C13M100Y0K97 
(13%,100%,0%,97%)
(0.13/1.00/0.00/0.97)	

CMYK percentages

%12.5
%100
%0
%96.86

Codes

Color #070008 in popluar color models

070008
RGB708
HSL293°100.00%1.57%
HSB/HSV293°100.00%3.14%
CMYK12.50%100.00%0.00%
96.86%

Color #070008 in popluar number systems.

HEX070008
Decimal708
Binary11101000
Octal7010

Shades and tints

Tints of #070008

#070008
(7,0,8)
#1D171E
(29,23,30)
#332E34
(51,46,52)
#49454A
(73,69,74)
#5F5C60
(95,92,96)
#757376
(117,115,118)
#8B8A8C
(139,138,140)
#A1A1A2
(161,161,162)
#B7B8B8
(183,184,184)
#CDCFCE
(205,207,206)
#E3E6E4
(227,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070008; }

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

This text font color is #070008.


Background Color

.myBgColor { background-color: #070008; }

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

This div background color is #070008.


Border color

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

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

This div border color is #070008.


Opacity

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

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

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

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

This text has shadow with #070008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070008 on black background.


Color preview on white background

This text has color #070008 on white background.



Black color preview on #070008 background

This text has black color on #070008 background.


White color preview on #070008 background

This text has white color on #070008 background.