COLOR #170C0C

HEX: #170C0C
RGB: (23,12,12)

Color info

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

RGB color model

#170C0C color RGB value is (23,12,12).

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

RGB channels and saturation

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

23
12
12

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

Portions of RGB colors in percentages

R + G + B =
23 + 12 + 12 = 47 (100%)
R 23 of 47 ~ 48.94%
G 12 of 47 ~ 25.53%
B 12 of 47 ~ 25.53%

%48.94
%25.53
%25.53

CMYK color model

#170C0C color CMYK value is (0,48,48,91).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 47.83%
  • key color value is 90.98%
CMYK:
(0,48,48,91)
C0M48Y48K91 
(0%,48%,48%,91%)
(0.00/0.48/0.48/0.91)	

CMYK percentages

%0
%47.83
%47.83
%90.98

Codes

Color #170C0C in popluar color models

170C0C
RGB231212
HSL31.43%6.86%
HSB/HSV47.83%9.02%
CMYK0.00%47.83%47.83%
90.98%

Color #170C0C in popluar number systems.

HEX170C0C
Decimal231212
Binary1011111001100
Octal271414

Shades and tints

Shades of #170C0C

#170C0C
(23,12,12)
#150B0B
(21,11,11)
#130A0A
(19,10,10)
#110909
(17,9,9)
#0F0808
(15,8,8)
#0D0707
(13,7,7)
#0B0606
(11,6,6)
#090505
(9,5,5)
#070404
(7,4,4)
#050303
(5,3,3)
#030202
(3,2,2)
#000000
(0,0,0)

Tints of #170C0C

#170C0C
(23,12,12)
#2C2222
(44,34,34)
#413838
(65,56,56)
#564E4E
(86,78,78)
#6B6464
(107,100,100)
#807A7A
(128,122,122)
#959090
(149,144,144)
#AAA6A6
(170,166,166)
#BFBCBC
(191,188,188)
#D4D2D2
(212,210,210)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170C0C; }

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

This text font color is #170C0C.


Background Color

.myBgColor { background-color: #170C0C; }

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

This div background color is #170C0C.


Border color

.myBorderColor { border: 1px solid #170C0C; }

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

This div border color is #170C0C.


Opacity

.myOpacity80 { color: #170C0C; opacity: 0.8; }

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

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

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

This text has shadow with #170C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170C0C on black background.


Color preview on white background

This text has color #170C0C on white background.



Black color preview on #170C0C background

This text has black color on #170C0C background.


White color preview on #170C0C background

This text has white color on #170C0C background.