COLOR #150D0D

HEX: #150D0D
RGB: (21,13,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

21
13
13

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

Portions of RGB colors in percentages

R + G + B =
21 + 13 + 13 = 47 (100%)
R 21 of 47 ~ 44.68%
G 13 of 47 ~ 27.66%
B 13 of 47 ~ 27.66%

%44.68
%27.66
%27.66

CMYK color model

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

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

CMYK percentages

%0
%38.1
%38.1
%91.76

Codes

Color #150D0D in popluar color models

150D0D
RGB211313
HSL23.53%6.67%
HSB/HSV38.10%8.24%
CMYK0.00%38.10%38.10%
91.76%

Color #150D0D in popluar number systems.

HEX150D0D
Decimal211313
Binary1010111011101
Octal251515

Shades and tints

Shades of #150D0D

#150D0D
(21,13,13)
#140C0C
(20,12,12)
#130B0B
(19,11,11)
#120A0A
(18,10,10)
#110909
(17,9,9)
#100808
(16,8,8)
#0F0707
(15,7,7)
#0E0606
(14,6,6)
#0D0505
(13,5,5)
#0C0404
(12,4,4)
#0B0303
(11,3,3)
#000000
(0,0,0)

Tints of #150D0D

#150D0D
(21,13,13)
#2A2323
(42,35,35)
#3F3939
(63,57,57)
#544F4F
(84,79,79)
#696565
(105,101,101)
#7E7B7B
(126,123,123)
#939191
(147,145,145)
#A8A7A7
(168,167,167)
#BDBDBD
(189,189,189)
#D2D3D3
(210,211,211)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150D0D; }

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

This text font color is #150D0D.


Background Color

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

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

This div background color is #150D0D.


Border color

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

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

This div border color is #150D0D.


Opacity

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

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

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

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

This text has shadow with #150D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150D0D on black background.


Color preview on white background

This text has color #150D0D on white background.



Black color preview on #150D0D background

This text has black color on #150D0D background.


White color preview on #150D0D background

This text has white color on #150D0D background.