COLOR #151917

HEX: #151917
RGB: (21,25,23)

Color info

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

RGB color model

#151917 color RGB value is (21,25,23).

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

RGB channels and saturation

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

21
25
23

R + G + B ~ 9%. #151917 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 25 + 23 = 69 (100%)
R 21 of 69 ~ 30.43%
G 25 of 69 ~ 36.23%
B 23 of 69 ~ 33.33%

%30.43
%36.23
%33.33

CMYK color model

#151917 color CMYK value is (16,0,8,90).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 90.20%
CMYK:
(16,0,8,90)
C16M0Y8K90 
(16%,0%,8%,90%)
(0.16/0.00/0.08/0.90)	

CMYK percentages

%16
%0
%8
%90.2

Codes

Color #151917 in popluar color models

151917
RGB212523
HSL150°8.70%9.02%
HSB/HSV150°16.00%9.80%
CMYK16.00%0.00%8.00%
90.20%

Color #151917 in popluar number systems.

HEX151917
Decimal212523
Binary101011100110111
Octal253127

Shades and tints

Shades of #151917

#151917
(21,25,23)
#141715
(20,23,21)
#131513
(19,21,19)
#121311
(18,19,17)
#11110F
(17,17,15)
#100F0D
(16,15,13)
#0F0D0B
(15,13,11)
#0E0B09
(14,11,9)
#0D0907
(13,9,7)
#0C0705
(12,7,5)
#0B0503
(11,5,3)
#000000
(0,0,0)

Tints of #151917

#151917
(21,25,23)
#2A2D2C
(42,45,44)
#3F4141
(63,65,65)
#545556
(84,85,86)
#69696B
(105,105,107)
#7E7D80
(126,125,128)
#939195
(147,145,149)
#A8A5AA
(168,165,170)
#BDB9BF
(189,185,191)
#D2CDD4
(210,205,212)
#E7E1E9
(231,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151917; }

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

This text font color is #151917.


Background Color

.myBgColor { background-color: #151917; }

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

This div background color is #151917.


Border color

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

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

This div border color is #151917.


Opacity

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

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

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

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

This text has shadow with #151917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151917 on black background.


Color preview on white background

This text has color #151917 on white background.



Black color preview on #151917 background

This text has black color on #151917 background.


White color preview on #151917 background

This text has white color on #151917 background.