COLOR #171C12

HEX: #171C12
RGB: (23,28,18)

Color info

#171C12 contains red, green and blue colors in about the same proportion. Web safe color of #171C12 is #003300 (or #030).

RGB color model

#171C12 color RGB value is (23,28,18).

  • red value is 23;
  • green value is 28;
  • blue value is 18.
RGB:
(23,28,18)
(9%,11%,7%)

RGB channels and saturation

R 23 of 255 = 9%
G 28 of 255 = 11%
B 18 of 255 = 7%

23
28
18

R + G + B ~ 9%. #171C12 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 28 + 18 = 69 (100%)
R 23 of 69 ~ 33.33%
G 28 of 69 ~ 40.58%
B 18 of 69 ~ 26.09%

%33.33
%40.58
%26.09

CMYK color model

#171C12 color CMYK value is (18,0,36,89).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 89.02%
CMYK:
(18,0,36,89)
C18M0Y36K89 
(18%,0%,36%,89%)
(0.18/0.00/0.36/0.89)	

CMYK percentages

%17.86
%0
%35.71
%89.02

Codes

Color #171C12 in popluar color models

171C12
RGB232818
HSL90°21.74%9.02%
HSB/HSV90°35.71%10.98%
CMYK17.86%0.00%35.71%
89.02%

Color #171C12 in popluar number systems.

HEX171C12
Decimal232818
Binary101111110010010
Octal273422

Shades and tints

Shades of #171C12

#171C12
(23,28,18)
#151A11
(21,26,17)
#131810
(19,24,16)
#11160F
(17,22,15)
#0F140E
(15,20,14)
#0D120D
(13,18,13)
#0B100C
(11,16,12)
#090E0B
(9,14,11)
#070C0A
(7,12,10)
#050A09
(5,10,9)
#030808
(3,8,8)
#000000
(0,0,0)

Tints of #171C12

#171C12
(23,28,18)
#2C3027
(44,48,39)
#41443C
(65,68,60)
#565851
(86,88,81)
#6B6C66
(107,108,102)
#80807B
(128,128,123)
#959490
(149,148,144)
#AAA8A5
(170,168,165)
#BFBCBA
(191,188,186)
#D4D0CF
(212,208,207)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #171C12 color. Also use rgb(23,28,18) instead hex code.

Text Font Color

.myTextColor { color: #171C12; }

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

This text font color is #171C12.


Background Color

.myBgColor { background-color: #171C12; }

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

This div background color is #171C12.


Border color

.myBorderColor { border: 1px solid #171C12; }

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

This div border color is #171C12.


Opacity

.myOpacity80 { color: #171C12; opacity: 0.8; }

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

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

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

This text has shadow with #171C12 color.

.textShadow {text-shadow: 3px 3px 1px #171C12, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171C12 on black background.


Color preview on white background

This text has color #171C12 on white background.



Black color preview on #171C12 background

This text has black color on #171C12 background.


White color preview on #171C12 background

This text has white color on #171C12 background.