COLOR #150801

HEX: #150801
RGB: (21,8,1)

Color info

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

RGB color model

#150801 color RGB value is (21,8,1).

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

RGB channels and saturation

R 21 of 255 = 8%
G 8 of 255 = 3%
B 1 of 255 = 0%

21
8
1

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

Portions of RGB colors in percentages

R + G + B =
21 + 8 + 1 = 30 (100%)
R 21 of 30 ~ 70%
G 8 of 30 ~ 26.67%
B 1 of 30 ~ 3.33%

%70
%26.67

CMYK color model

#150801 color CMYK value is (0,62,95,92).

  • cyan value is 0.00%
  • magenta value is 61.90%
  • yellow value is 95.24%
  • key color value is 91.76%
CMYK:
(0,62,95,92)
C0M62Y95K92 
(0%,62%,95%,92%)
(0.00/0.62/0.95/0.92)	

CMYK percentages

%0
%61.9
%95.24
%91.76

Codes

Color #150801 in popluar color models

150801
RGB2181
HSL21°90.91%4.31%
HSB/HSV21°95.24%8.24%
CMYK0.00%61.90%95.24%
91.76%

Color #150801 in popluar number systems.

HEX150801
Decimal2181
Binary1010110001
Octal25101

Shades and tints

Shades of #150801

#150801
(21,8,1)
#140801
(20,8,1)
#130801
(19,8,1)
#120801
(18,8,1)
#110801
(17,8,1)
#100801
(16,8,1)
#0F0801
(15,8,1)
#0E0801
(14,8,1)
#0D0801
(13,8,1)
#0C0801
(12,8,1)
#0B0801
(11,8,1)
#000000
(0,0,0)

Tints of #150801

#150801
(21,8,1)
#2A1E18
(42,30,24)
#3F342F
(63,52,47)
#544A46
(84,74,70)
#69605D
(105,96,93)
#7E7674
(126,118,116)
#938C8B
(147,140,139)
#A8A2A2
(168,162,162)
#BDB8B9
(189,184,185)
#D2CED0
(210,206,208)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150801; }

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

This text font color is #150801.


Background Color

.myBgColor { background-color: #150801; }

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

This div background color is #150801.


Border color

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

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

This div border color is #150801.


Opacity

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

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

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

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

This text has shadow with #150801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150801 on black background.


Color preview on white background

This text has color #150801 on white background.



Black color preview on #150801 background

This text has black color on #150801 background.


White color preview on #150801 background

This text has white color on #150801 background.