COLOR #150F0F

HEX: #150F0F
RGB: (21,15,15)

Color info

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

RGB color model

#150F0F color RGB value is (21,15,15).

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

RGB channels and saturation

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

21
15
15

R + G + B ~ 7%. #150F0F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 15 + 15 = 51 (100%)
R 21 of 51 ~ 41.18%
G 15 of 51 ~ 29.41%
B 15 of 51 ~ 29.41%

%41.18
%29.41
%29.41

CMYK color model

#150F0F color CMYK value is (0,29,29,92).

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

CMYK percentages

%0
%28.57
%28.57
%91.76

Codes

Color #150F0F in popluar color models

150F0F
RGB211515
HSL16.67%7.06%
HSB/HSV28.57%8.24%
CMYK0.00%28.57%28.57%
91.76%

Color #150F0F in popluar number systems.

HEX150F0F
Decimal211515
Binary1010111111111
Octal251717

Shades and tints

Shades of #150F0F

#150F0F
(21,15,15)
#140E0E
(20,14,14)
#130D0D
(19,13,13)
#120C0C
(18,12,12)
#110B0B
(17,11,11)
#100A0A
(16,10,10)
#0F0909
(15,9,9)
#0E0808
(14,8,8)
#0D0707
(13,7,7)
#0C0606
(12,6,6)
#0B0505
(11,5,5)
#000000
(0,0,0)

Tints of #150F0F

#150F0F
(21,15,15)
#2A2424
(42,36,36)
#3F3939
(63,57,57)
#544E4E
(84,78,78)
#696363
(105,99,99)
#7E7878
(126,120,120)
#938D8D
(147,141,141)
#A8A2A2
(168,162,162)
#BDB7B7
(189,183,183)
#D2CCCC
(210,204,204)
#E7E1E1
(231,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150F0F; }

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

This text font color is #150F0F.


Background Color

.myBgColor { background-color: #150F0F; }

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

This div background color is #150F0F.


Border color

.myBorderColor { border: 1px solid #150F0F; }

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

This div border color is #150F0F.


Opacity

.myOpacity80 { color: #150F0F; opacity: 0.8; }

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

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

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

This text has shadow with #150F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150F0F on black background.


Color preview on white background

This text has color #150F0F on white background.



Black color preview on #150F0F background

This text has black color on #150F0F background.


White color preview on #150F0F background

This text has white color on #150F0F background.