COLOR #150E09

HEX: #150E09
RGB: (21,14,9)

Color info

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

RGB color model

#150E09 color RGB value is (21,14,9).

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

RGB channels and saturation

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

21
14
9

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

Portions of RGB colors in percentages

R + G + B =
21 + 14 + 9 = 44 (100%)
R 21 of 44 ~ 47.73%
G 14 of 44 ~ 31.82%
B 9 of 44 ~ 20.45%

%47.73
%31.82
%20.45

CMYK color model

#150E09 color CMYK value is (0,33,57,92).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 57.14%
  • key color value is 91.76%
CMYK:
(0,33,57,92)
C0M33Y57K92 
(0%,33%,57%,92%)
(0.00/0.33/0.57/0.92)	

CMYK percentages

%0
%33.33
%57.14
%91.76

Codes

Color #150E09 in popluar color models

150E09
RGB21149
HSL25°40.00%5.88%
HSB/HSV25°57.14%8.24%
CMYK0.00%33.33%57.14%
91.76%

Color #150E09 in popluar number systems.

HEX150E09
Decimal21149
Binary1010111101001
Octal251611

Shades and tints

Shades of #150E09

#150E09
(21,14,9)
#140D09
(20,13,9)
#130C09
(19,12,9)
#120B09
(18,11,9)
#110A09
(17,10,9)
#100909
(16,9,9)
#0F0809
(15,8,9)
#0E0709
(14,7,9)
#0D0609
(13,6,9)
#0C0509
(12,5,9)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #150E09

#150E09
(21,14,9)
#2A231F
(42,35,31)
#3F3835
(63,56,53)
#544D4B
(84,77,75)
#696261
(105,98,97)
#7E7777
(126,119,119)
#938C8D
(147,140,141)
#A8A1A3
(168,161,163)
#BDB6B9
(189,182,185)
#D2CBCF
(210,203,207)
#E7E0E5
(231,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150E09; }

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

This text font color is #150E09.


Background Color

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

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

This div background color is #150E09.


Border color

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

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

This div border color is #150E09.


Opacity

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

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

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

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

This text has shadow with #150E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150E09 on black background.


Color preview on white background

This text has color #150E09 on white background.



Black color preview on #150E09 background

This text has black color on #150E09 background.


White color preview on #150E09 background

This text has white color on #150E09 background.