COLOR #070003

HEX: #070003
RGB: (7,0,3)

Color info

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

RGB color model

#070003 color RGB value is (7,0,3).

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

RGB channels and saturation

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

7
0
3

R + G + B ~ 1%. #070003 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 0 + 3 = 10 (100%)
R 7 of 10 ~ 70%
G 0 of 10 ~ 0%
B 3 of 10 ~ 30%

%70
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 57.14%
  • key color value is 97.25%
CMYK:
(0,100,57,97)
C0M100Y57K97 
(0%,100%,57%,97%)
(0.00/1.00/0.57/0.97)	

CMYK percentages

%0
%100
%57.14
%97.25

Codes

Color #070003 in popluar color models

070003
RGB703
HSL334°100.00%1.37%
HSB/HSV334°100.00%2.75%
CMYK0.00%100.00%57.14%
97.25%

Color #070003 in popluar number systems.

HEX070003
Decimal703
Binary111011
Octal703

Shades and tints

Tints of #070003

#070003
(7,0,3)
#1D1719
(29,23,25)
#332E2F
(51,46,47)
#494545
(73,69,69)
#5F5C5B
(95,92,91)
#757371
(117,115,113)
#8B8A87
(139,138,135)
#A1A19D
(161,161,157)
#B7B8B3
(183,184,179)
#CDCFC9
(205,207,201)
#E3E6DF
(227,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070003; }

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

This text font color is #070003.


Background Color

.myBgColor { background-color: #070003; }

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

This div background color is #070003.


Border color

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

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

This div border color is #070003.


Opacity

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

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

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

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

This text has shadow with #070003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070003 on black background.


Color preview on white background

This text has color #070003 on white background.



Black color preview on #070003 background

This text has black color on #070003 background.


White color preview on #070003 background

This text has white color on #070003 background.