COLOR #171012

HEX: #171012
RGB: (23,16,18)

Color info

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

RGB color model

#171012 color RGB value is (23,16,18).

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

RGB channels and saturation

R 23 of 255 = 9%
G 16 of 255 = 6%
B 18 of 255 = 7%

23
16
18

R + G + B ~ 7%. #171012 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 16 + 18 = 57 (100%)
R 23 of 57 ~ 40.35%
G 16 of 57 ~ 28.07%
B 18 of 57 ~ 31.58%

%40.35
%28.07
%31.58

CMYK color model

#171012 color CMYK value is (0,30,22,91).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 21.74%
  • key color value is 90.98%
CMYK:
(0,30,22,91)
C0M30Y22K91 
(0%,30%,22%,91%)
(0.00/0.30/0.22/0.91)	

CMYK percentages

%0
%30.43
%21.74
%90.98

Codes

Color #171012 in popluar color models

171012
RGB231618
HSL343°17.95%7.65%
HSB/HSV343°30.43%9.02%
CMYK0.00%30.43%21.74%
90.98%

Color #171012 in popluar number systems.

HEX171012
Decimal231618
Binary101111000010010
Octal272022

Shades and tints

Shades of #171012

#171012
(23,16,18)
#150F11
(21,15,17)
#130E10
(19,14,16)
#110D0F
(17,13,15)
#0F0C0E
(15,12,14)
#0D0B0D
(13,11,13)
#0B0A0C
(11,10,12)
#09090B
(9,9,11)
#07080A
(7,8,10)
#050709
(5,7,9)
#030608
(3,6,8)
#000000
(0,0,0)

Tints of #171012

#171012
(23,16,18)
#2C2527
(44,37,39)
#413A3C
(65,58,60)
#564F51
(86,79,81)
#6B6466
(107,100,102)
#80797B
(128,121,123)
#958E90
(149,142,144)
#AAA3A5
(170,163,165)
#BFB8BA
(191,184,186)
#D4CDCF
(212,205,207)
#E9E2E4
(233,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171012; }

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

This text font color is #171012.


Background Color

.myBgColor { background-color: #171012; }

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

This div background color is #171012.


Border color

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

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

This div border color is #171012.


Opacity

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

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

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

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

This text has shadow with #171012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171012 on black background.


Color preview on white background

This text has color #171012 on white background.



Black color preview on #171012 background

This text has black color on #171012 background.


White color preview on #171012 background

This text has white color on #171012 background.