COLOR #170C0B

HEX: #170C0B
RGB: (23,12,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

23
12
11

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

Portions of RGB colors in percentages

R + G + B =
23 + 12 + 11 = 46 (100%)
R 23 of 46 ~ 50%
G 12 of 46 ~ 26.09%
B 11 of 46 ~ 23.91%

%50
%26.09
%23.91

CMYK color model

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

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

CMYK percentages

%0
%47.83
%52.17
%90.98

Codes

Color #170C0B in popluar color models

170C0B
RGB231211
HSL35.29%6.67%
HSB/HSV52.17%9.02%
CMYK0.00%47.83%52.17%
90.98%

Color #170C0B in popluar number systems.

HEX170C0B
Decimal231211
Binary1011111001011
Octal271413

Shades and tints

Shades of #170C0B

#170C0B
(23,12,11)
#150B0A
(21,11,10)
#130A09
(19,10,9)
#110908
(17,9,8)
#0F0807
(15,8,7)
#0D0706
(13,7,6)
#0B0605
(11,6,5)
#090504
(9,5,4)
#070403
(7,4,3)
#050302
(5,3,2)
#030201
(3,2,1)
#000000
(0,0,0)

Tints of #170C0B

#170C0B
(23,12,11)
#2C2221
(44,34,33)
#413837
(65,56,55)
#564E4D
(86,78,77)
#6B6463
(107,100,99)
#807A79
(128,122,121)
#95908F
(149,144,143)
#AAA6A5
(170,166,165)
#BFBCBB
(191,188,187)
#D4D2D1
(212,210,209)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170C0B; }

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

This text font color is #170C0B.


Background Color

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

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

This div background color is #170C0B.


Border color

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

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

This div border color is #170C0B.


Opacity

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

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

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

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

This text has shadow with #170C0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170C0B on black background.


Color preview on white background

This text has color #170C0B on white background.



Black color preview on #170C0B background

This text has black color on #170C0B background.


White color preview on #170C0B background

This text has white color on #170C0B background.