COLOR #150506

HEX: #150506
RGB: (21,5,6)

Color info

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

RGB color model

#150506 color RGB value is (21,5,6).

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

RGB channels and saturation

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

21
5
6

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

Portions of RGB colors in percentages

R + G + B =
21 + 5 + 6 = 32 (100%)
R 21 of 32 ~ 65.63%
G 5 of 32 ~ 15.63%
B 6 of 32 ~ 18.75%

%65.63
%15.63
%18.75

CMYK color model

#150506 color CMYK value is (0,76,71,92).

  • cyan value is 0.00%
  • magenta value is 76.19%
  • yellow value is 71.43%
  • key color value is 91.76%
CMYK:
(0,76,71,92)
C0M76Y71K92 
(0%,76%,71%,92%)
(0.00/0.76/0.71/0.92)	

CMYK percentages

%0
%76.19
%71.43
%91.76

Codes

Color #150506 in popluar color models

150506
RGB2156
HSL356°61.54%5.10%
HSB/HSV356°76.19%8.24%
CMYK0.00%76.19%71.43%
91.76%

Color #150506 in popluar number systems.

HEX150506
Decimal2156
Binary10101101110
Octal2556

Shades and tints

Shades of #150506

#150506
(21,5,6)
#140506
(20,5,6)
#130506
(19,5,6)
#120506
(18,5,6)
#110506
(17,5,6)
#100506
(16,5,6)
#0F0506
(15,5,6)
#0E0506
(14,5,6)
#0D0506
(13,5,6)
#0C0506
(12,5,6)
#0B0506
(11,5,6)
#000000
(0,0,0)

Tints of #150506

#150506
(21,5,6)
#2A1B1C
(42,27,28)
#3F3132
(63,49,50)
#544748
(84,71,72)
#695D5E
(105,93,94)
#7E7374
(126,115,116)
#93898A
(147,137,138)
#A89FA0
(168,159,160)
#BDB5B6
(189,181,182)
#D2CBCC
(210,203,204)
#E7E1E2
(231,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150506; }

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

This text font color is #150506.


Background Color

.myBgColor { background-color: #150506; }

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

This div background color is #150506.


Border color

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

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

This div border color is #150506.


Opacity

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

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

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

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

This text has shadow with #150506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150506 on black background.


Color preview on white background

This text has color #150506 on white background.



Black color preview on #150506 background

This text has black color on #150506 background.


White color preview on #150506 background

This text has white color on #150506 background.