COLOR #080713

HEX: #080713
RGB: (8,7,19)

Color info

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

RGB color model

#080713 color RGB value is (8,7,19).

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

RGB channels and saturation

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

8
7
19

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

Portions of RGB colors in percentages

R + G + B =
8 + 7 + 19 = 34 (100%)
R 8 of 34 ~ 23.53%
G 7 of 34 ~ 20.59%
B 19 of 34 ~ 55.88%

%23.53
%20.59
%55.88

CMYK color model

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

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

CMYK percentages

%57.89
%63.16
%0
%92.55

Codes

Color #080713 in popluar color models

080713
RGB8719
HSL245°46.15%5.10%
HSB/HSV245°63.16%7.45%
CMYK57.89%63.16%0.00%
92.55%

Color #080713 in popluar number systems.

HEX080713
Decimal8719
Binary100011110011
Octal10723

Shades and tints

Shades of #080713

#080713
(8,7,19)
#080712
(8,7,18)
#080711
(8,7,17)
#080710
(8,7,16)
#08070F
(8,7,15)
#08070E
(8,7,14)
#08070D
(8,7,13)
#08070C
(8,7,12)
#08070B
(8,7,11)
#08070A
(8,7,10)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #080713

#080713
(8,7,19)
#1E1D28
(30,29,40)
#34333D
(52,51,61)
#4A4952
(74,73,82)
#605F67
(96,95,103)
#76757C
(118,117,124)
#8C8B91
(140,139,145)
#A2A1A6
(162,161,166)
#B8B7BB
(184,183,187)
#CECDD0
(206,205,208)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080713; }

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

This text font color is #080713.


Background Color

.myBgColor { background-color: #080713; }

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

This div background color is #080713.


Border color

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

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

This div border color is #080713.


Opacity

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

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

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

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

This text has shadow with #080713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080713 on black background.


Color preview on white background

This text has color #080713 on white background.



Black color preview on #080713 background

This text has black color on #080713 background.


White color preview on #080713 background

This text has white color on #080713 background.