COLOR #08080B

HEX: #08080B
RGB: (8,8,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

8
8
11

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

Portions of RGB colors in percentages

R + G + B =
8 + 8 + 11 = 27 (100%)
R 8 of 27 ~ 29.63%
G 8 of 27 ~ 29.63%
B 11 of 27 ~ 40.74%

%29.63
%29.63
%40.74

CMYK color model

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

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

CMYK percentages

%27.27
%27.27
%0
%95.69

Codes

Color #08080B in popluar color models

08080B
RGB8811
HSL240°15.79%3.73%
HSB/HSV240°27.27%4.31%
CMYK27.27%27.27%0.00%
95.69%

Color #08080B in popluar number systems.

HEX08080B
Decimal8811
Binary100010001011
Octal101013

Shades and tints

Shades of #08080B

#08080B
(8,8,11)
#08080A
(8,8,10)
#080809
(8,8,9)
#080808
(8,8,8)
#080807
(8,8,7)
#080806
(8,8,6)
#080805
(8,8,5)
#080804
(8,8,4)
#080803
(8,8,3)
#080802
(8,8,2)
#080801
(8,8,1)
#000000
(0,0,0)

Tints of #08080B

#08080B
(8,8,11)
#1E1E21
(30,30,33)
#343437
(52,52,55)
#4A4A4D
(74,74,77)
#606063
(96,96,99)
#767679
(118,118,121)
#8C8C8F
(140,140,143)
#A2A2A5
(162,162,165)
#B8B8BB
(184,184,187)
#CECED1
(206,206,209)
#E4E4E7
(228,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08080B; }

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

This text font color is #08080B.


Background Color

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

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

This div background color is #08080B.


Border color

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

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

This div border color is #08080B.


Opacity

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

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

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

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

This text has shadow with #08080B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08080B on black background.


Color preview on white background

This text has color #08080B on white background.



Black color preview on #08080B background

This text has black color on #08080B background.


White color preview on #08080B background

This text has white color on #08080B background.