COLOR #080B20

HEX: #080B20
RGB: (8,11,32)

Color info

#080B20 contains red, green and blue colors in about the same proportion. Web safe color of #080B20 is #000033 (or #003).

RGB color model

#080B20 color RGB value is (8,11,32).

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

RGB channels and saturation

R 8 of 255 = 3%
G 11 of 255 = 4%
B 32 of 255 = 13%

8
11
32

R + G + B ~ 7%. #080B20 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 11 + 32 = 51 (100%)
R 8 of 51 ~ 15.69%
G 11 of 51 ~ 21.57%
B 32 of 51 ~ 62.75%

%15.69
%21.57
%62.75

CMYK color model

#080B20 color CMYK value is (75,66,0,87).

  • cyan value is 75.00%
  • magenta value is 65.63%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(75,66,0,87)
C75M66Y0K87 
(75%,66%,0%,87%)
(0.75/0.66/0.00/0.87)	

CMYK percentages

%75
%65.63
%0
%87.45

Codes

Color #080B20 in popluar color models

080B20
RGB81132
HSL233°60.00%7.84%
HSB/HSV233°75.00%12.55%
CMYK75.00%65.63%0.00%
87.45%

Color #080B20 in popluar number systems.

HEX080B20
Decimal81132
Binary10001011100000
Octal101340

Shades and tints

Shades of #080B20

#080B20
(8,11,32)
#080A1E
(8,10,30)
#08091C
(8,9,28)
#08081A
(8,8,26)
#080718
(8,7,24)
#080616
(8,6,22)
#080514
(8,5,20)
#080412
(8,4,18)
#080310
(8,3,16)
#08020E
(8,2,14)
#08010C
(8,1,12)
#000000
(0,0,0)

Tints of #080B20

#080B20
(8,11,32)
#1E2134
(30,33,52)
#343748
(52,55,72)
#4A4D5C
(74,77,92)
#606370
(96,99,112)
#767984
(118,121,132)
#8C8F98
(140,143,152)
#A2A5AC
(162,165,172)
#B8BBC0
(184,187,192)
#CED1D4
(206,209,212)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080B20; }

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

This text font color is #080B20.


Background Color

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

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

This div background color is #080B20.


Border color

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

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

This div border color is #080B20.


Opacity

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

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

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

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

This text has shadow with #080B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080B20 on black background.


Color preview on white background

This text has color #080B20 on white background.



Black color preview on #080B20 background

This text has black color on #080B20 background.


White color preview on #080B20 background

This text has white color on #080B20 background.