COLOR #15170A

HEX: #15170A RGB: (21,23,10)

Color info

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

RGB color model

#15170A color RGB value is (21,23,10).

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

RGB channels and saturation

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

21
23
10

R + G + B ~ 7%. #15170A is dark color.

Portions of RGB colors in percentages

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

%38.89
%42.59
%18.52

CMYK color model

#15170A color CMYK value is (9,0,57,91).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 56.52%
  • key color value is 90.98%
CMYK: (9,0,57,91) C9M0Y57K91 (9%,0%,57%,91%) (0.09/0.00/0.57/0.91) 

CMYK percentages

%8.7
%0
%56.52
%90.98

Codes

Color #15170A in popluar color models

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

Color #15170A in popluar number systems.

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

Shades and tints

Shades of #15170A

#15170A
(21,23,10)
#14150A
(20,21,10)
#13130A
(19,19,10)
#12110A
(18,17,10)
#110F0A
(17,15,10)
#100D0A
(16,13,10)
#0F0B0A
(15,11,10)
#0E090A
(14,9,10)
#0D070A
(13,7,10)
#0C050A
(12,5,10)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #15170A

#15170A
(21,23,10)
#2A2C20
(42,44,32)
#3F4136
(63,65,54)
#54564C
(84,86,76)
#696B62
(105,107,98)
#7E8078
(126,128,120)
#93958E
(147,149,142)
#A8AAA4
(168,170,164)
#BDBFBA
(189,191,186)
#D2D4D0
(210,212,208)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15170A; }

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

This text font color is #15170A.

Background Color

.myBgColor { background-color: #15170A; }

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

This div background color is #15170A.

Border color

.myBorderColor { border: 1px solid #15170A; }

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

This div border color is #15170A.

Opacity

.myOpacity80 { color: #15170A; opacity: 0.8; }

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

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

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

This text has shadow with #15170A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15170A.

Preview

Color preview on black background

This text has color #15170A on black background.


Color preview on white background

This text has color #15170A on white background.


Black color preview on #15170A background

This text has black color on #15170A background.


White color preview on #15170A background

This text has white color on #15170A background.


Related colors

Complementary color

Complementary color for #hex is #EAE8F5.


I love getcolorcode.com

Triadic colors

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

2 #0A1715 and #17150A with #15170A are triadic colors.