COLOR #150C08

HEX: #150C08
RGB: (21,12,8)

Color info

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

RGB color model

#150C08 color RGB value is (21,12,8).

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

RGB channels and saturation

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

21
12
8

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

Portions of RGB colors in percentages

R + G + B =
21 + 12 + 8 = 41 (100%)
R 21 of 41 ~ 51.22%
G 12 of 41 ~ 29.27%
B 8 of 41 ~ 19.51%

%51.22
%29.27
%19.51

CMYK color model

#150C08 color CMYK value is (0,43,62,92).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 61.90%
  • key color value is 91.76%
CMYK:
(0,43,62,92)
C0M43Y62K92 
(0%,43%,62%,92%)
(0.00/0.43/0.62/0.92)	

CMYK percentages

%0
%42.86
%61.9
%91.76

Codes

Color #150C08 in popluar color models

150C08
RGB21128
HSL18°44.83%5.69%
HSB/HSV18°61.90%8.24%
CMYK0.00%42.86%61.90%
91.76%

Color #150C08 in popluar number systems.

HEX150C08
Decimal21128
Binary1010111001000
Octal251410

Shades and tints

Shades of #150C08

#150C08
(21,12,8)
#140B08
(20,11,8)
#130A08
(19,10,8)
#120908
(18,9,8)
#110808
(17,8,8)
#100708
(16,7,8)
#0F0608
(15,6,8)
#0E0508
(14,5,8)
#0D0408
(13,4,8)
#0C0308
(12,3,8)
#0B0208
(11,2,8)
#000000
(0,0,0)

Tints of #150C08

#150C08
(21,12,8)
#2A221E
(42,34,30)
#3F3834
(63,56,52)
#544E4A
(84,78,74)
#696460
(105,100,96)
#7E7A76
(126,122,118)
#93908C
(147,144,140)
#A8A6A2
(168,166,162)
#BDBCB8
(189,188,184)
#D2D2CE
(210,210,206)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150C08; }

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

This text font color is #150C08.


Background Color

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

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

This div background color is #150C08.


Border color

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

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

This div border color is #150C08.


Opacity

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

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

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

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

This text has shadow with #150C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150C08 on black background.


Color preview on white background

This text has color #150C08 on white background.



Black color preview on #150C08 background

This text has black color on #150C08 background.


White color preview on #150C08 background

This text has white color on #150C08 background.