COLOR #150C12

HEX: #150C12
RGB: (21,12,18)

Color info

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

RGB color model

#150C12 color RGB value is (21,12,18).

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

RGB channels and saturation

R 21 of 255 = 8%
G 12 of 255 = 5%
B 18 of 255 = 7%

21
12
18

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

Portions of RGB colors in percentages

R + G + B =
21 + 12 + 18 = 51 (100%)
R 21 of 51 ~ 41.18%
G 12 of 51 ~ 23.53%
B 18 of 51 ~ 35.29%

%41.18
%23.53
%35.29

CMYK color model

#150C12 color CMYK value is (0,43,14,92).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 14.29%
  • key color value is 91.76%
CMYK:
(0,43,14,92)
C0M43Y14K92 
(0%,43%,14%,92%)
(0.00/0.43/0.14/0.92)	

CMYK percentages

%0
%42.86
%14.29
%91.76

Codes

Color #150C12 in popluar color models

150C12
RGB211218
HSL320°27.27%6.47%
HSB/HSV320°42.86%8.24%
CMYK0.00%42.86%14.29%
91.76%

Color #150C12 in popluar number systems.

HEX150C12
Decimal211218
Binary10101110010010
Octal251422

Shades and tints

Shades of #150C12

#150C12
(21,12,18)
#140B11
(20,11,17)
#130A10
(19,10,16)
#12090F
(18,9,15)
#11080E
(17,8,14)
#10070D
(16,7,13)
#0F060C
(15,6,12)
#0E050B
(14,5,11)
#0D040A
(13,4,10)
#0C0309
(12,3,9)
#0B0208
(11,2,8)
#000000
(0,0,0)

Tints of #150C12

#150C12
(21,12,18)
#2A2227
(42,34,39)
#3F383C
(63,56,60)
#544E51
(84,78,81)
#696466
(105,100,102)
#7E7A7B
(126,122,123)
#939090
(147,144,144)
#A8A6A5
(168,166,165)
#BDBCBA
(189,188,186)
#D2D2CF
(210,210,207)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150C12; }

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

This text font color is #150C12.


Background Color

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

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

This div background color is #150C12.


Border color

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

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

This div border color is #150C12.


Opacity

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

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

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

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

This text has shadow with #150C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150C12 on black background.


Color preview on white background

This text has color #150C12 on white background.



Black color preview on #150C12 background

This text has black color on #150C12 background.


White color preview on #150C12 background

This text has white color on #150C12 background.