COLOR #17180D

HEX: #17180D RGB: (23,24,13)

Color info

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

RGB color model

#17180D color RGB value is (23,24,13).

RGB: (23,24,13) (9%, 9%, 5%)

RGB channels and saturation

R 23 of 255 = 9%
G 24 of 255 = 9%
B 13 of 255 = 5%

23
24
13

R + G + B ~ 8%. #17180D is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 24 + 13 = 60 (100%)
R 23 of 60 ~ 38.33%
G 24 of 60 ~ 40%
B 13 of 60 ~ 21.67'%

%38.33
%40
%21.67

CMYK color model

#17180D color CMYK value is (4,0,46,91).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 90.59%
CMYK: (4,0,46,91) C4M0Y46K91 (4%,0%,46%,91%) (0.04/0.00/0.46/0.91) 

CMYK percentages

%4.17
%0
%45.83
%90.59

Codes

Color #17180D in popluar color models

17 18 0D
RGB 23 24 13
HSL 65° 29.73% 7.25%
HSB/HSV 65° 45.83% 9.41%
CMYK 4.17% 0.00% 45.83%
90.59%

Color #17180D in popluar number systems.

HEX 17 18 0D
Decimal 23 24 13
Binary 10111 11000 1101
Octal 27 30 15

Shades and tints

Shades of #17180D

#17180D
(23,24,13)
#15160C
(21,22,12)
#13140B
(19,20,11)
#11120A
(17,18,10)
#0F1009
(15,16,9)
#0D0E08
(13,14,8)
#0B0C07
(11,12,7)
#090A06
(9,10,6)
#070805
(7,8,5)
#050604
(5,6,4)
#030403
(3,4,3)
#000000
(0,0,0)

Tints of #17180D

#17180D
(23,24,13)
#2C2D23
(44,45,35)
#414239
(65,66,57)
#56574F
(86,87,79)
#6B6C65
(107,108,101)
#80817B
(128,129,123)
#959691
(149,150,145)
#AAABA7
(170,171,167)
#BFC0BD
(191,192,189)
#D4D5D3
(212,213,211)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17180D color. Also use rgb(23,24,13) instead hex code.

Text Font Color

.myTextColor { color: #17180D; }

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

This text font color is #17180D.

Background Color

.myBgColor { background-color: #17180D; }

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

This div background color is #17180D.

Border color

.myBorderColor { border: 1px solid #17180D; }

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

This div border color is #17180D.

Opacity

.myOpacity80 { color: #17180D; opacity: 0.8; }

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

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

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

This text has shadow with #17180D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17180D.

Preview

Color preview on black background

This text has color #17180D on black background.


Color preview on white background

This text has color #17180D on white background.


Black color preview on #17180D background

This text has black color on #17180D background.


White color preview on #17180D background

This text has white color on #17180D background.


Related colors

Complementary color

Complementary color for #hex is #E8E7F2.


I love getcolorcode.com

Triadic colors

1 #0D1718 and #180D17 with #17180D are triadic colors.

2 #0D1817 and #18170D with #17180D are triadic colors.