COLOR #150C0E

HEX: #150C0E
RGB: (21,12,14)

Color info

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

RGB color model

#150C0E color RGB value is (21,12,14).

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

RGB channels and saturation

R 21 of 255 = 8%
G 12 of 255 = 5%
B 14 of 255 = 5%

21
12
14

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

Portions of RGB colors in percentages

R + G + B =
21 + 12 + 14 = 47 (100%)
R 21 of 47 ~ 44.68%
G 12 of 47 ~ 25.53%
B 14 of 47 ~ 29.79%

%44.68
%25.53
%29.79

CMYK color model

#150C0E color CMYK value is (0,43,33,92).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 33.33%
  • key color value is 91.76%
CMYK:
(0,43,33,92)
C0M43Y33K92 
(0%,43%,33%,92%)
(0.00/0.43/0.33/0.92)	

CMYK percentages

%0
%42.86
%33.33
%91.76

Codes

Color #150C0E in popluar color models

150C0E
RGB211214
HSL347°27.27%6.47%
HSB/HSV347°42.86%8.24%
CMYK0.00%42.86%33.33%
91.76%

Color #150C0E in popluar number systems.

HEX150C0E
Decimal211214
Binary1010111001110
Octal251416

Shades and tints

Shades of #150C0E

#150C0E
(21,12,14)
#140B0D
(20,11,13)
#130A0C
(19,10,12)
#12090B
(18,9,11)
#11080A
(17,8,10)
#100709
(16,7,9)
#0F0608
(15,6,8)
#0E0507
(14,5,7)
#0D0406
(13,4,6)
#0C0305
(12,3,5)
#0B0204
(11,2,4)
#000000
(0,0,0)

Tints of #150C0E

#150C0E
(21,12,14)
#2A2223
(42,34,35)
#3F3838
(63,56,56)
#544E4D
(84,78,77)
#696462
(105,100,98)
#7E7A77
(126,122,119)
#93908C
(147,144,140)
#A8A6A1
(168,166,161)
#BDBCB6
(189,188,182)
#D2D2CB
(210,210,203)
#E7E8E0
(231,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150C0E; }

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

This text font color is #150C0E.


Background Color

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

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

This div background color is #150C0E.


Border color

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

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

This div border color is #150C0E.


Opacity

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

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

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

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

This text has shadow with #150C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150C0E on black background.


Color preview on white background

This text has color #150C0E on white background.



Black color preview on #150C0E background

This text has black color on #150C0E background.


White color preview on #150C0E background

This text has white color on #150C0E background.