COLOR #080B01

HEX: #080B01
RGB: (8,11,1)

Color info

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

RGB color model

#080B01 color RGB value is (8,11,1).

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

RGB channels and saturation

R 8 of 255 = 3%
G 11 of 255 = 4%
B 1 of 255 = 0%

8
11
1

R + G + B ~ 2%. #080B01 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 11 + 1 = 20 (100%)
R 8 of 20 ~ 40%
G 11 of 20 ~ 55%
B 1 of 20 ~ 5%

%40
%55

CMYK color model

#080B01 color CMYK value is (27,0,91,96).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 95.69%
CMYK:
(27,0,91,96)
C27M0Y91K96 
(27%,0%,91%,96%)
(0.27/0.00/0.91/0.96)	

CMYK percentages

%27.27
%0
%90.91
%95.69

Codes

Color #080B01 in popluar color models

080B01
RGB8111
HSL78°83.33%2.35%
HSB/HSV78°90.91%4.31%
CMYK27.27%0.00%90.91%
95.69%

Color #080B01 in popluar number systems.

HEX080B01
Decimal8111
Binary100010111
Octal10131

Shades and tints

Shades of #080B01

#080B01
(8,11,1)
#080A01
(8,10,1)
#080901
(8,9,1)
#080801
(8,8,1)
#080701
(8,7,1)
#080601
(8,6,1)
#080501
(8,5,1)
#080401
(8,4,1)
#080301
(8,3,1)
#080201
(8,2,1)
#080101
(8,1,1)
#000000
(0,0,0)

Tints of #080B01

#080B01
(8,11,1)
#1E2118
(30,33,24)
#34372F
(52,55,47)
#4A4D46
(74,77,70)
#60635D
(96,99,93)
#767974
(118,121,116)
#8C8F8B
(140,143,139)
#A2A5A2
(162,165,162)
#B8BBB9
(184,187,185)
#CED1D0
(206,209,208)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080B01; }

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

This text font color is #080B01.


Background Color

.myBgColor { background-color: #080B01; }

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

This div background color is #080B01.


Border color

.myBorderColor { border: 1px solid #080B01; }

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

This div border color is #080B01.


Opacity

.myOpacity80 { color: #080B01; opacity: 0.8; }

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

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

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

This text has shadow with #080B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080B01 on black background.


Color preview on white background

This text has color #080B01 on white background.



Black color preview on #080B01 background

This text has black color on #080B01 background.


White color preview on #080B01 background

This text has white color on #080B01 background.