COLOR #150F0D

HEX: #150F0D
RGB: (21,15,13)

Color info

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

RGB color model

#150F0D color RGB value is (21,15,13).

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

RGB channels and saturation

R 21 of 255 = 8%
G 15 of 255 = 6%
B 13 of 255 = 5%

21
15
13

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

Portions of RGB colors in percentages

R + G + B =
21 + 15 + 13 = 49 (100%)
R 21 of 49 ~ 42.86%
G 15 of 49 ~ 30.61%
B 13 of 49 ~ 26.53%

%42.86
%30.61
%26.53

CMYK color model

#150F0D color CMYK value is (0,29,38,92).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 38.10%
  • key color value is 91.76%
CMYK:
(0,29,38,92)
C0M29Y38K92 
(0%,29%,38%,92%)
(0.00/0.29/0.38/0.92)	

CMYK percentages

%0
%28.57
%38.1
%91.76

Codes

Color #150F0D in popluar color models

150F0D
RGB211513
HSL15°23.53%6.67%
HSB/HSV15°38.10%8.24%
CMYK0.00%28.57%38.10%
91.76%

Color #150F0D in popluar number systems.

HEX150F0D
Decimal211513
Binary1010111111101
Octal251715

Shades and tints

Shades of #150F0D

#150F0D
(21,15,13)
#140E0C
(20,14,12)
#130D0B
(19,13,11)
#120C0A
(18,12,10)
#110B09
(17,11,9)
#100A08
(16,10,8)
#0F0907
(15,9,7)
#0E0806
(14,8,6)
#0D0705
(13,7,5)
#0C0604
(12,6,4)
#0B0503
(11,5,3)
#000000
(0,0,0)

Tints of #150F0D

#150F0D
(21,15,13)
#2A2423
(42,36,35)
#3F3939
(63,57,57)
#544E4F
(84,78,79)
#696365
(105,99,101)
#7E787B
(126,120,123)
#938D91
(147,141,145)
#A8A2A7
(168,162,167)
#BDB7BD
(189,183,189)
#D2CCD3
(210,204,211)
#E7E1E9
(231,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150F0D; }

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

This text font color is #150F0D.


Background Color

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

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

This div background color is #150F0D.


Border color

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

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

This div border color is #150F0D.


Opacity

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

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

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

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

This text has shadow with #150F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150F0D on black background.


Color preview on white background

This text has color #150F0D on white background.



Black color preview on #150F0D background

This text has black color on #150F0D background.


White color preview on #150F0D background

This text has white color on #150F0D background.