COLOR #150B0E

HEX: #150B0E
RGB: (21,11,14)

Color info

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

RGB color model

#150B0E color RGB value is (21,11,14).

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

RGB channels and saturation

R 21 of 255 = 8%
G 11 of 255 = 4%
B 14 of 255 = 5%

21
11
14

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

Portions of RGB colors in percentages

R + G + B =
21 + 11 + 14 = 46 (100%)
R 21 of 46 ~ 45.65%
G 11 of 46 ~ 23.91%
B 14 of 46 ~ 30.43%

%45.65
%23.91
%30.43

CMYK color model

#150B0E color CMYK value is (0,48,33,92).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 33.33%
  • key color value is 91.76%
CMYK:
(0,48,33,92)
C0M48Y33K92 
(0%,48%,33%,92%)
(0.00/0.48/0.33/0.92)	

CMYK percentages

%0
%47.62
%33.33
%91.76

Codes

Color #150B0E in popluar color models

150B0E
RGB211114
HSL342°31.25%6.27%
HSB/HSV342°47.62%8.24%
CMYK0.00%47.62%33.33%
91.76%

Color #150B0E in popluar number systems.

HEX150B0E
Decimal211114
Binary1010110111110
Octal251316

Shades and tints

Shades of #150B0E

#150B0E
(21,11,14)
#140A0D
(20,10,13)
#13090C
(19,9,12)
#12080B
(18,8,11)
#11070A
(17,7,10)
#100609
(16,6,9)
#0F0508
(15,5,8)
#0E0407
(14,4,7)
#0D0306
(13,3,6)
#0C0205
(12,2,5)
#0B0104
(11,1,4)
#000000
(0,0,0)

Tints of #150B0E

#150B0E
(21,11,14)
#2A2123
(42,33,35)
#3F3738
(63,55,56)
#544D4D
(84,77,77)
#696362
(105,99,98)
#7E7977
(126,121,119)
#938F8C
(147,143,140)
#A8A5A1
(168,165,161)
#BDBBB6
(189,187,182)
#D2D1CB
(210,209,203)
#E7E7E0
(231,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150B0E; }

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

This text font color is #150B0E.


Background Color

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

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

This div background color is #150B0E.


Border color

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

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

This div border color is #150B0E.


Opacity

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

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

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

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

This text has shadow with #150B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150B0E on black background.


Color preview on white background

This text has color #150B0E on white background.



Black color preview on #150B0E background

This text has black color on #150B0E background.


White color preview on #150B0E background

This text has white color on #150B0E background.