COLOR #15150F

HEX: #15150F
RGB: (21,21,15)

Color info

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

RGB color model

#15150F color RGB value is (21,21,15).

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

RGB channels and saturation

R 21 of 255 = 8%
G 21 of 255 = 8%
B 15 of 255 = 6%

21
21
15

R + G + B ~ 7%. #15150F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 21 + 15 = 57 (100%)
R 21 of 57 ~ 36.84%
G 21 of 57 ~ 36.84%
B 15 of 57 ~ 26.32%

%36.84
%36.84
%26.32

CMYK color model

#15150F color CMYK value is (0,0,29,92).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 91.76%
CMYK:
(0,0,29,92)
C0M0Y29K92 
(0%,0%,29%,92%)
(0.00/0.00/0.29/0.92)	

CMYK percentages

%0
%0
%28.57
%91.76

Codes

Color #15150F in popluar color models

15150F
RGB212115
HSL60°16.67%7.06%
HSB/HSV60°28.57%8.24%
CMYK0.00%0.00%28.57%
91.76%

Color #15150F in popluar number systems.

HEX15150F
Decimal212115
Binary10101101011111
Octal252517

Shades and tints

Shades of #15150F

#15150F
(21,21,15)
#14140E
(20,20,14)
#13130D
(19,19,13)
#12120C
(18,18,12)
#11110B
(17,17,11)
#10100A
(16,16,10)
#0F0F09
(15,15,9)
#0E0E08
(14,14,8)
#0D0D07
(13,13,7)
#0C0C06
(12,12,6)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #15150F

#15150F
(21,21,15)
#2A2A24
(42,42,36)
#3F3F39
(63,63,57)
#54544E
(84,84,78)
#696963
(105,105,99)
#7E7E78
(126,126,120)
#93938D
(147,147,141)
#A8A8A2
(168,168,162)
#BDBDB7
(189,189,183)
#D2D2CC
(210,210,204)
#E7E7E1
(231,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15150F; }

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

This text font color is #15150F.


Background Color

.myBgColor { background-color: #15150F; }

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

This div background color is #15150F.


Border color

.myBorderColor { border: 1px solid #15150F; }

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

This div border color is #15150F.


Opacity

.myOpacity80 { color: #15150F; opacity: 0.8; }

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

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

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

This text has shadow with #15150F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15150F on black background.


Color preview on white background

This text has color #15150F on white background.



Black color preview on #15150F background

This text has black color on #15150F background.


White color preview on #15150F background

This text has white color on #15150F background.