COLOR #070713

HEX: #070713
RGB: (7,7,19)

Color info

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

RGB color model

#070713 color RGB value is (7,7,19).

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

RGB channels and saturation

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

7
7
19

R + G + B ~ 4%. #070713 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 7 + 19 = 33 (100%)
R 7 of 33 ~ 21.21%
G 7 of 33 ~ 21.21%
B 19 of 33 ~ 57.58%

%21.21
%21.21
%57.58

CMYK color model

#070713 color CMYK value is (63,63,0,93).

  • cyan value is 63.16%
  • magenta value is 63.16%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(63,63,0,93)
C63M63Y0K93 
(63%,63%,0%,93%)
(0.63/0.63/0.00/0.93)	

CMYK percentages

%63.16
%63.16
%0
%92.55

Codes

Color #070713 in popluar color models

070713
RGB7719
HSL240°46.15%5.10%
HSB/HSV240°63.16%7.45%
CMYK63.16%63.16%0.00%
92.55%

Color #070713 in popluar number systems.

HEX070713
Decimal7719
Binary11111110011
Octal7723

Shades and tints

Shades of #070713

#070713
(7,7,19)
#070712
(7,7,18)
#070711
(7,7,17)
#070710
(7,7,16)
#07070F
(7,7,15)
#07070E
(7,7,14)
#07070D
(7,7,13)
#07070C
(7,7,12)
#07070B
(7,7,11)
#07070A
(7,7,10)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #070713

#070713
(7,7,19)
#1D1D28
(29,29,40)
#33333D
(51,51,61)
#494952
(73,73,82)
#5F5F67
(95,95,103)
#75757C
(117,117,124)
#8B8B91
(139,139,145)
#A1A1A6
(161,161,166)
#B7B7BB
(183,183,187)
#CDCDD0
(205,205,208)
#E3E3E5
(227,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070713; }

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

This text font color is #070713.


Background Color

.myBgColor { background-color: #070713; }

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

This div background color is #070713.


Border color

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

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

This div border color is #070713.


Opacity

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

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

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

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

This text has shadow with #070713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070713 on black background.


Color preview on white background

This text has color #070713 on white background.



Black color preview on #070713 background

This text has black color on #070713 background.


White color preview on #070713 background

This text has white color on #070713 background.