COLOR #170D0B

HEX: #170D0B
RGB: (23,13,11)

Color info

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

RGB color model

#170D0B color RGB value is (23,13,11).

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

RGB channels and saturation

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

23
13
11

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

Portions of RGB colors in percentages

R + G + B =
23 + 13 + 11 = 47 (100%)
R 23 of 47 ~ 48.94%
G 13 of 47 ~ 27.66%
B 11 of 47 ~ 23.4%

%48.94
%27.66
%23.4

CMYK color model

#170D0B color CMYK value is (0,43,52,91).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 52.17%
  • key color value is 90.98%
CMYK:
(0,43,52,91)
C0M43Y52K91 
(0%,43%,52%,91%)
(0.00/0.43/0.52/0.91)	

CMYK percentages

%0
%43.48
%52.17
%90.98

Codes

Color #170D0B in popluar color models

170D0B
RGB231311
HSL10°35.29%6.67%
HSB/HSV10°52.17%9.02%
CMYK0.00%43.48%52.17%
90.98%

Color #170D0B in popluar number systems.

HEX170D0B
Decimal231311
Binary1011111011011
Octal271513

Shades and tints

Shades of #170D0B

#170D0B
(23,13,11)
#150C0A
(21,12,10)
#130B09
(19,11,9)
#110A08
(17,10,8)
#0F0907
(15,9,7)
#0D0806
(13,8,6)
#0B0705
(11,7,5)
#090604
(9,6,4)
#070503
(7,5,3)
#050402
(5,4,2)
#030301
(3,3,1)
#000000
(0,0,0)

Tints of #170D0B

#170D0B
(23,13,11)
#2C2321
(44,35,33)
#413937
(65,57,55)
#564F4D
(86,79,77)
#6B6563
(107,101,99)
#807B79
(128,123,121)
#95918F
(149,145,143)
#AAA7A5
(170,167,165)
#BFBDBB
(191,189,187)
#D4D3D1
(212,211,209)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170D0B; }

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

This text font color is #170D0B.


Background Color

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

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

This div background color is #170D0B.


Border color

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

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

This div border color is #170D0B.


Opacity

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

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

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

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

This text has shadow with #170D0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170D0B on black background.


Color preview on white background

This text has color #170D0B on white background.



Black color preview on #170D0B background

This text has black color on #170D0B background.


White color preview on #170D0B background

This text has white color on #170D0B background.