COLOR #081713

HEX: #081713 RGB: (8,23,19)

Color info

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

RGB color model

#081713 color RGB value is (8,23,19).

RGB: (8,23,19) (3%, 9%, 7%)

RGB channels and saturation

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

8
23
19

R + G + B ~ 6%. #081713 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 23 + 19 = 50 (100%)
R 8 of 50 ~ 16%
G 23 of 50 ~ 46%
B 19 of 50 ~ 38'%

%16
%46
%38

CMYK color model

#081713 color CMYK value is (65,0,17,91).

  • cyan value is 65.22%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 90.98%

CMYK: (65,0,17,91)
C65M0Y17K91 (65%, 0%, 17%, 91%)
(0.65 / 0.00 / 0.17 / 0.91)

CMYK percentages

%65.22
%0
%17.39
%90.98

Codes

Color #081713 in popluar color models

08 17 13
RGB 8 23 19
HSL 164° 48.39% 6.08%
HSB/HSV 164° 65.22% 9.02%
CMYK 65.22% 0.00% 17.39%
90.98%

Color #081713 in popluar number systems.

HEX 08 17 13
Decimal 8 23 19
Binary 1000 10111 10011
Octal 10 27 23

Shades and tints

Shades of #081713

#081713
(8,23,19)
#081512
(8,21,18)
#081311
(8,19,17)
#081110
(8,17,16)
#080F0F
(8,15,15)
#080D0E
(8,13,14)
#080B0D
(8,11,13)
#08090C
(8,9,12)
#08070B
(8,7,11)
#08050A
(8,5,10)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #081713

#081713
(8,23,19)
#1E2C28
(30,44,40)
#34413D
(52,65,61)
#4A5652
(74,86,82)
#606B67
(96,107,103)
#76807C
(118,128,124)
#8C9591
(140,149,145)
#A2AAA6
(162,170,166)
#B8BFBB
(184,191,187)
#CED4D0
(206,212,208)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081713; }

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

This text font color is #081713.

Background Color

.myBgColor { background-color: #081713; }

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

This div background color is #081713.

Border color

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

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

This div border color is #081713.

Opacity

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

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

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

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

This text has shadow with #081713 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #081713.

Preview

Color preview on black background

This text has color #081713 on black background.


Color preview on white background

This text has color #081713 on white background.


Black color preview on #081713 background

This text has black color on #081713 background.


White color preview on #081713 background

This text has white color on #081713 background.


Related colors

Complementary color

Complementary color for #hex is #F7E8EC.


I love getcolorcode.com

Triadic colors

1 #130817 and #171308 with #081713 are triadic colors.

2 #131708 and #170813 with #081713 are triadic colors.