COLOR #150717

HEX: #150717
RGB: (21,7,23)

Color info

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

RGB color model

#150717 color RGB value is (21,7,23).

  • red value is 21;
  • green value is 7;
  • blue value is 23.
RGB:
(21,7,23)
(8%,3%,9%)

RGB channels and saturation

R 21 of 255 = 8%
G 7 of 255 = 3%
B 23 of 255 = 9%

21
7
23

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

Portions of RGB colors in percentages

R + G + B =
21 + 7 + 23 = 51 (100%)
R 21 of 51 ~ 41.18%
G 7 of 51 ~ 13.73%
B 23 of 51 ~ 45.1%

%41.18
%13.73
%45.1

CMYK color model

#150717 color CMYK value is (9,70,0,91).

  • cyan value is 8.70%
  • magenta value is 69.57%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(9,70,0,91)
C9M70Y0K91 
(9%,70%,0%,91%)
(0.09/0.70/0.00/0.91)	

CMYK percentages

%8.7
%69.57
%0
%90.98

Codes

Color #150717 in popluar color models

150717
RGB21723
HSL293°53.33%5.88%
HSB/HSV293°69.57%9.02%
CMYK8.70%69.57%0.00%
90.98%

Color #150717 in popluar number systems.

HEX150717
Decimal21723
Binary1010111110111
Octal25727

Shades and tints

Shades of #150717

#150717
(21,7,23)
#140715
(20,7,21)
#130713
(19,7,19)
#120711
(18,7,17)
#11070F
(17,7,15)
#10070D
(16,7,13)
#0F070B
(15,7,11)
#0E0709
(14,7,9)
#0D0707
(13,7,7)
#0C0705
(12,7,5)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #150717

#150717
(21,7,23)
#2A1D2C
(42,29,44)
#3F3341
(63,51,65)
#544956
(84,73,86)
#695F6B
(105,95,107)
#7E7580
(126,117,128)
#938B95
(147,139,149)
#A8A1AA
(168,161,170)
#BDB7BF
(189,183,191)
#D2CDD4
(210,205,212)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150717; }

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

This text font color is #150717.


Background Color

.myBgColor { background-color: #150717; }

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

This div background color is #150717.


Border color

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

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

This div border color is #150717.


Opacity

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

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

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

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

This text has shadow with #150717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150717 on black background.


Color preview on white background

This text has color #150717 on white background.



Black color preview on #150717 background

This text has black color on #150717 background.


White color preview on #150717 background

This text has white color on #150717 background.