COLOR #081501

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

8
21
1

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

Portions of RGB colors in percentages

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

%26.67
%70

CMYK color model

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

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

CMYK percentages

%61.9
%0
%95.24
%91.76

Codes

Color #081501 in popluar color models

081501
RGB8211
HSL99°90.91%4.31%
HSB/HSV99°95.24%8.24%
CMYK61.90%0.00%95.24%
91.76%

Color #081501 in popluar number systems.

HEX081501
Decimal8211
Binary1000101011
Octal10251

Shades and tints

Shades of #081501

#081501
(8,21,1)
#081401
(8,20,1)
#081301
(8,19,1)
#081201
(8,18,1)
#081101
(8,17,1)
#081001
(8,16,1)
#080F01
(8,15,1)
#080E01
(8,14,1)
#080D01
(8,13,1)
#080C01
(8,12,1)
#080B01
(8,11,1)
#000000
(0,0,0)

Tints of #081501

#081501
(8,21,1)
#1E2A18
(30,42,24)
#343F2F
(52,63,47)
#4A5446
(74,84,70)
#60695D
(96,105,93)
#767E74
(118,126,116)
#8C938B
(140,147,139)
#A2A8A2
(162,168,162)
#B8BDB9
(184,189,185)
#CED2D0
(206,210,208)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081501; }

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

This text font color is #081501.


Background Color

.myBgColor { background-color: #081501; }

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

This div background color is #081501.


Border color

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

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

This div border color is #081501.


Opacity

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

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

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

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

This text has shadow with #081501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081501 on black background.


Color preview on white background

This text has color #081501 on white background.



Black color preview on #081501 background

This text has black color on #081501 background.


White color preview on #081501 background

This text has white color on #081501 background.