COLOR #17170C

HEX: #17170C
RGB: (23,23,12)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

23
23
12

R + G + B ~ 8%. #17170C is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 23 + 12 = 58 (100%)
R 23 of 58 ~ 39.66%
G 23 of 58 ~ 39.66%
B 12 of 58 ~ 20.69%

%39.66
%39.66
%20.69

CMYK color model

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

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

CMYK percentages

%0
%0
%47.83
%90.98

Codes

Color #17170C in popluar color models

17170C
RGB232312
HSL60°31.43%6.86%
HSB/HSV60°47.83%9.02%
CMYK0.00%0.00%47.83%
90.98%

Color #17170C in popluar number systems.

HEX17170C
Decimal232312
Binary10111101111100
Octal272714

Shades and tints

Shades of #17170C

#17170C
(23,23,12)
#15150B
(21,21,11)
#13130A
(19,19,10)
#111109
(17,17,9)
#0F0F08
(15,15,8)
#0D0D07
(13,13,7)
#0B0B06
(11,11,6)
#090905
(9,9,5)
#070704
(7,7,4)
#050503
(5,5,3)
#030302
(3,3,2)
#000000
(0,0,0)

Tints of #17170C

#17170C
(23,23,12)
#2C2C22
(44,44,34)
#414138
(65,65,56)
#56564E
(86,86,78)
#6B6B64
(107,107,100)
#80807A
(128,128,122)
#959590
(149,149,144)
#AAAAA6
(170,170,166)
#BFBFBC
(191,191,188)
#D4D4D2
(212,212,210)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17170C; }

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

This text font color is #17170C.


Background Color

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

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

This div background color is #17170C.


Border color

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

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

This div border color is #17170C.


Opacity

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

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

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

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

This text has shadow with #17170C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17170C on black background.


Color preview on white background

This text has color #17170C on white background.



Black color preview on #17170C background

This text has black color on #17170C background.


White color preview on #17170C background

This text has white color on #17170C background.