COLOR #150E13

HEX: #150E13
RGB: (21,14,19)

Color info

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

RGB color model

#150E13 color RGB value is (21,14,19).

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

RGB channels and saturation

R 21 of 255 = 8%
G 14 of 255 = 5%
B 19 of 255 = 7%

21
14
19

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

Portions of RGB colors in percentages

R + G + B =
21 + 14 + 19 = 54 (100%)
R 21 of 54 ~ 38.89%
G 14 of 54 ~ 25.93%
B 19 of 54 ~ 35.19%

%38.89
%25.93
%35.19

CMYK color model

#150E13 color CMYK value is (0,33,10,92).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 9.52%
  • key color value is 91.76%
CMYK:
(0,33,10,92)
C0M33Y10K92 
(0%,33%,10%,92%)
(0.00/0.33/0.10/0.92)	

CMYK percentages

%0
%33.33
%9.52
%91.76

Codes

Color #150E13 in popluar color models

150E13
RGB211419
HSL317°20.00%6.86%
HSB/HSV317°33.33%8.24%
CMYK0.00%33.33%9.52%
91.76%

Color #150E13 in popluar number systems.

HEX150E13
Decimal211419
Binary10101111010011
Octal251623

Shades and tints

Shades of #150E13

#150E13
(21,14,19)
#140D12
(20,13,18)
#130C11
(19,12,17)
#120B10
(18,11,16)
#110A0F
(17,10,15)
#10090E
(16,9,14)
#0F080D
(15,8,13)
#0E070C
(14,7,12)
#0D060B
(13,6,11)
#0C050A
(12,5,10)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #150E13

#150E13
(21,14,19)
#2A2328
(42,35,40)
#3F383D
(63,56,61)
#544D52
(84,77,82)
#696267
(105,98,103)
#7E777C
(126,119,124)
#938C91
(147,140,145)
#A8A1A6
(168,161,166)
#BDB6BB
(189,182,187)
#D2CBD0
(210,203,208)
#E7E0E5
(231,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150E13; }

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

This text font color is #150E13.


Background Color

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

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

This div background color is #150E13.


Border color

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

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

This div border color is #150E13.


Opacity

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

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

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

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

This text has shadow with #150E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150E13 on black background.


Color preview on white background

This text has color #150E13 on white background.



Black color preview on #150E13 background

This text has black color on #150E13 background.


White color preview on #150E13 background

This text has white color on #150E13 background.