COLOR #0A080B

HEX: #0A080B
RGB: (10,8,11)

Color info

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

RGB color model

#0A080B color RGB value is (10,8,11).

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

RGB channels and saturation

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

10
8
11

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

Portions of RGB colors in percentages

R + G + B =
10 + 8 + 11 = 29 (100%)
R 10 of 29 ~ 34.48%
G 8 of 29 ~ 27.59%
B 11 of 29 ~ 37.93%

%34.48
%27.59
%37.93

CMYK color model

#0A080B color CMYK value is (9,27,0,96).

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

CMYK percentages

%9.09
%27.27
%0
%95.69

Codes

Color #0A080B in popluar color models

0A080B
RGB10811
HSL280°15.79%3.73%
HSB/HSV280°27.27%4.31%
CMYK9.09%27.27%0.00%
95.69%

Color #0A080B in popluar number systems.

HEX0A080B
Decimal10811
Binary101010001011
Octal121013

Shades and tints

Shades of #0A080B

#0A080B
(10,8,11)
#0A080A
(10,8,10)
#0A0809
(10,8,9)
#0A0808
(10,8,8)
#0A0807
(10,8,7)
#0A0806
(10,8,6)
#0A0805
(10,8,5)
#0A0804
(10,8,4)
#0A0803
(10,8,3)
#0A0802
(10,8,2)
#0A0801
(10,8,1)
#000000
(0,0,0)

Tints of #0A080B

#0A080B
(10,8,11)
#201E21
(32,30,33)
#363437
(54,52,55)
#4C4A4D
(76,74,77)
#626063
(98,96,99)
#787679
(120,118,121)
#8E8C8F
(142,140,143)
#A4A2A5
(164,162,165)
#BAB8BB
(186,184,187)
#D0CED1
(208,206,209)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A080B; }

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

This text font color is #0A080B.


Background Color

.myBgColor { background-color: #0A080B; }

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

This div background color is #0A080B.


Border color

.myBorderColor { border: 1px solid #0A080B; }

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

This div border color is #0A080B.


Opacity

.myOpacity80 { color: #0A080B; opacity: 0.8; }

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

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

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

This text has shadow with #0A080B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A080B on black background.


Color preview on white background

This text has color #0A080B on white background.



Black color preview on #0A080B background

This text has black color on #0A080B background.


White color preview on #0A080B background

This text has white color on #0A080B background.