COLOR #081417

HEX: #081417
RGB: (8,20,23)

Color info

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

RGB color model

#081417 color RGB value is (8,20,23).

  • red value is 8;
  • green value is 20;
  • blue value is 23.
RGB:
(8,20,23)
(3%,8%,9%)

RGB channels and saturation

R 8 of 255 = 3%
G 20 of 255 = 8%
B 23 of 255 = 9%

8
20
23

R + G + B ~ 7%. #081417 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 20 + 23 = 51 (100%)
R 8 of 51 ~ 15.69%
G 20 of 51 ~ 39.22%
B 23 of 51 ~ 45.1%

%15.69
%39.22
%45.1

CMYK color model

#081417 color CMYK value is (65,13,0,91).

  • cyan value is 65.22%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(65,13,0,91)
C65M13Y0K91 
(65%,13%,0%,91%)
(0.65/0.13/0.00/0.91)	

CMYK percentages

%65.22
%13.04
%0
%90.98

Codes

Color #081417 in popluar color models

081417
RGB82023
HSL192°48.39%6.08%
HSB/HSV192°65.22%9.02%
CMYK65.22%13.04%0.00%
90.98%

Color #081417 in popluar number systems.

HEX081417
Decimal82023
Binary10001010010111
Octal102427

Shades and tints

Shades of #081417

#081417
(8,20,23)
#081315
(8,19,21)
#081213
(8,18,19)
#081111
(8,17,17)
#08100F
(8,16,15)
#080F0D
(8,15,13)
#080E0B
(8,14,11)
#080D09
(8,13,9)
#080C07
(8,12,7)
#080B05
(8,11,5)
#080A03
(8,10,3)
#000000
(0,0,0)

Tints of #081417

#081417
(8,20,23)
#1E292C
(30,41,44)
#343E41
(52,62,65)
#4A5356
(74,83,86)
#60686B
(96,104,107)
#767D80
(118,125,128)
#8C9295
(140,146,149)
#A2A7AA
(162,167,170)
#B8BCBF
(184,188,191)
#CED1D4
(206,209,212)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081417; }

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

This text font color is #081417.


Background Color

.myBgColor { background-color: #081417; }

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

This div background color is #081417.


Border color

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

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

This div border color is #081417.


Opacity

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

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

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

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

This text has shadow with #081417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081417 on black background.


Color preview on white background

This text has color #081417 on white background.



Black color preview on #081417 background

This text has black color on #081417 background.


White color preview on #081417 background

This text has white color on #081417 background.