COLOR #150B00

HEX: #150B00
RGB: (21,11,0)

Color info

#150B00 contains only red and green colors. Web safe color of #150B00 is #000000 (or #000).

RGB color model

#150B00 color RGB value is (21,11,0).

  • red value is 21;
  • green value is 11;
  • blue value is 0.
RGB:
(21,11,0)
(8%,4%,0%)

RGB channels and saturation

R 21 of 255 = 8%
G 11 of 255 = 4%
B 0 of 255 = 0%

21
11
0

R + G + B ~ 4%. #150B00 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 11 + 0 = 32 (100%)
R 21 of 32 ~ 65.63%
G 11 of 32 ~ 34.38%
B 0 of 32 ~ 0%

%65.63
%34.38

CMYK color model

#150B00 color CMYK value is (0,48,100,92).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 100.00%
  • key color value is 91.76%
CMYK:
(0,48,100,92)
C0M48Y100K92 
(0%,48%,100%,92%)
(0.00/0.48/1.00/0.92)	

CMYK percentages

%0
%47.62
%100
%91.76

Codes

Color #150B00 in popluar color models

150B00
RGB21110
HSL31°100.00%4.12%
HSB/HSV31°100.00%8.24%
CMYK0.00%47.62%100.00%
91.76%

Color #150B00 in popluar number systems.

HEX150B00
Decimal21110
Binary1010110110
Octal25130

Shades and tints

Shades of #150B00

#150B00
(21,11,0)
#140A00
(20,10,0)
#130900
(19,9,0)
#120800
(18,8,0)
#110700
(17,7,0)
#100600
(16,6,0)
#0F0500
(15,5,0)
#0E0400
(14,4,0)
#0D0300
(13,3,0)
#0C0200
(12,2,0)
#0B0100
(11,1,0)
#000000
(0,0,0)

Tints of #150B00

#150B00
(21,11,0)
#2A2117
(42,33,23)
#3F372E
(63,55,46)
#544D45
(84,77,69)
#69635C
(105,99,92)
#7E7973
(126,121,115)
#938F8A
(147,143,138)
#A8A5A1
(168,165,161)
#BDBBB8
(189,187,184)
#D2D1CF
(210,209,207)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150B00; }

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

This text font color is #150B00.


Background Color

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

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

This div background color is #150B00.


Border color

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

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

This div border color is #150B00.


Opacity

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

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

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

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

This text has shadow with #150B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150B00 on black background.


Color preview on white background

This text has color #150B00 on white background.



Black color preview on #150B00 background

This text has black color on #150B00 background.


White color preview on #150B00 background

This text has white color on #150B00 background.