COLOR #17080E

HEX: #17080E
RGB: (23,8,14)

Color info

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

RGB color model

#17080E color RGB value is (23,8,14).

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

RGB channels and saturation

R 23 of 255 = 9%
G 8 of 255 = 3%
B 14 of 255 = 5%

23
8
14

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

Portions of RGB colors in percentages

R + G + B =
23 + 8 + 14 = 45 (100%)
R 23 of 45 ~ 51.11%
G 8 of 45 ~ 17.78%
B 14 of 45 ~ 31.11%

%51.11
%17.78
%31.11

CMYK color model

#17080E color CMYK value is (0,65,39,91).

  • cyan value is 0.00%
  • magenta value is 65.22%
  • yellow value is 39.13%
  • key color value is 90.98%
CMYK:
(0,65,39,91)
C0M65Y39K91 
(0%,65%,39%,91%)
(0.00/0.65/0.39/0.91)	

CMYK percentages

%0
%65.22
%39.13
%90.98

Codes

Color #17080E in popluar color models

17080E
RGB23814
HSL336°48.39%6.08%
HSB/HSV336°65.22%9.02%
CMYK0.00%65.22%39.13%
90.98%

Color #17080E in popluar number systems.

HEX17080E
Decimal23814
Binary1011110001110
Octal271016

Shades and tints

Shades of #17080E

#17080E
(23,8,14)
#15080D
(21,8,13)
#13080C
(19,8,12)
#11080B
(17,8,11)
#0F080A
(15,8,10)
#0D0809
(13,8,9)
#0B0808
(11,8,8)
#090807
(9,8,7)
#070806
(7,8,6)
#050805
(5,8,5)
#030804
(3,8,4)
#000000
(0,0,0)

Tints of #17080E

#17080E
(23,8,14)
#2C1E23
(44,30,35)
#413438
(65,52,56)
#564A4D
(86,74,77)
#6B6062
(107,96,98)
#807677
(128,118,119)
#958C8C
(149,140,140)
#AAA2A1
(170,162,161)
#BFB8B6
(191,184,182)
#D4CECB
(212,206,203)
#E9E4E0
(233,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17080E; }

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

This text font color is #17080E.


Background Color

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

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

This div background color is #17080E.


Border color

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

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

This div border color is #17080E.


Opacity

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

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

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

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

This text has shadow with #17080E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17080E on black background.


Color preview on white background

This text has color #17080E on white background.



Black color preview on #17080E background

This text has black color on #17080E background.


White color preview on #17080E background

This text has white color on #17080E background.