COLOR #150C0F

HEX: #150C0F
RGB: (21,12,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

21
12
15

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

Portions of RGB colors in percentages

R + G + B =
21 + 12 + 15 = 48 (100%)
R 21 of 48 ~ 43.75%
G 12 of 48 ~ 25%
B 15 of 48 ~ 31.25%

%43.75
%25
%31.25

CMYK color model

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

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

CMYK percentages

%0
%42.86
%28.57
%91.76

Codes

Color #150C0F in popluar color models

150C0F
RGB211215
HSL340°27.27%6.47%
HSB/HSV340°42.86%8.24%
CMYK0.00%42.86%28.57%
91.76%

Color #150C0F in popluar number systems.

HEX150C0F
Decimal211215
Binary1010111001111
Octal251417

Shades and tints

Shades of #150C0F

#150C0F
(21,12,15)
#140B0E
(20,11,14)
#130A0D
(19,10,13)
#12090C
(18,9,12)
#11080B
(17,8,11)
#10070A
(16,7,10)
#0F0609
(15,6,9)
#0E0508
(14,5,8)
#0D0407
(13,4,7)
#0C0306
(12,3,6)
#0B0205
(11,2,5)
#000000
(0,0,0)

Tints of #150C0F

#150C0F
(21,12,15)
#2A2224
(42,34,36)
#3F3839
(63,56,57)
#544E4E
(84,78,78)
#696463
(105,100,99)
#7E7A78
(126,122,120)
#93908D
(147,144,141)
#A8A6A2
(168,166,162)
#BDBCB7
(189,188,183)
#D2D2CC
(210,210,204)
#E7E8E1
(231,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150C0F; }

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

This text font color is #150C0F.


Background Color

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

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

This div background color is #150C0F.


Border color

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

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

This div border color is #150C0F.


Opacity

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

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

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

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

This text has shadow with #150C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150C0F on black background.


Color preview on white background

This text has color #150C0F on white background.



Black color preview on #150C0F background

This text has black color on #150C0F background.


White color preview on #150C0F background

This text has white color on #150C0F background.