COLOR #151415

HEX: #151415
RGB: (21,20,21)

Color info

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

RGB color model

#151415 color RGB value is (21,20,21).

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

RGB channels and saturation

R 21 of 255 = 8%
G 20 of 255 = 8%
B 21 of 255 = 8%

21
20
21

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

Portions of RGB colors in percentages

R + G + B =
21 + 20 + 21 = 62 (100%)
R 21 of 62 ~ 33.87%
G 20 of 62 ~ 32.26%
B 21 of 62 ~ 33.87%

%33.87
%32.26
%33.87

CMYK color model

#151415 color CMYK value is (0,5,0,92).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(0,5,0,92)
C0M5Y0K92 
(0%,5%,0%,92%)
(0.00/0.05/0.00/0.92)	

CMYK percentages

%0
%4.76
%0
%91.76

Codes

Color #151415 in popluar color models

151415
RGB212021
HSL300°2.44%8.04%
HSB/HSV300°4.76%8.24%
CMYK0.00%4.76%0.00%
91.76%

Color #151415 in popluar number systems.

HEX151415
Decimal212021
Binary101011010010101
Octal252425

Shades and tints

Shades of #151415

#151415
(21,20,21)
#141314
(20,19,20)
#131213
(19,18,19)
#121112
(18,17,18)
#111011
(17,16,17)
#100F10
(16,15,16)
#0F0E0F
(15,14,15)
#0E0D0E
(14,13,14)
#0D0C0D
(13,12,13)
#0C0B0C
(12,11,12)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #151415

#151415
(21,20,21)
#2A292A
(42,41,42)
#3F3E3F
(63,62,63)
#545354
(84,83,84)
#696869
(105,104,105)
#7E7D7E
(126,125,126)
#939293
(147,146,147)
#A8A7A8
(168,167,168)
#BDBCBD
(189,188,189)
#D2D1D2
(210,209,210)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151415; }

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

This text font color is #151415.


Background Color

.myBgColor { background-color: #151415; }

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

This div background color is #151415.


Border color

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

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

This div border color is #151415.


Opacity

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

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

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

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

This text has shadow with #151415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151415 on black background.


Color preview on white background

This text has color #151415 on white background.



Black color preview on #151415 background

This text has black color on #151415 background.


White color preview on #151415 background

This text has white color on #151415 background.