COLOR #070703

HEX: #070703 RGB: (7,7,3)

Color info

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

RGB color model

#070703 color RGB value is (7,7,3).

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

RGB channels and saturation

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

7
7
3

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

Portions of RGB colors in percentages

R + G + B = 7 + 7 + 3 = 17 (100%)
R 7 of 17 ~ 41.18%
G 7 of 17 ~ 41.18%
B 3 of 17 ~ 17.65'%

%41.18
%41.18
%17.65

CMYK color model

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

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

CMYK: (0,0,57,97)
C0M0Y57K97 (0%, 0%, 57%, 97%)
(0.00 / 0.00 / 0.57 / 0.97)

CMYK percentages

%0
%0
%57.14
%97.25

Codes

Color #070703 in popluar color models

07 07 03
RGB 7 7 3
HSL 60° 40.00% 1.96%
HSB/HSV 60° 57.14% 2.75%
CMYK 0.00% 0.00% 57.14%
97.25%

Color #070703 in popluar number systems.

HEX 07 07 03
Decimal 7 7 3
Binary 111 111 11
Octal 7 7 3

Shades and tints

Tints of #070703

#070703
(7,7,3)
#1D1D19
(29,29,25)
#33332F
(51,51,47)
#494945
(73,73,69)
#5F5F5B
(95,95,91)
#757571
(117,117,113)
#8B8B87
(139,139,135)
#A1A19D
(161,161,157)
#B7B7B3
(183,183,179)
#CDCDC9
(205,205,201)
#E3E3DF
(227,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070703; }

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

This text font color is #070703.

Background Color

.myBgColor { background-color: #070703; }

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

This div background color is #070703.

Border color

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

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

This div border color is #070703.

Opacity

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

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

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

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

This text has shadow with #070703 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070703.

Preview

Color preview on black background

This text has color #070703 on black background.


Color preview on white background

This text has color #070703 on white background.


Black color preview on #070703 background

This text has black color on #070703 background.


White color preview on #070703 background

This text has white color on #070703 background.


Related colors

Complementary color

Complementary color for #hex is #F8F8FC.


I love getcolorcode.com