COLOR #08020B

HEX: #08020B
RGB: (8,2,11)

Color info

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

RGB color model

#08020B color RGB value is (8,2,11).

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

RGB channels and saturation

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

8
2
11

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

Portions of RGB colors in percentages

R + G + B =
8 + 2 + 11 = 21 (100%)
R 8 of 21 ~ 38.1%
G 2 of 21 ~ 9.52%
B 11 of 21 ~ 52.38%

%38.1
%9.52
%52.38

CMYK color model

#08020B color CMYK value is (27,82,0,96).

  • cyan value is 27.27%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(27,82,0,96)
C27M82Y0K96 
(27%,82%,0%,96%)
(0.27/0.82/0.00/0.96)	

CMYK percentages

%27.27
%81.82
%0
%95.69

Codes

Color #08020B in popluar color models

08020B
RGB8211
HSL280°69.23%2.55%
HSB/HSV280°81.82%4.31%
CMYK27.27%81.82%0.00%
95.69%

Color #08020B in popluar number systems.

HEX08020B
Decimal8211
Binary1000101011
Octal10213

Shades and tints

Shades of #08020B

#08020B
(8,2,11)
#08020A
(8,2,10)
#080209
(8,2,9)
#080208
(8,2,8)
#080207
(8,2,7)
#080206
(8,2,6)
#080205
(8,2,5)
#080204
(8,2,4)
#080203
(8,2,3)
#080202
(8,2,2)
#080201
(8,2,1)
#000000
(0,0,0)

Tints of #08020B

#08020B
(8,2,11)
#1E1921
(30,25,33)
#343037
(52,48,55)
#4A474D
(74,71,77)
#605E63
(96,94,99)
#767579
(118,117,121)
#8C8C8F
(140,140,143)
#A2A3A5
(162,163,165)
#B8BABB
(184,186,187)
#CED1D1
(206,209,209)
#E4E8E7
(228,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08020B color. Also use rgb(8,2,11) instead hex code.

Text Font Color

.myTextColor { color: #08020B; }

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

This text font color is #08020B.


Background Color

.myBgColor { background-color: #08020B; }

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

This div background color is #08020B.


Border color

.myBorderColor { border: 1px solid #08020B; }

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

This div border color is #08020B.


Opacity

.myOpacity80 { color: #08020B; opacity: 0.8; }

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

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

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

This text has shadow with #08020B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08020B on black background.


Color preview on white background

This text has color #08020B on white background.



Black color preview on #08020B background

This text has black color on #08020B background.


White color preview on #08020B background

This text has white color on #08020B background.