COLOR #170C09

HEX: #170C09 RGB: (23,12,9)

Color info

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

RGB color model

#170C09 color RGB value is (23,12,9).

RGB: (23,12,9) (9%, 5%, 4%)

RGB channels and saturation

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

23
12
9

R + G + B ~ 6%. #170C09 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 12 + 9 = 44 (100%)
R 23 of 44 ~ 52.27%
G 12 of 44 ~ 27.27%
B 9 of 44 ~ 20.45'%

%52.27
%27.27
%20.45

CMYK color model

#170C09 color CMYK value is (0,48,61,91).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 60.87%
  • key color value is 90.98%

CMYK: (0,48,61,91)
C0M48Y61K91 (0%, 48%, 61%, 91%)
(0.00 / 0.48 / 0.61 / 0.91)

CMYK percentages

%0
%47.83
%60.87
%90.98

Codes

Color #170C09 in popluar color models

17 0C 09
RGB 23 12 9
HSL 13° 43.75% 6.27%
HSB/HSV 13° 60.87% 9.02%
CMYK 0.00% 47.83% 60.87%
90.98%

Color #170C09 in popluar number systems.

HEX 17 0C 09
Decimal 23 12 9
Binary 10111 1100 1001
Octal 27 14 11

Shades and tints

Shades of #170C09

#170C09
(23,12,9)
#150B09
(21,11,9)
#130A09
(19,10,9)
#110909
(17,9,9)
#0F0809
(15,8,9)
#0D0709
(13,7,9)
#0B0609
(11,6,9)
#090509
(9,5,9)
#070409
(7,4,9)
#050309
(5,3,9)
#030209
(3,2,9)
#000000
(0,0,0)

Tints of #170C09

#170C09
(23,12,9)
#2C221F
(44,34,31)
#413835
(65,56,53)
#564E4B
(86,78,75)
#6B6461
(107,100,97)
#807A77
(128,122,119)
#95908D
(149,144,141)
#AAA6A3
(170,166,163)
#BFBCB9
(191,188,185)
#D4D2CF
(212,210,207)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170C09; }

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

This text font color is #170C09.

Background Color

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

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

This div background color is #170C09.

Border color

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

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

This div border color is #170C09.

Opacity

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

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

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

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

This text has shadow with #170C09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #170C09.

Preview

Color preview on black background

This text has color #170C09 on black background.


Color preview on white background

This text has color #170C09 on white background.


Black color preview on #170C09 background

This text has black color on #170C09 background.


White color preview on #170C09 background

This text has white color on #170C09 background.


Related colors

Complementary color

Complementary color for #hex is #E8F3F6.


I love getcolorcode.com

Triadic colors

1 #09170C and #0C0917 with #170C09 are triadic colors.

2 #090C17 and #0C1709 with #170C09 are triadic colors.