COLOR #151719

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

21
23
25

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

Portions of RGB colors in percentages

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

%30.43
%33.33
%36.23

CMYK color model

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

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

CMYK percentages

%16
%8
%0
%90.2

Codes

Color #151719 in popluar color models

151719
RGB212325
HSL210°8.70%9.02%
HSB/HSV210°16.00%9.80%
CMYK16.00%8.00%0.00%
90.20%

Color #151719 in popluar number systems.

HEX151719
Decimal212325
Binary101011011111001
Octal252731

Shades and tints

Shades of #151719

#151719
(21,23,25)
#141517
(20,21,23)
#131315
(19,19,21)
#121113
(18,17,19)
#110F11
(17,15,17)
#100D0F
(16,13,15)
#0F0B0D
(15,11,13)
#0E090B
(14,9,11)
#0D0709
(13,7,9)
#0C0507
(12,5,7)
#0B0305
(11,3,5)
#000000
(0,0,0)

Tints of #151719

#151719
(21,23,25)
#2A2C2D
(42,44,45)
#3F4141
(63,65,65)
#545655
(84,86,85)
#696B69
(105,107,105)
#7E807D
(126,128,125)
#939591
(147,149,145)
#A8AAA5
(168,170,165)
#BDBFB9
(189,191,185)
#D2D4CD
(210,212,205)
#E7E9E1
(231,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151719; }

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

This text font color is #151719.


Background Color

.myBgColor { background-color: #151719; }

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

This div background color is #151719.


Border color

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

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

This div border color is #151719.


Opacity

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

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

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

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

This text has shadow with #151719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151719 on black background.


Color preview on white background

This text has color #151719 on white background.



Black color preview on #151719 background

This text has black color on #151719 background.


White color preview on #151719 background

This text has white color on #151719 background.