COLOR #070007

HEX: #070007 RGB: (7,0,7)

Color info

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

RGB color model

#070007 color RGB value is (7,0,7).

RGB: (7,0,7) (3%, 0%, 3%)

RGB channels and saturation

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

7
0
7

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

Portions of RGB colors in percentages

R + G + B = 7 + 0 + 7 = 14 (100%)
R 7 of 14 ~ 50%
G 0 of 14 ~ 0%
B 7 of 14 ~ 50'%

%50
%50

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 97.25%

CMYK: (0,100,0,97)
C0M100Y0K97 (0%, 100%, 0%, 97%)
(0.00 / 1.00 / 0.00 / 0.97)

CMYK percentages

%0
%100
%0
%97.25

Codes

Color #070007 in popluar color models

07 00 07
RGB 7 0 7
HSL 300° 100.00% 1.37%
HSB/HSV 300° 100.00% 2.75%
CMYK 0.00% 100.00% 0.00%
97.25%

Color #070007 in popluar number systems.

HEX 07 00 07
Decimal 7 0 7
Binary 111 0 111
Octal 7 0 7

Shades and tints

Tints of #070007

#070007
(7,0,7)
#1D171D
(29,23,29)
#332E33
(51,46,51)
#494549
(73,69,73)
#5F5C5F
(95,92,95)
#757375
(117,115,117)
#8B8A8B
(139,138,139)
#A1A1A1
(161,161,161)
#B7B8B7
(183,184,183)
#CDCFCD
(205,207,205)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070007; }

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

This text font color is #070007.

Background Color

.myBgColor { background-color: #070007; }

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

This div background color is #070007.

Border color

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

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

This div border color is #070007.

Opacity

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

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

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

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

This text has shadow with #070007 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070007.

Preview

Color preview on black background

This text has color #070007 on black background.


Color preview on white background

This text has color #070007 on white background.


Black color preview on #070007 background

This text has black color on #070007 background.


White color preview on #070007 background

This text has white color on #070007 background.


Related colors

Complementary color

Complementary color for #hex is #F8FFF8.


I love getcolorcode.com

Triadic colors

1 #070700 and #000707 with #070007 are triadic colors.

2 #070007 and #000707 with #070007 are triadic colors.