COLOR #150501

HEX: #150501
RGB: (21,5,1)

Color info

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

RGB color model

#150501 color RGB value is (21,5,1).

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

RGB channels and saturation

R 21 of 255 = 8%
G 5 of 255 = 2%
B 1 of 255 = 0%

21
5
1

R + G + B ~ 3%. #150501 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 5 + 1 = 27 (100%)
R 21 of 27 ~ 77.78%
G 5 of 27 ~ 18.52%
B 1 of 27 ~ 3.7%

%77.78
%18.52

CMYK color model

#150501 color CMYK value is (0,76,95,92).

  • cyan value is 0.00%
  • magenta value is 76.19%
  • yellow value is 95.24%
  • key color value is 91.76%
CMYK:
(0,76,95,92)
C0M76Y95K92 
(0%,76%,95%,92%)
(0.00/0.76/0.95/0.92)	

CMYK percentages

%0
%76.19
%95.24
%91.76

Codes

Color #150501 in popluar color models

150501
RGB2151
HSL12°90.91%4.31%
HSB/HSV12°95.24%8.24%
CMYK0.00%76.19%95.24%
91.76%

Color #150501 in popluar number systems.

HEX150501
Decimal2151
Binary101011011
Octal2551

Shades and tints

Shades of #150501

#150501
(21,5,1)
#140501
(20,5,1)
#130501
(19,5,1)
#120501
(18,5,1)
#110501
(17,5,1)
#100501
(16,5,1)
#0F0501
(15,5,1)
#0E0501
(14,5,1)
#0D0501
(13,5,1)
#0C0501
(12,5,1)
#0B0501
(11,5,1)
#000000
(0,0,0)

Tints of #150501

#150501
(21,5,1)
#2A1B18
(42,27,24)
#3F312F
(63,49,47)
#544746
(84,71,70)
#695D5D
(105,93,93)
#7E7374
(126,115,116)
#93898B
(147,137,139)
#A89FA2
(168,159,162)
#BDB5B9
(189,181,185)
#D2CBD0
(210,203,208)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150501; }

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

This text font color is #150501.


Background Color

.myBgColor { background-color: #150501; }

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

This div background color is #150501.


Border color

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

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

This div border color is #150501.


Opacity

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

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

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

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

This text has shadow with #150501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150501 on black background.


Color preview on white background

This text has color #150501 on white background.



Black color preview on #150501 background

This text has black color on #150501 background.


White color preview on #150501 background

This text has white color on #150501 background.