COLOR #151017

HEX: #151017
RGB: (21,16,23)

Color info

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

RGB color model

#151017 color RGB value is (21,16,23).

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

RGB channels and saturation

R 21 of 255 = 8%
G 16 of 255 = 6%
B 23 of 255 = 9%

21
16
23

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

Portions of RGB colors in percentages

R + G + B =
21 + 16 + 23 = 60 (100%)
R 21 of 60 ~ 35%
G 16 of 60 ~ 26.67%
B 23 of 60 ~ 38.33%

%35
%26.67
%38.33

CMYK color model

#151017 color CMYK value is (9,30,0,91).

  • cyan value is 8.70%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(9,30,0,91)
C9M30Y0K91 
(9%,30%,0%,91%)
(0.09/0.30/0.00/0.91)	

CMYK percentages

%8.7
%30.43
%0
%90.98

Codes

Color #151017 in popluar color models

151017
RGB211623
HSL283°17.95%7.65%
HSB/HSV283°30.43%9.02%
CMYK8.70%30.43%0.00%
90.98%

Color #151017 in popluar number systems.

HEX151017
Decimal211623
Binary101011000010111
Octal252027

Shades and tints

Shades of #151017

#151017
(21,16,23)
#140F15
(20,15,21)
#130E13
(19,14,19)
#120D11
(18,13,17)
#110C0F
(17,12,15)
#100B0D
(16,11,13)
#0F0A0B
(15,10,11)
#0E0909
(14,9,9)
#0D0807
(13,8,7)
#0C0705
(12,7,5)
#0B0603
(11,6,3)
#000000
(0,0,0)

Tints of #151017

#151017
(21,16,23)
#2A252C
(42,37,44)
#3F3A41
(63,58,65)
#544F56
(84,79,86)
#69646B
(105,100,107)
#7E7980
(126,121,128)
#938E95
(147,142,149)
#A8A3AA
(168,163,170)
#BDB8BF
(189,184,191)
#D2CDD4
(210,205,212)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151017; }

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

This text font color is #151017.


Background Color

.myBgColor { background-color: #151017; }

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

This div background color is #151017.


Border color

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

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

This div border color is #151017.


Opacity

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

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

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

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

This text has shadow with #151017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151017 on black background.


Color preview on white background

This text has color #151017 on white background.



Black color preview on #151017 background

This text has black color on #151017 background.


White color preview on #151017 background

This text has white color on #151017 background.