COLOR #150F06

HEX: #150F06
RGB: (21,15,6)

Color info

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

RGB color model

#150F06 color RGB value is (21,15,6).

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

RGB channels and saturation

R 21 of 255 = 8%
G 15 of 255 = 6%
B 6 of 255 = 2%

21
15
6

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

Portions of RGB colors in percentages

R + G + B =
21 + 15 + 6 = 42 (100%)
R 21 of 42 ~ 50%
G 15 of 42 ~ 35.71%
B 6 of 42 ~ 14.29%

%50
%35.71
%14.29

CMYK color model

#150F06 color CMYK value is (0,29,71,92).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 71.43%
  • key color value is 91.76%
CMYK:
(0,29,71,92)
C0M29Y71K92 
(0%,29%,71%,92%)
(0.00/0.29/0.71/0.92)	

CMYK percentages

%0
%28.57
%71.43
%91.76

Codes

Color #150F06 in popluar color models

150F06
RGB21156
HSL36°55.56%5.29%
HSB/HSV36°71.43%8.24%
CMYK0.00%28.57%71.43%
91.76%

Color #150F06 in popluar number systems.

HEX150F06
Decimal21156
Binary101011111110
Octal25176

Shades and tints

Shades of #150F06

#150F06
(21,15,6)
#140E06
(20,14,6)
#130D06
(19,13,6)
#120C06
(18,12,6)
#110B06
(17,11,6)
#100A06
(16,10,6)
#0F0906
(15,9,6)
#0E0806
(14,8,6)
#0D0706
(13,7,6)
#0C0606
(12,6,6)
#0B0506
(11,5,6)
#000000
(0,0,0)

Tints of #150F06

#150F06
(21,15,6)
#2A241C
(42,36,28)
#3F3932
(63,57,50)
#544E48
(84,78,72)
#69635E
(105,99,94)
#7E7874
(126,120,116)
#938D8A
(147,141,138)
#A8A2A0
(168,162,160)
#BDB7B6
(189,183,182)
#D2CCCC
(210,204,204)
#E7E1E2
(231,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150F06; }

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

This text font color is #150F06.


Background Color

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

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

This div background color is #150F06.


Border color

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

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

This div border color is #150F06.


Opacity

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

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

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

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

This text has shadow with #150F06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150F06 on black background.


Color preview on white background

This text has color #150F06 on white background.



Black color preview on #150F06 background

This text has black color on #150F06 background.


White color preview on #150F06 background

This text has white color on #150F06 background.