COLOR #150D08

HEX: #150D08
RGB: (21,13,8)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

21
13
8

R + G + B ~ 5%. #150D08 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 13 + 8 = 42 (100%)
R 21 of 42 ~ 50%
G 13 of 42 ~ 30.95%
B 8 of 42 ~ 19.05%

%50
%30.95
%19.05

CMYK color model

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

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

CMYK percentages

%0
%38.1
%61.9
%91.76

Codes

Color #150D08 in popluar color models

150D08
RGB21138
HSL23°44.83%5.69%
HSB/HSV23°61.90%8.24%
CMYK0.00%38.10%61.90%
91.76%

Color #150D08 in popluar number systems.

HEX150D08
Decimal21138
Binary1010111011000
Octal251510

Shades and tints

Shades of #150D08

#150D08
(21,13,8)
#140C08
(20,12,8)
#130B08
(19,11,8)
#120A08
(18,10,8)
#110908
(17,9,8)
#100808
(16,8,8)
#0F0708
(15,7,8)
#0E0608
(14,6,8)
#0D0508
(13,5,8)
#0C0408
(12,4,8)
#0B0308
(11,3,8)
#000000
(0,0,0)

Tints of #150D08

#150D08
(21,13,8)
#2A231E
(42,35,30)
#3F3934
(63,57,52)
#544F4A
(84,79,74)
#696560
(105,101,96)
#7E7B76
(126,123,118)
#93918C
(147,145,140)
#A8A7A2
(168,167,162)
#BDBDB8
(189,189,184)
#D2D3CE
(210,211,206)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150D08; }

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

This text font color is #150D08.


Background Color

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

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

This div background color is #150D08.


Border color

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

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

This div border color is #150D08.


Opacity

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

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

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

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

This text has shadow with #150D08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150D08 on black background.


Color preview on white background

This text has color #150D08 on white background.



Black color preview on #150D08 background

This text has black color on #150D08 background.


White color preview on #150D08 background

This text has white color on #150D08 background.