COLOR #17080C

HEX: #17080C
RGB: (23,8,12)

Color info

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

RGB color model

#17080C color RGB value is (23,8,12).

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

RGB channels and saturation

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

23
8
12

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

Portions of RGB colors in percentages

R + G + B =
23 + 8 + 12 = 43 (100%)
R 23 of 43 ~ 53.49%
G 8 of 43 ~ 18.6%
B 12 of 43 ~ 27.91%

%53.49
%18.6
%27.91

CMYK color model

#17080C color CMYK value is (0,65,48,91).

  • cyan value is 0.00%
  • magenta value is 65.22%
  • yellow value is 47.83%
  • key color value is 90.98%
CMYK:
(0,65,48,91)
C0M65Y48K91 
(0%,65%,48%,91%)
(0.00/0.65/0.48/0.91)	

CMYK percentages

%0
%65.22
%47.83
%90.98

Codes

Color #17080C in popluar color models

17080C
RGB23812
HSL344°48.39%6.08%
HSB/HSV344°65.22%9.02%
CMYK0.00%65.22%47.83%
90.98%

Color #17080C in popluar number systems.

HEX17080C
Decimal23812
Binary1011110001100
Octal271014

Shades and tints

Shades of #17080C

#17080C
(23,8,12)
#15080B
(21,8,11)
#13080A
(19,8,10)
#110809
(17,8,9)
#0F0808
(15,8,8)
#0D0807
(13,8,7)
#0B0806
(11,8,6)
#090805
(9,8,5)
#070804
(7,8,4)
#050803
(5,8,3)
#030802
(3,8,2)
#000000
(0,0,0)

Tints of #17080C

#17080C
(23,8,12)
#2C1E22
(44,30,34)
#413438
(65,52,56)
#564A4E
(86,74,78)
#6B6064
(107,96,100)
#80767A
(128,118,122)
#958C90
(149,140,144)
#AAA2A6
(170,162,166)
#BFB8BC
(191,184,188)
#D4CED2
(212,206,210)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17080C; }

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

This text font color is #17080C.


Background Color

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

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

This div background color is #17080C.


Border color

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

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

This div border color is #17080C.


Opacity

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

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

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

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

This text has shadow with #17080C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17080C on black background.


Color preview on white background

This text has color #17080C on white background.



Black color preview on #17080C background

This text has black color on #17080C background.


White color preview on #17080C background

This text has white color on #17080C background.