COLOR #150E0B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

21
14
11

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

Portions of RGB colors in percentages

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

%45.65
%30.43
%23.91

CMYK color model

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

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

CMYK percentages

%0
%33.33
%47.62
%91.76

Codes

Color #150E0B in popluar color models

150E0B
RGB211411
HSL18°31.25%6.27%
HSB/HSV18°47.62%8.24%
CMYK0.00%33.33%47.62%
91.76%

Color #150E0B in popluar number systems.

HEX150E0B
Decimal211411
Binary1010111101011
Octal251613

Shades and tints

Shades of #150E0B

#150E0B
(21,14,11)
#140D0A
(20,13,10)
#130C09
(19,12,9)
#120B08
(18,11,8)
#110A07
(17,10,7)
#100906
(16,9,6)
#0F0805
(15,8,5)
#0E0704
(14,7,4)
#0D0603
(13,6,3)
#0C0502
(12,5,2)
#0B0401
(11,4,1)
#000000
(0,0,0)

Tints of #150E0B

#150E0B
(21,14,11)
#2A2321
(42,35,33)
#3F3837
(63,56,55)
#544D4D
(84,77,77)
#696263
(105,98,99)
#7E7779
(126,119,121)
#938C8F
(147,140,143)
#A8A1A5
(168,161,165)
#BDB6BB
(189,182,187)
#D2CBD1
(210,203,209)
#E7E0E7
(231,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150E0B; }

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

This text font color is #150E0B.


Background Color

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

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

This div background color is #150E0B.


Border color

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

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

This div border color is #150E0B.


Opacity

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

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

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

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

This text has shadow with #150E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150E0B on black background.


Color preview on white background

This text has color #150E0B on white background.



Black color preview on #150E0B background

This text has black color on #150E0B background.


White color preview on #150E0B background

This text has white color on #150E0B background.