COLOR #170A15

HEX: #170A15 RGB: (23,10,21)

Color info

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

RGB color model

#170A15 color RGB value is (23,10,21).

RGB: (23,10,21) (9%, 4%, 8%)

RGB channels and saturation

R 23 of 255 = 9%
G 10 of 255 = 4%
B 21 of 255 = 8%

23
10
21

R + G + B ~ 7%. #170A15 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 10 + 21 = 54 (100%)
R 23 of 54 ~ 42.59%
G 10 of 54 ~ 18.52%
B 21 of 54 ~ 38.89'%

%42.59
%18.52
%38.89

CMYK color model

#170A15 color CMYK value is (0,57,9,91).

  • cyan value is 0.00%
  • magenta value is 56.52%
  • yellow value is 8.70%
  • key color value is 90.98%

CMYK: (0,57,9,91)
C0M57Y9K91 (0%, 57%, 9%, 91%)
(0.00 / 0.57 / 0.09 / 0.91)

CMYK percentages

%0
%56.52
%8.7
%90.98

Codes

Color #170A15 in popluar color models

17 0A 15
RGB 23 10 21
HSL 309° 39.39% 6.47%
HSB/HSV 309° 56.52% 9.02%
CMYK 0.00% 56.52% 8.70%
90.98%

Color #170A15 in popluar number systems.

HEX 17 0A 15
Decimal 23 10 21
Binary 10111 1010 10101
Octal 27 12 25

Shades and tints

Shades of #170A15

#170A15
(23,10,21)
#150A14
(21,10,20)
#130A13
(19,10,19)
#110A12
(17,10,18)
#0F0A11
(15,10,17)
#0D0A10
(13,10,16)
#0B0A0F
(11,10,15)
#090A0E
(9,10,14)
#070A0D
(7,10,13)
#050A0C
(5,10,12)
#030A0B
(3,10,11)
#000000
(0,0,0)

Tints of #170A15

#170A15
(23,10,21)
#2C202A
(44,32,42)
#41363F
(65,54,63)
#564C54
(86,76,84)
#6B6269
(107,98,105)
#80787E
(128,120,126)
#958E93
(149,142,147)
#AAA4A8
(170,164,168)
#BFBABD
(191,186,189)
#D4D0D2
(212,208,210)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170A15; }

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

This text font color is #170A15.

Background Color

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

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

This div background color is #170A15.

Border color

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

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

This div border color is #170A15.

Opacity

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

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

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

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

This text has shadow with #170A15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #170A15.

Preview

Color preview on black background

This text has color #170A15 on black background.


Color preview on white background

This text has color #170A15 on white background.


Black color preview on #170A15 background

This text has black color on #170A15 background.


White color preview on #170A15 background

This text has white color on #170A15 background.


Related colors

Complementary color

Complementary color for #hex is #E8F5EA.


I love getcolorcode.com

Triadic colors

1 #15170A and #0A1517 with #170A15 are triadic colors.

2 #150A17 and #0A1715 with #170A15 are triadic colors.