COLOR #13170C

HEX: #13170C RGB: (19,23,12)

Color info

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

RGB color model

#13170C color RGB value is (19,23,12).

RGB: (19,23,12) (7%, 9%, 5%)

RGB channels and saturation

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

19
23
12

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

Portions of RGB colors in percentages

R + G + B = 19 + 23 + 12 = 54 (100%)
R 19 of 54 ~ 35.19%
G 23 of 54 ~ 42.59%
B 12 of 54 ~ 22.22'%

%35.19
%42.59
%22.22

CMYK color model

#13170C color CMYK value is (17,0,48,91).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 90.98%

CMYK: (17,0,48,91)
C17M0Y48K91 (17%, 0%, 48%, 91%)
(0.17 / 0.00 / 0.48 / 0.91)

CMYK percentages

%17.39
%0
%47.83
%90.98

Codes

Color #13170C in popluar color models

13 17 0C
RGB 19 23 12
HSL 82° 31.43% 6.86%
HSB/HSV 82° 47.83% 9.02%
CMYK 17.39% 0.00% 47.83%
90.98%

Color #13170C in popluar number systems.

HEX 13 17 0C
Decimal 19 23 12
Binary 10011 10111 1100
Octal 23 27 14

Shades and tints

Shades of #13170C

#13170C
(19,23,12)
#12150B
(18,21,11)
#11130A
(17,19,10)
#101109
(16,17,9)
#0F0F08
(15,15,8)
#0E0D07
(14,13,7)
#0D0B06
(13,11,6)
#0C0905
(12,9,5)
#0B0704
(11,7,4)
#0A0503
(10,5,3)
#090302
(9,3,2)
#000000
(0,0,0)

Tints of #13170C

#13170C
(19,23,12)
#282C22
(40,44,34)
#3D4138
(61,65,56)
#52564E
(82,86,78)
#676B64
(103,107,100)
#7C807A
(124,128,122)
#919590
(145,149,144)
#A6AAA6
(166,170,166)
#BBBFBC
(187,191,188)
#D0D4D2
(208,212,210)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13170C; }

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

This text font color is #13170C.

Background Color

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

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

This div background color is #13170C.

Border color

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

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

This div border color is #13170C.

Opacity

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

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

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

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

This text has shadow with #13170C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13170C.

Preview

Color preview on black background

This text has color #13170C on black background.


Color preview on white background

This text has color #13170C on white background.


Black color preview on #13170C background

This text has black color on #13170C background.


White color preview on #13170C background

This text has white color on #13170C background.


Related colors

Complementary color

Complementary color for #hex is #ECE8F3.


I love getcolorcode.com

Triadic colors

1 #0C1317 and #170C13 with #13170C are triadic colors.

2 #0C1713 and #17130C with #13170C are triadic colors.