COLOR #150A0C

HEX: #150A0C
RGB: (21,10,12)

Color info

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

RGB color model

#150A0C color RGB value is (21,10,12).

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

RGB channels and saturation

R 21 of 255 = 8%
G 10 of 255 = 4%
B 12 of 255 = 5%

21
10
12

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

Portions of RGB colors in percentages

R + G + B =
21 + 10 + 12 = 43 (100%)
R 21 of 43 ~ 48.84%
G 10 of 43 ~ 23.26%
B 12 of 43 ~ 27.91%

%48.84
%23.26
%27.91

CMYK color model

#150A0C color CMYK value is (0,52,43,92).

  • cyan value is 0.00%
  • magenta value is 52.38%
  • yellow value is 42.86%
  • key color value is 91.76%
CMYK:
(0,52,43,92)
C0M52Y43K92 
(0%,52%,43%,92%)
(0.00/0.52/0.43/0.92)	

CMYK percentages

%0
%52.38
%42.86
%91.76

Codes

Color #150A0C in popluar color models

150A0C
RGB211012
HSL349°35.48%6.08%
HSB/HSV349°52.38%8.24%
CMYK0.00%52.38%42.86%
91.76%

Color #150A0C in popluar number systems.

HEX150A0C
Decimal211012
Binary1010110101100
Octal251214

Shades and tints

Shades of #150A0C

#150A0C
(21,10,12)
#140A0B
(20,10,11)
#130A0A
(19,10,10)
#120A09
(18,10,9)
#110A08
(17,10,8)
#100A07
(16,10,7)
#0F0A06
(15,10,6)
#0E0A05
(14,10,5)
#0D0A04
(13,10,4)
#0C0A03
(12,10,3)
#0B0A02
(11,10,2)
#000000
(0,0,0)

Tints of #150A0C

#150A0C
(21,10,12)
#2A2022
(42,32,34)
#3F3638
(63,54,56)
#544C4E
(84,76,78)
#696264
(105,98,100)
#7E787A
(126,120,122)
#938E90
(147,142,144)
#A8A4A6
(168,164,166)
#BDBABC
(189,186,188)
#D2D0D2
(210,208,210)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150A0C; }

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

This text font color is #150A0C.


Background Color

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

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

This div background color is #150A0C.


Border color

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

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

This div border color is #150A0C.


Opacity

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

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

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

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

This text has shadow with #150A0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150A0C on black background.


Color preview on white background

This text has color #150A0C on white background.



Black color preview on #150A0C background

This text has black color on #150A0C background.


White color preview on #150A0C background

This text has white color on #150A0C background.