COLOR #150806

HEX: #150806 RGB: (21,8,6)

Color info

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

RGB color model

#150806 color RGB value is (21,8,6).

RGB: (21,8,6) (8%, 3%, 2%)

RGB channels and saturation

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

21
8
6

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

Portions of RGB colors in percentages

R + G + B = 21 + 8 + 6 = 35 (100%)
R 21 of 35 ~ 60%
G 8 of 35 ~ 22.86%
B 6 of 35 ~ 17.14'%

%60
%22.86
%17.14

CMYK color model

#150806 color CMYK value is (0,62,71,92).

  • cyan value is 0.00%
  • magenta value is 61.90%
  • yellow value is 71.43%
  • key color value is 91.76%

CMYK: (0,62,71,92)
C0M62Y71K92 (0%, 62%, 71%, 92%)
(0.00 / 0.62 / 0.71 / 0.92)

CMYK percentages

%0
%61.9
%71.43
%91.76

Codes

Color #150806 in popluar color models

15 08 06
RGB 21 8 6
HSL 55.56% 5.29%
HSB/HSV 71.43% 8.24%
CMYK 0.00% 61.90% 71.43%
91.76%

Color #150806 in popluar number systems.

HEX 15 08 06
Decimal 21 8 6
Binary 10101 1000 110
Octal 25 10 6

Shades and tints

Shades of #150806

#150806
(21,8,6)
#140806
(20,8,6)
#130806
(19,8,6)
#120806
(18,8,6)
#110806
(17,8,6)
#100806
(16,8,6)
#0F0806
(15,8,6)
#0E0806
(14,8,6)
#0D0806
(13,8,6)
#0C0806
(12,8,6)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #150806

#150806
(21,8,6)
#2A1E1C
(42,30,28)
#3F3432
(63,52,50)
#544A48
(84,74,72)
#69605E
(105,96,94)
#7E7674
(126,118,116)
#938C8A
(147,140,138)
#A8A2A0
(168,162,160)
#BDB8B6
(189,184,182)
#D2CECC
(210,206,204)
#E7E4E2
(231,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150806; }

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

This text font color is #150806.

Background Color

.myBgColor { background-color: #150806; }

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

This div background color is #150806.

Border color

.myBorderColor { border: 1px solid #150806; }

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

This div border color is #150806.

Opacity

.myOpacity80 { color: #150806; opacity: 0.8; }

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

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

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

This text has shadow with #150806 color.


.textShadow {text-shadow: 3px 3px 1px #150806', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #150806; -webkit-box-shadow: 1px 1px 3px 2px #150806; box-shadow:1px 1px 3px 2px #150806;">
Div content here
</div>

This div box has shadow with color #150806.

Preview

Color preview on black background

This text has color #150806 on black background.


Color preview on white background

This text has color #150806 on white background.


Black color preview on #150806 background

This text has black color on #150806 background.


White color preview on #150806 background

This text has white color on #150806 background.


Related colors

Complementary color

Complementary color for #hex is #EAF7F9.


I love getcolorcode.com

Triadic colors

1 #061508 and #080615 with #150806 are triadic colors.

2 #060815 and #081506 with #150806 are triadic colors.