COLOR #150815

HEX: #150815
RGB: (21,8,21)

Color info

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

RGB color model

#150815 color RGB value is (21,8,21).

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

RGB channels and saturation

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

21
8
21

R + G + B ~ 6%. #150815 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 8 + 21 = 50 (100%)
R 21 of 50 ~ 42%
G 8 of 50 ~ 16%
B 21 of 50 ~ 42%

%42
%16
%42

CMYK color model

#150815 color CMYK value is (0,62,0,92).

  • cyan value is 0.00%
  • magenta value is 61.90%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(0,62,0,92)
C0M62Y0K92 
(0%,62%,0%,92%)
(0.00/0.62/0.00/0.92)	

CMYK percentages

%0
%61.9
%0
%91.76

Codes

Color #150815 in popluar color models

150815
RGB21821
HSL300°44.83%5.69%
HSB/HSV300°61.90%8.24%
CMYK0.00%61.90%0.00%
91.76%

Color #150815 in popluar number systems.

HEX150815
Decimal21821
Binary10101100010101
Octal251025

Shades and tints

Shades of #150815

#150815
(21,8,21)
#140814
(20,8,20)
#130813
(19,8,19)
#120812
(18,8,18)
#110811
(17,8,17)
#100810
(16,8,16)
#0F080F
(15,8,15)
#0E080E
(14,8,14)
#0D080D
(13,8,13)
#0C080C
(12,8,12)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #150815

#150815
(21,8,21)
#2A1E2A
(42,30,42)
#3F343F
(63,52,63)
#544A54
(84,74,84)
#696069
(105,96,105)
#7E767E
(126,118,126)
#938C93
(147,140,147)
#A8A2A8
(168,162,168)
#BDB8BD
(189,184,189)
#D2CED2
(210,206,210)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150815; }

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

This text font color is #150815.


Background Color

.myBgColor { background-color: #150815; }

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

This div background color is #150815.


Border color

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

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

This div border color is #150815.


Opacity

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

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

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

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

This text has shadow with #150815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150815 on black background.


Color preview on white background

This text has color #150815 on white background.



Black color preview on #150815 background

This text has black color on #150815 background.


White color preview on #150815 background

This text has white color on #150815 background.