COLOR #151217

HEX: #151217
RGB: (21,18,23)

Color info

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

RGB color model

#151217 color RGB value is (21,18,23).

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

RGB channels and saturation

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

21
18
23

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

Portions of RGB colors in percentages

R + G + B =
21 + 18 + 23 = 62 (100%)
R 21 of 62 ~ 33.87%
G 18 of 62 ~ 29.03%
B 23 of 62 ~ 37.1%

%33.87
%29.03
%37.1

CMYK color model

#151217 color CMYK value is (9,22,0,91).

  • cyan value is 8.70%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(9,22,0,91)
C9M22Y0K91 
(9%,22%,0%,91%)
(0.09/0.22/0.00/0.91)	

CMYK percentages

%8.7
%21.74
%0
%90.98

Codes

Color #151217 in popluar color models

151217
RGB211823
HSL276°12.20%8.04%
HSB/HSV276°21.74%9.02%
CMYK8.70%21.74%0.00%
90.98%

Color #151217 in popluar number systems.

HEX151217
Decimal211823
Binary101011001010111
Octal252227

Shades and tints

Shades of #151217

#151217
(21,18,23)
#141115
(20,17,21)
#131013
(19,16,19)
#120F11
(18,15,17)
#110E0F
(17,14,15)
#100D0D
(16,13,13)
#0F0C0B
(15,12,11)
#0E0B09
(14,11,9)
#0D0A07
(13,10,7)
#0C0905
(12,9,5)
#0B0803
(11,8,3)
#000000
(0,0,0)

Tints of #151217

#151217
(21,18,23)
#2A272C
(42,39,44)
#3F3C41
(63,60,65)
#545156
(84,81,86)
#69666B
(105,102,107)
#7E7B80
(126,123,128)
#939095
(147,144,149)
#A8A5AA
(168,165,170)
#BDBABF
(189,186,191)
#D2CFD4
(210,207,212)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151217; }

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

This text font color is #151217.


Background Color

.myBgColor { background-color: #151217; }

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

This div background color is #151217.


Border color

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

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

This div border color is #151217.


Opacity

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

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

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

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

This text has shadow with #151217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151217 on black background.


Color preview on white background

This text has color #151217 on white background.



Black color preview on #151217 background

This text has black color on #151217 background.


White color preview on #151217 background

This text has white color on #151217 background.