COLOR #151518

HEX: #151518
RGB: (21,21,24)

Color info

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

RGB color model

#151518 color RGB value is (21,21,24).

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

RGB channels and saturation

R 21 of 255 = 8%
G 21 of 255 = 8%
B 24 of 255 = 9%

21
21
24

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

Portions of RGB colors in percentages

R + G + B =
21 + 21 + 24 = 66 (100%)
R 21 of 66 ~ 31.82%
G 21 of 66 ~ 31.82%
B 24 of 66 ~ 36.36%

%31.82
%31.82
%36.36

CMYK color model

#151518 color CMYK value is (13,13,0,91).

  • cyan value is 12.50%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(13,13,0,91)
C13M13Y0K91 
(13%,13%,0%,91%)
(0.13/0.13/0.00/0.91)	

CMYK percentages

%12.5
%12.5
%0
%90.59

Codes

Color #151518 in popluar color models

151518
RGB212124
HSL240°6.67%8.82%
HSB/HSV240°12.50%9.41%
CMYK12.50%12.50%0.00%
90.59%

Color #151518 in popluar number systems.

HEX151518
Decimal212124
Binary101011010111000
Octal252530

Shades and tints

Shades of #151518

#151518
(21,21,24)
#141416
(20,20,22)
#131314
(19,19,20)
#121212
(18,18,18)
#111110
(17,17,16)
#10100E
(16,16,14)
#0F0F0C
(15,15,12)
#0E0E0A
(14,14,10)
#0D0D08
(13,13,8)
#0C0C06
(12,12,6)
#0B0B04
(11,11,4)
#000000
(0,0,0)

Tints of #151518

#151518
(21,21,24)
#2A2A2D
(42,42,45)
#3F3F42
(63,63,66)
#545457
(84,84,87)
#69696C
(105,105,108)
#7E7E81
(126,126,129)
#939396
(147,147,150)
#A8A8AB
(168,168,171)
#BDBDC0
(189,189,192)
#D2D2D5
(210,210,213)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151518; }

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

This text font color is #151518.


Background Color

.myBgColor { background-color: #151518; }

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

This div background color is #151518.


Border color

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

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

This div border color is #151518.


Opacity

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

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

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

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

This text has shadow with #151518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151518 on black background.


Color preview on white background

This text has color #151518 on white background.



Black color preview on #151518 background

This text has black color on #151518 background.


White color preview on #151518 background

This text has white color on #151518 background.