COLOR #17170E

HEX: #17170E RGB: (23,23,14)

Color info

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

RGB color model

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

RGB: (23,23,14) (9%, 9%, 5%)

RGB channels and saturation

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

23
23
14

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

Portions of RGB colors in percentages

R + G + B = 23 + 23 + 14 = 60 (100%)
R 23 of 60 ~ 38.33%
G 23 of 60 ~ 38.33%
B 14 of 60 ~ 23.33'%

%38.33
%38.33
%23.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 90.98%

CMYK: (0,0,39,91)
C0M0Y39K91 (0%, 0%, 39%, 91%)
(0.00 / 0.00 / 0.39 / 0.91)

CMYK percentages

%0
%0
%39.13
%90.98

Codes

Color #17170E in popluar color models

17 17 0E
RGB 23 23 14
HSL 60° 24.32% 7.25%
HSB/HSV 60° 39.13% 9.02%
CMYK 0.00% 0.00% 39.13%
90.98%

Color #17170E in popluar number systems.

HEX 17 17 0E
Decimal 23 23 14
Binary 10111 10111 1110
Octal 27 27 16

Shades and tints

Shades of #17170E

#17170E
(23,23,14)
#15150D
(21,21,13)
#13130C
(19,19,12)
#11110B
(17,17,11)
#0F0F0A
(15,15,10)
#0D0D09
(13,13,9)
#0B0B08
(11,11,8)
#090907
(9,9,7)
#070706
(7,7,6)
#050505
(5,5,5)
#030304
(3,3,4)
#000000
(0,0,0)

Tints of #17170E

#17170E
(23,23,14)
#2C2C23
(44,44,35)
#414138
(65,65,56)
#56564D
(86,86,77)
#6B6B62
(107,107,98)
#808077
(128,128,119)
#95958C
(149,149,140)
#AAAAA1
(170,170,161)
#BFBFB6
(191,191,182)
#D4D4CB
(212,212,203)
#E9E9E0
(233,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17170E; }

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

This text font color is #17170E.

Background Color

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

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

This div background color is #17170E.

Border color

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

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

This div border color is #17170E.

Opacity

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

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

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

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

This text has shadow with #17170E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17170E.

Preview

Color preview on black background

This text has color #17170E on black background.


Color preview on white background

This text has color #17170E on white background.


Black color preview on #17170E background

This text has black color on #17170E background.


White color preview on #17170E background

This text has white color on #17170E background.


Related colors

Complementary color

Complementary color for #hex is #E8E8F1.


I love getcolorcode.com