COLOR #151713

HEX: #151713
RGB: (21,23,19)

Color info

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

RGB color model

#151713 color RGB value is (21,23,19).

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

RGB channels and saturation

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

21
23
19

R + G + B ~ 8%. #151713 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 23 + 19 = 63 (100%)
R 21 of 63 ~ 33.33%
G 23 of 63 ~ 36.51%
B 19 of 63 ~ 30.16%

%33.33
%36.51
%30.16

CMYK color model

#151713 color CMYK value is (9,0,17,91).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 90.98%
CMYK:
(9,0,17,91)
C9M0Y17K91 
(9%,0%,17%,91%)
(0.09/0.00/0.17/0.91)	

CMYK percentages

%8.7
%0
%17.39
%90.98

Codes

Color #151713 in popluar color models

151713
RGB212319
HSL90°9.52%8.24%
HSB/HSV90°17.39%9.02%
CMYK8.70%0.00%17.39%
90.98%

Color #151713 in popluar number systems.

HEX151713
Decimal212319
Binary101011011110011
Octal252723

Shades and tints

Shades of #151713

#151713
(21,23,19)
#141512
(20,21,18)
#131311
(19,19,17)
#121110
(18,17,16)
#110F0F
(17,15,15)
#100D0E
(16,13,14)
#0F0B0D
(15,11,13)
#0E090C
(14,9,12)
#0D070B
(13,7,11)
#0C050A
(12,5,10)
#0B0309
(11,3,9)
#000000
(0,0,0)

Tints of #151713

#151713
(21,23,19)
#2A2C28
(42,44,40)
#3F413D
(63,65,61)
#545652
(84,86,82)
#696B67
(105,107,103)
#7E807C
(126,128,124)
#939591
(147,149,145)
#A8AAA6
(168,170,166)
#BDBFBB
(189,191,187)
#D2D4D0
(210,212,208)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151713; }

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

This text font color is #151713.


Background Color

.myBgColor { background-color: #151713; }

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

This div background color is #151713.


Border color

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

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

This div border color is #151713.


Opacity

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

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

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

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

This text has shadow with #151713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151713 on black background.


Color preview on white background

This text has color #151713 on white background.



Black color preview on #151713 background

This text has black color on #151713 background.


White color preview on #151713 background

This text has white color on #151713 background.