COLOR #13170D

HEX: #13170D
RGB: (19,23,13)

Color info

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

RGB color model

#13170D color RGB value is (19,23,13).

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

RGB channels and saturation

R 19 of 255 = 7%
G 23 of 255 = 9%
B 13 of 255 = 5%

19
23
13

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

Portions of RGB colors in percentages

R + G + B =
19 + 23 + 13 = 55 (100%)
R 19 of 55 ~ 34.55%
G 23 of 55 ~ 41.82%
B 13 of 55 ~ 23.64%

%34.55
%41.82
%23.64

CMYK color model

#13170D color CMYK value is (17,0,43,91).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 90.98%
CMYK:
(17,0,43,91)
C17M0Y43K91 
(17%,0%,43%,91%)
(0.17/0.00/0.43/0.91)	

CMYK percentages

%17.39
%0
%43.48
%90.98

Codes

Color #13170D in popluar color models

13170D
RGB192313
HSL84°27.78%7.06%
HSB/HSV84°43.48%9.02%
CMYK17.39%0.00%43.48%
90.98%

Color #13170D in popluar number systems.

HEX13170D
Decimal192313
Binary10011101111101
Octal232715

Shades and tints

Shades of #13170D

#13170D
(19,23,13)
#12150C
(18,21,12)
#11130B
(17,19,11)
#10110A
(16,17,10)
#0F0F09
(15,15,9)
#0E0D08
(14,13,8)
#0D0B07
(13,11,7)
#0C0906
(12,9,6)
#0B0705
(11,7,5)
#0A0504
(10,5,4)
#090303
(9,3,3)
#000000
(0,0,0)

Tints of #13170D

#13170D
(19,23,13)
#282C23
(40,44,35)
#3D4139
(61,65,57)
#52564F
(82,86,79)
#676B65
(103,107,101)
#7C807B
(124,128,123)
#919591
(145,149,145)
#A6AAA7
(166,170,167)
#BBBFBD
(187,191,189)
#D0D4D3
(208,212,211)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13170D color. Also use rgb(19,23,13) instead hex code.

Text Font Color

.myTextColor { color: #13170D; }

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

This text font color is #13170D.


Background Color

.myBgColor { background-color: #13170D; }

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

This div background color is #13170D.


Border color

.myBorderColor { border: 1px solid #13170D; }

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

This div border color is #13170D.


Opacity

.myOpacity80 { color: #13170D; opacity: 0.8; }

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

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

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

This text has shadow with #13170D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13170D on black background.


Color preview on white background

This text has color #13170D on white background.



Black color preview on #13170D background

This text has black color on #13170D background.


White color preview on #13170D background

This text has white color on #13170D background.