COLOR #150E0D

HEX: #150E0D
RGB: (21,14,13)

Color info

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

RGB color model

#150E0D color RGB value is (21,14,13).

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

RGB channels and saturation

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

21
14
13

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

Portions of RGB colors in percentages

R + G + B =
21 + 14 + 13 = 48 (100%)
R 21 of 48 ~ 43.75%
G 14 of 48 ~ 29.17%
B 13 of 48 ~ 27.08%

%43.75
%29.17
%27.08

CMYK color model

#150E0D color CMYK value is (0,33,38,92).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 38.10%
  • key color value is 91.76%
CMYK:
(0,33,38,92)
C0M33Y38K92 
(0%,33%,38%,92%)
(0.00/0.33/0.38/0.92)	

CMYK percentages

%0
%33.33
%38.1
%91.76

Codes

Color #150E0D in popluar color models

150E0D
RGB211413
HSL23.53%6.67%
HSB/HSV38.10%8.24%
CMYK0.00%33.33%38.10%
91.76%

Color #150E0D in popluar number systems.

HEX150E0D
Decimal211413
Binary1010111101101
Octal251615

Shades and tints

Shades of #150E0D

#150E0D
(21,14,13)
#140D0C
(20,13,12)
#130C0B
(19,12,11)
#120B0A
(18,11,10)
#110A09
(17,10,9)
#100908
(16,9,8)
#0F0807
(15,8,7)
#0E0706
(14,7,6)
#0D0605
(13,6,5)
#0C0504
(12,5,4)
#0B0403
(11,4,3)
#000000
(0,0,0)

Tints of #150E0D

#150E0D
(21,14,13)
#2A2323
(42,35,35)
#3F3839
(63,56,57)
#544D4F
(84,77,79)
#696265
(105,98,101)
#7E777B
(126,119,123)
#938C91
(147,140,145)
#A8A1A7
(168,161,167)
#BDB6BD
(189,182,189)
#D2CBD3
(210,203,211)
#E7E0E9
(231,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150E0D; }

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

This text font color is #150E0D.


Background Color

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

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

This div background color is #150E0D.


Border color

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

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

This div border color is #150E0D.


Opacity

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

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

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

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

This text has shadow with #150E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150E0D on black background.


Color preview on white background

This text has color #150E0D on white background.



Black color preview on #150E0D background

This text has black color on #150E0D background.


White color preview on #150E0D background

This text has white color on #150E0D background.