COLOR #170C13

HEX: #170C13 RGB: (23,12,19)

Color info

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

RGB color model

#170C13 color RGB value is (23,12,19).

RGB: (23,12,19) (9%, 5%, 7%)

RGB channels and saturation

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

23
12
19

R + G + B ~ 7%. #170C13 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 12 + 19 = 54 (100%)
R 23 of 54 ~ 42.59%
G 12 of 54 ~ 22.22%
B 19 of 54 ~ 35.19'%

%42.59
%22.22
%35.19

CMYK color model

#170C13 color CMYK value is (0,48,17,91).

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

CMYK percentages

%0
%47.83
%17.39
%90.98

Codes

Color #170C13 in popluar color models

17 0C 13
RGB 23 12 19
HSL 322° 31.43% 6.86%
HSB/HSV 322° 47.83% 9.02%
CMYK 0.00% 47.83% 17.39%
90.98%

Color #170C13 in popluar number systems.

HEX 17 0C 13
Decimal 23 12 19
Binary 10111 1100 10011
Octal 27 14 23

Shades and tints

Shades of #170C13

#170C13
(23,12,19)
#150B12
(21,11,18)
#130A11
(19,10,17)
#110910
(17,9,16)
#0F080F
(15,8,15)
#0D070E
(13,7,14)
#0B060D
(11,6,13)
#09050C
(9,5,12)
#07040B
(7,4,11)
#05030A
(5,3,10)
#030209
(3,2,9)
#000000
(0,0,0)

Tints of #170C13

#170C13
(23,12,19)
#2C2228
(44,34,40)
#41383D
(65,56,61)
#564E52
(86,78,82)
#6B6467
(107,100,103)
#807A7C
(128,122,124)
#959091
(149,144,145)
#AAA6A6
(170,166,166)
#BFBCBB
(191,188,187)
#D4D2D0
(212,210,208)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170C13; }

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

This text font color is #170C13.

Background Color

.myBgColor { background-color: #170C13; }

<div style="background-color:#170C13">Inner text</div>

This div background color is #170C13.

Border color

.myBorderColor { border: 1px solid #170C13; }

<div style="border:3px solid #170C13">Div</div>

This div border color is #170C13.

Opacity

.myOpacity80 { color: #170C13; opacity: 0.8; }

<p style="color:#170C13;opacity:0.8;">80%</p>

Text with #170C13 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 #170C13;}

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

This text has shadow with #170C13 color.


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

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

This text has shadow with #170C13 primary color and red secondary color.


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

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

This text has shadow with #170C13 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #170C13.

Preview

Color preview on black background

This text has color #170C13 on black background.


Color preview on white background

This text has color #170C13 on white background.


Black color preview on #170C13 background

This text has black color on #170C13 background.


White color preview on #170C13 background

This text has white color on #170C13 background.


Related colors

Complementary color

Complementary color for #hex is #E8F3EC.


I love getcolorcode.com

Triadic colors

1 #13170C and #0C1317 with #170C13 are triadic colors.

2 #130C17 and #0C1713 with #170C13 are triadic colors.