COLOR #17080F

HEX: #17080F RGB: (23,8,15)

Color info

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

RGB color model

#17080F color RGB value is (23,8,15).

RGB: (23,8,15) (9%, 3%, 6%)

RGB channels and saturation

R 23 of 255 = 9%
G 8 of 255 = 3%
B 15 of 255 = 6%

23
8
15

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

Portions of RGB colors in percentages

R + G + B = 23 + 8 + 15 = 46 (100%)
R 23 of 46 ~ 50%
G 8 of 46 ~ 17.39%
B 15 of 46 ~ 32.61'%

%50
%17.39
%32.61

CMYK color model

#17080F color CMYK value is (0,65,35,91).

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

CMYK: (0,65,35,91)
C0M65Y35K91 (0%, 65%, 35%, 91%)
(0.00 / 0.65 / 0.35 / 0.91)

CMYK percentages

%0
%65.22
%34.78
%90.98

Codes

Color #17080F in popluar color models

17 08 0F
RGB 23 8 15
HSL 332° 48.39% 6.08%
HSB/HSV 332° 65.22% 9.02%
CMYK 0.00% 65.22% 34.78%
90.98%

Color #17080F in popluar number systems.

HEX 17 08 0F
Decimal 23 8 15
Binary 10111 1000 1111
Octal 27 10 17

Shades and tints

Shades of #17080F

#17080F
(23,8,15)
#15080E
(21,8,14)
#13080D
(19,8,13)
#11080C
(17,8,12)
#0F080B
(15,8,11)
#0D080A
(13,8,10)
#0B0809
(11,8,9)
#090808
(9,8,8)
#070807
(7,8,7)
#050806
(5,8,6)
#030805
(3,8,5)
#000000
(0,0,0)

Tints of #17080F

#17080F
(23,8,15)
#2C1E24
(44,30,36)
#413439
(65,52,57)
#564A4E
(86,74,78)
#6B6063
(107,96,99)
#807678
(128,118,120)
#958C8D
(149,140,141)
#AAA2A2
(170,162,162)
#BFB8B7
(191,184,183)
#D4CECC
(212,206,204)
#E9E4E1
(233,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17080F; }

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

This text font color is #17080F.

Background Color

.myBgColor { background-color: #17080F; }

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

This div background color is #17080F.

Border color

.myBorderColor { border: 1px solid #17080F; }

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

This div border color is #17080F.

Opacity

.myOpacity80 { color: #17080F; opacity: 0.8; }

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

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

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

This text has shadow with #17080F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17080F.

Preview

Color preview on black background

This text has color #17080F on black background.


Color preview on white background

This text has color #17080F on white background.


Black color preview on #17080F background

This text has black color on #17080F background.


White color preview on #17080F background

This text has white color on #17080F background.


Related colors

Complementary color

Complementary color for #hex is #E8F7F0.


I love getcolorcode.com

Triadic colors

1 #0F1708 and #080F17 with #17080F are triadic colors.

2 #0F0817 and #08170F with #17080F are triadic colors.