COLOR #17180C

HEX: #17180C
RGB: (23,24,12)

Color info

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

RGB color model

#17180C color RGB value is (23,24,12).

  • red value is 23;
  • green value is 24;
  • blue value is 12.
RGB:
(23,24,12)
(9%,9%,5%)

RGB channels and saturation

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

23
24
12

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

Portions of RGB colors in percentages

R + G + B =
23 + 24 + 12 = 59 (100%)
R 23 of 59 ~ 38.98%
G 24 of 59 ~ 40.68%
B 12 of 59 ~ 20.34%

%38.98
%40.68
%20.34

CMYK color model

#17180C color CMYK value is (4,0,50,91).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 90.59%
CMYK:
(4,0,50,91)
C4M0Y50K91 
(4%,0%,50%,91%)
(0.04/0.00/0.50/0.91)	

CMYK percentages

%4.17
%0
%50
%90.59

Codes

Color #17180C in popluar color models

17180C
RGB232412
HSL65°33.33%7.06%
HSB/HSV65°50.00%9.41%
CMYK4.17%0.00%50.00%
90.59%

Color #17180C in popluar number systems.

HEX17180C
Decimal232412
Binary10111110001100
Octal273014

Shades and tints

Shades of #17180C

#17180C
(23,24,12)
#15160B
(21,22,11)
#13140A
(19,20,10)
#111209
(17,18,9)
#0F1008
(15,16,8)
#0D0E07
(13,14,7)
#0B0C06
(11,12,6)
#090A05
(9,10,5)
#070804
(7,8,4)
#050603
(5,6,3)
#030402
(3,4,2)
#000000
(0,0,0)

Tints of #17180C

#17180C
(23,24,12)
#2C2D22
(44,45,34)
#414238
(65,66,56)
#56574E
(86,87,78)
#6B6C64
(107,108,100)
#80817A
(128,129,122)
#959690
(149,150,144)
#AAABA6
(170,171,166)
#BFC0BC
(191,192,188)
#D4D5D2
(212,213,210)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17180C; }

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

This text font color is #17180C.


Background Color

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

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

This div background color is #17180C.


Border color

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

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

This div border color is #17180C.


Opacity

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

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

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

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

This text has shadow with #17180C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17180C on black background.


Color preview on white background

This text has color #17180C on white background.



Black color preview on #17180C background

This text has black color on #17180C background.


White color preview on #17180C background

This text has white color on #17180C background.