COLOR #151716

HEX: #151716
RGB: (21,23,22)

Color info

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

RGB color model

#151716 color RGB value is (21,23,22).

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

RGB channels and saturation

R 21 of 255 = 8%
G 23 of 255 = 9%
B 22 of 255 = 9%

21
23
22

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

Portions of RGB colors in percentages

R + G + B =
21 + 23 + 22 = 66 (100%)
R 21 of 66 ~ 31.82%
G 23 of 66 ~ 34.85%
B 22 of 66 ~ 33.33%

%31.82
%34.85
%33.33

CMYK color model

#151716 color CMYK value is (9,0,4,91).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 90.98%
CMYK:
(9,0,4,91)
C9M0Y4K91 
(9%,0%,4%,91%)
(0.09/0.00/0.04/0.91)	

CMYK percentages

%8.7
%0
%4.35
%90.98

Codes

Color #151716 in popluar color models

151716
RGB212322
HSL150°4.55%8.63%
HSB/HSV150°8.70%9.02%
CMYK8.70%0.00%4.35%
90.98%

Color #151716 in popluar number systems.

HEX151716
Decimal212322
Binary101011011110110
Octal252726

Shades and tints

Shades of #151716

#151716
(21,23,22)
#141514
(20,21,20)
#131312
(19,19,18)
#121110
(18,17,16)
#110F0E
(17,15,14)
#100D0C
(16,13,12)
#0F0B0A
(15,11,10)
#0E0908
(14,9,8)
#0D0706
(13,7,6)
#0C0504
(12,5,4)
#0B0302
(11,3,2)
#000000
(0,0,0)

Tints of #151716

#151716
(21,23,22)
#2A2C2B
(42,44,43)
#3F4140
(63,65,64)
#545655
(84,86,85)
#696B6A
(105,107,106)
#7E807F
(126,128,127)
#939594
(147,149,148)
#A8AAA9
(168,170,169)
#BDBFBE
(189,191,190)
#D2D4D3
(210,212,211)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151716; }

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

This text font color is #151716.


Background Color

.myBgColor { background-color: #151716; }

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

This div background color is #151716.


Border color

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

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

This div border color is #151716.


Opacity

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

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

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

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

This text has shadow with #151716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151716 on black background.


Color preview on white background

This text has color #151716 on white background.



Black color preview on #151716 background

This text has black color on #151716 background.


White color preview on #151716 background

This text has white color on #151716 background.