COLOR #170B0A

HEX: #170B0A
RGB: (23,11,10)

Color info

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

RGB color model

#170B0A color RGB value is (23,11,10).

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

RGB channels and saturation

R 23 of 255 = 9%
G 11 of 255 = 4%
B 10 of 255 = 4%

23
11
10

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

Portions of RGB colors in percentages

R + G + B =
23 + 11 + 10 = 44 (100%)
R 23 of 44 ~ 52.27%
G 11 of 44 ~ 25%
B 10 of 44 ~ 22.73%

%52.27
%25
%22.73

CMYK color model

#170B0A color CMYK value is (0,52,57,91).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 56.52%
  • key color value is 90.98%
CMYK:
(0,52,57,91)
C0M52Y57K91 
(0%,52%,57%,91%)
(0.00/0.52/0.57/0.91)	

CMYK percentages

%0
%52.17
%56.52
%90.98

Codes

Color #170B0A in popluar color models

170B0A
RGB231110
HSL39.39%6.47%
HSB/HSV56.52%9.02%
CMYK0.00%52.17%56.52%
90.98%

Color #170B0A in popluar number systems.

HEX170B0A
Decimal231110
Binary1011110111010
Octal271312

Shades and tints

Shades of #170B0A

#170B0A
(23,11,10)
#150A0A
(21,10,10)
#13090A
(19,9,10)
#11080A
(17,8,10)
#0F070A
(15,7,10)
#0D060A
(13,6,10)
#0B050A
(11,5,10)
#09040A
(9,4,10)
#07030A
(7,3,10)
#05020A
(5,2,10)
#03010A
(3,1,10)
#000000
(0,0,0)

Tints of #170B0A

#170B0A
(23,11,10)
#2C2120
(44,33,32)
#413736
(65,55,54)
#564D4C
(86,77,76)
#6B6362
(107,99,98)
#807978
(128,121,120)
#958F8E
(149,143,142)
#AAA5A4
(170,165,164)
#BFBBBA
(191,187,186)
#D4D1D0
(212,209,208)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170B0A; }

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

This text font color is #170B0A.


Background Color

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

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

This div background color is #170B0A.


Border color

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

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

This div border color is #170B0A.


Opacity

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

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

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

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

This text has shadow with #170B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170B0A on black background.


Color preview on white background

This text has color #170B0A on white background.



Black color preview on #170B0A background

This text has black color on #170B0A background.


White color preview on #170B0A background

This text has white color on #170B0A background.