COLOR #150515

HEX: #150515
RGB: (21,5,21)

Color info

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

RGB color model

#150515 color RGB value is (21,5,21).

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

RGB channels and saturation

R 21 of 255 = 8%
G 5 of 255 = 2%
B 21 of 255 = 8%

21
5
21

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

Portions of RGB colors in percentages

R + G + B =
21 + 5 + 21 = 47 (100%)
R 21 of 47 ~ 44.68%
G 5 of 47 ~ 10.64%
B 21 of 47 ~ 44.68%

%44.68
%10.64
%44.68

CMYK color model

#150515 color CMYK value is (0,76,0,92).

  • cyan value is 0.00%
  • magenta value is 76.19%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(0,76,0,92)
C0M76Y0K92 
(0%,76%,0%,92%)
(0.00/0.76/0.00/0.92)	

CMYK percentages

%0
%76.19
%0
%91.76

Codes

Color #150515 in popluar color models

150515
RGB21521
HSL300°61.54%5.10%
HSB/HSV300°76.19%8.24%
CMYK0.00%76.19%0.00%
91.76%

Color #150515 in popluar number systems.

HEX150515
Decimal21521
Binary1010110110101
Octal25525

Shades and tints

Shades of #150515

#150515
(21,5,21)
#140514
(20,5,20)
#130513
(19,5,19)
#120512
(18,5,18)
#110511
(17,5,17)
#100510
(16,5,16)
#0F050F
(15,5,15)
#0E050E
(14,5,14)
#0D050D
(13,5,13)
#0C050C
(12,5,12)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #150515

#150515
(21,5,21)
#2A1B2A
(42,27,42)
#3F313F
(63,49,63)
#544754
(84,71,84)
#695D69
(105,93,105)
#7E737E
(126,115,126)
#938993
(147,137,147)
#A89FA8
(168,159,168)
#BDB5BD
(189,181,189)
#D2CBD2
(210,203,210)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150515; }

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

This text font color is #150515.


Background Color

.myBgColor { background-color: #150515; }

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

This div background color is #150515.


Border color

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

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

This div border color is #150515.


Opacity

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

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

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

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

This text has shadow with #150515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150515 on black background.


Color preview on white background

This text has color #150515 on white background.



Black color preview on #150515 background

This text has black color on #150515 background.


White color preview on #150515 background

This text has white color on #150515 background.