COLOR #150A05

HEX: #150A05
RGB: (21,10,5)

Color info

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

RGB color model

#150A05 color RGB value is (21,10,5).

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

RGB channels and saturation

R 21 of 255 = 8%
G 10 of 255 = 4%
B 5 of 255 = 2%

21
10
5

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

Portions of RGB colors in percentages

R + G + B =
21 + 10 + 5 = 36 (100%)
R 21 of 36 ~ 58.33%
G 10 of 36 ~ 27.78%
B 5 of 36 ~ 13.89%

%58.33
%27.78
%13.89

CMYK color model

#150A05 color CMYK value is (0,52,76,92).

  • cyan value is 0.00%
  • magenta value is 52.38%
  • yellow value is 76.19%
  • key color value is 91.76%
CMYK:
(0,52,76,92)
C0M52Y76K92 
(0%,52%,76%,92%)
(0.00/0.52/0.76/0.92)	

CMYK percentages

%0
%52.38
%76.19
%91.76

Codes

Color #150A05 in popluar color models

150A05
RGB21105
HSL19°61.54%5.10%
HSB/HSV19°76.19%8.24%
CMYK0.00%52.38%76.19%
91.76%

Color #150A05 in popluar number systems.

HEX150A05
Decimal21105
Binary101011010101
Octal25125

Shades and tints

Shades of #150A05

#150A05
(21,10,5)
#140A05
(20,10,5)
#130A05
(19,10,5)
#120A05
(18,10,5)
#110A05
(17,10,5)
#100A05
(16,10,5)
#0F0A05
(15,10,5)
#0E0A05
(14,10,5)
#0D0A05
(13,10,5)
#0C0A05
(12,10,5)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #150A05

#150A05
(21,10,5)
#2A201B
(42,32,27)
#3F3631
(63,54,49)
#544C47
(84,76,71)
#69625D
(105,98,93)
#7E7873
(126,120,115)
#938E89
(147,142,137)
#A8A49F
(168,164,159)
#BDBAB5
(189,186,181)
#D2D0CB
(210,208,203)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150A05 color. Also use rgb(21,10,5) instead hex code.

Text Font Color

.myTextColor { color: #150A05; }

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

This text font color is #150A05.


Background Color

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

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

This div background color is #150A05.


Border color

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

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

This div border color is #150A05.


Opacity

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

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

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

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

This text has shadow with #150A05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150A05 on black background.


Color preview on white background

This text has color #150A05 on white background.



Black color preview on #150A05 background

This text has black color on #150A05 background.


White color preview on #150A05 background

This text has white color on #150A05 background.