COLOR #171400

HEX: #171400 RGB: (23,20,0)

Color info

#171400 contains only red and green colors. Web safe color of #171400 is #000000 (or #000).

RGB color model

#171400 color RGB value is (23,20,0).

RGB: (23,20,0) (9%, 8%, 0%)

RGB channels and saturation

R 23 of 255 = 9%
G 20 of 255 = 8%
B 0 of 255 = 0%

23
20
0

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

Portions of RGB colors in percentages

R + G + B = 23 + 20 + 0 = 43 (100%)
R 23 of 43 ~ 53.49%
G 20 of 43 ~ 46.51%
B 0 of 43 ~ 0'%

%53.49
%46.51

CMYK color model

#171400 color CMYK value is (0,13,100,91).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 100.00%
  • key color value is 90.98%
CMYK: (0,13,100,91) C0M13Y100K91 (0%,13%,100%,91%) (0.00/0.13/1.00/0.91) 

CMYK percentages

%0
%13.04
%100
%90.98

Codes

Color #171400 in popluar color models

17 14 00
RGB 23 20 0
HSL 52° 100.00% 4.51%
HSB/HSV 52° 100.00% 9.02%
CMYK 0.00% 13.04% 100.00%
90.98%

Color #171400 in popluar number systems.

HEX 17 14 00
Decimal 23 20 0
Binary 10111 10100 0
Octal 27 24 0

Shades and tints

Shades of #171400

#171400
(23,20,0)
#151300
(21,19,0)
#131200
(19,18,0)
#111100
(17,17,0)
#0F1000
(15,16,0)
#0D0F00
(13,15,0)
#0B0E00
(11,14,0)
#090D00
(9,13,0)
#070C00
(7,12,0)
#050B00
(5,11,0)
#030A00
(3,10,0)
#000000
(0,0,0)

Tints of #171400

#171400
(23,20,0)
#2C2917
(44,41,23)
#413E2E
(65,62,46)
#565345
(86,83,69)
#6B685C
(107,104,92)
#807D73
(128,125,115)
#95928A
(149,146,138)
#AAA7A1
(170,167,161)
#BFBCB8
(191,188,184)
#D4D1CF
(212,209,207)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #171400 color. Also use rgb(23,20,0) instead hex code.

Text Font Color

.myTextColor { color: #171400; }

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

This text font color is #171400.

Background Color

.myBgColor { background-color: #171400; }

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

This div background color is #171400.

Border color

.myBorderColor { border: 1px solid #171400; }

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

This div border color is #171400.

Opacity

.myOpacity80 { color: #171400; opacity: 0.8; }

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

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

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

This text has shadow with #171400 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #171400.

Preview

Color preview on black background

This text has color #171400 on black background.


Color preview on white background

This text has color #171400 on white background.


Black color preview on #171400 background

This text has black color on #171400 background.


White color preview on #171400 background

This text has white color on #171400 background.


Related colors

Complementary color

Complementary color for #hex is #E8EBFF.


I love getcolorcode.com

Triadic colors

1 #001714 and #140017 with #171400 are triadic colors.

2 #001417 and #141700 with #171400 are triadic colors.