COLOR #08171A

HEX: #08171A RGB: (8,23,26)

Color info

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

RGB color model

#08171A color RGB value is (8,23,26).

RGB: (8,23,26) (3%, 9%, 10%)

RGB channels and saturation

R 8 of 255 = 3%
G 23 of 255 = 9%
B 26 of 255 = 10%

8
23
26

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

Portions of RGB colors in percentages

R + G + B = 8 + 23 + 26 = 57 (100%)
R 8 of 57 ~ 14.04%
G 23 of 57 ~ 40.35%
B 26 of 57 ~ 45.61'%

%14.04
%40.35
%45.61

CMYK color model

#08171A color CMYK value is (69,12,0,90).

  • cyan value is 69.23%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 89.80%

CMYK: (69,12,0,90)
C69M12Y0K90 (69%, 12%, 0%, 90%)
(0.69 / 0.12 / 0.00 / 0.90)

CMYK percentages

%69.23
%11.54
%0
%89.8

Codes

Color #08171A in popluar color models

08 17 1A
RGB 8 23 26
HSL 190° 52.94% 6.67%
HSB/HSV 190° 69.23% 10.20%
CMYK 69.23% 11.54% 0.00%
89.80%

Color #08171A in popluar number systems.

HEX 08 17 1A
Decimal 8 23 26
Binary 1000 10111 11010
Octal 10 27 32

Shades and tints

Shades of #08171A

#08171A
(8,23,26)
#081518
(8,21,24)
#081316
(8,19,22)
#081114
(8,17,20)
#080F12
(8,15,18)
#080D10
(8,13,16)
#080B0E
(8,11,14)
#08090C
(8,9,12)
#08070A
(8,7,10)
#080508
(8,5,8)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #08171A

#08171A
(8,23,26)
#1E2C2E
(30,44,46)
#344142
(52,65,66)
#4A5656
(74,86,86)
#606B6A
(96,107,106)
#76807E
(118,128,126)
#8C9592
(140,149,146)
#A2AAA6
(162,170,166)
#B8BFBA
(184,191,186)
#CED4CE
(206,212,206)
#E4E9E2
(228,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08171A; }

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

This text font color is #08171A.

Background Color

.myBgColor { background-color: #08171A; }

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

This div background color is #08171A.

Border color

.myBorderColor { border: 1px solid #08171A; }

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

This div border color is #08171A.

Opacity

.myOpacity80 { color: #08171A; opacity: 0.8; }

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

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

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

This text has shadow with #08171A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #08171A.

Preview

Color preview on black background

This text has color #08171A on black background.


Color preview on white background

This text has color #08171A on white background.


Black color preview on #08171A background

This text has black color on #08171A background.


White color preview on #08171A background

This text has white color on #08171A background.


Related colors

Complementary color

Complementary color for #hex is #F7E8E5.


I love getcolorcode.com

Triadic colors

1 #1A0817 and #171A08 with #08171A are triadic colors.

2 #1A1708 and #17081A with #08171A are triadic colors.