COLOR #150D12

HEX: #150D12
RGB: (21,13,18)

Color info

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

RGB color model

#150D12 color RGB value is (21,13,18).

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

RGB channels and saturation

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

21
13
18

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

Portions of RGB colors in percentages

R + G + B =
21 + 13 + 18 = 52 (100%)
R 21 of 52 ~ 40.38%
G 13 of 52 ~ 25%
B 18 of 52 ~ 34.62%

%40.38
%25
%34.62

CMYK color model

#150D12 color CMYK value is (0,38,14,92).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 14.29%
  • key color value is 91.76%
CMYK:
(0,38,14,92)
C0M38Y14K92 
(0%,38%,14%,92%)
(0.00/0.38/0.14/0.92)	

CMYK percentages

%0
%38.1
%14.29
%91.76

Codes

Color #150D12 in popluar color models

150D12
RGB211318
HSL323°23.53%6.67%
HSB/HSV323°38.10%8.24%
CMYK0.00%38.10%14.29%
91.76%

Color #150D12 in popluar number systems.

HEX150D12
Decimal211318
Binary10101110110010
Octal251522

Shades and tints

Shades of #150D12

#150D12
(21,13,18)
#140C11
(20,12,17)
#130B10
(19,11,16)
#120A0F
(18,10,15)
#11090E
(17,9,14)
#10080D
(16,8,13)
#0F070C
(15,7,12)
#0E060B
(14,6,11)
#0D050A
(13,5,10)
#0C0409
(12,4,9)
#0B0308
(11,3,8)
#000000
(0,0,0)

Tints of #150D12

#150D12
(21,13,18)
#2A2327
(42,35,39)
#3F393C
(63,57,60)
#544F51
(84,79,81)
#696566
(105,101,102)
#7E7B7B
(126,123,123)
#939190
(147,145,144)
#A8A7A5
(168,167,165)
#BDBDBA
(189,189,186)
#D2D3CF
(210,211,207)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150D12; }

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

This text font color is #150D12.


Background Color

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

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

This div background color is #150D12.


Border color

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

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

This div border color is #150D12.


Opacity

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

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

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

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

This text has shadow with #150D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150D12 on black background.


Color preview on white background

This text has color #150D12 on white background.



Black color preview on #150D12 background

This text has black color on #150D12 background.


White color preview on #150D12 background

This text has white color on #150D12 background.