COLOR #170613

HEX: #170613 RGB: (23,6,19)

Color info

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

RGB color model

#170613 color RGB value is (23,6,19).

RGB: (23,6,19) (9%, 2%, 7%)

RGB channels and saturation

R 23 of 255 = 9%
G 6 of 255 = 2%
B 19 of 255 = 7%

23
6
19

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

Portions of RGB colors in percentages

R + G + B = 23 + 6 + 19 = 48 (100%)
R 23 of 48 ~ 47.92%
G 6 of 48 ~ 12.5%
B 19 of 48 ~ 39.58'%

%47.92
%12.5
%39.58

CMYK color model

#170613 color CMYK value is (0,74,17,91).

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

CMYK: (0,74,17,91)
C0M74Y17K91 (0%, 74%, 17%, 91%)
(0.00 / 0.74 / 0.17 / 0.91)

CMYK percentages

%0
%73.91
%17.39
%90.98

Codes

Color #170613 in popluar color models

17 06 13
RGB 23 6 19
HSL 314° 58.62% 5.69%
HSB/HSV 314° 73.91% 9.02%
CMYK 0.00% 73.91% 17.39%
90.98%

Color #170613 in popluar number systems.

HEX 17 06 13
Decimal 23 6 19
Binary 10111 110 10011
Octal 27 6 23

Shades and tints

Shades of #170613

#170613
(23,6,19)
#150612
(21,6,18)
#130611
(19,6,17)
#110610
(17,6,16)
#0F060F
(15,6,15)
#0D060E
(13,6,14)
#0B060D
(11,6,13)
#09060C
(9,6,12)
#07060B
(7,6,11)
#05060A
(5,6,10)
#030609
(3,6,9)
#000000
(0,0,0)

Tints of #170613

#170613
(23,6,19)
#2C1C28
(44,28,40)
#41323D
(65,50,61)
#564852
(86,72,82)
#6B5E67
(107,94,103)
#80747C
(128,116,124)
#958A91
(149,138,145)
#AAA0A6
(170,160,166)
#BFB6BB
(191,182,187)
#D4CCD0
(212,204,208)
#E9E2E5
(233,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170613; }

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

This text font color is #170613.

Background Color

.myBgColor { background-color: #170613; }

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

This div background color is #170613.

Border color

.myBorderColor { border: 1px solid #170613; }

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

This div border color is #170613.

Opacity

.myOpacity80 { color: #170613; opacity: 0.8; }

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

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

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

This text has shadow with #170613 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #170613.

Preview

Color preview on black background

This text has color #170613 on black background.


Color preview on white background

This text has color #170613 on white background.


Black color preview on #170613 background

This text has black color on #170613 background.


White color preview on #170613 background

This text has white color on #170613 background.


Related colors

Complementary color

Complementary color for #hex is #E8F9EC.


I love getcolorcode.com

Triadic colors

1 #131706 and #061317 with #170613 are triadic colors.

2 #130617 and #061713 with #170613 are triadic colors.