COLOR #0B080E

HEX: #0B080E RGB: (11,8,14)

Color info

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

RGB color model

#0B080E color RGB value is (11,8,14).

RGB: (11,8,14) (4%, 3%, 5%)

RGB channels and saturation

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

11
8
14

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

Portions of RGB colors in percentages

R + G + B = 11 + 8 + 14 = 33 (100%)
R 11 of 33 ~ 33.33%
G 8 of 33 ~ 24.24%
B 14 of 33 ~ 42.42'%

%33.33
%24.24
%42.42

CMYK color model

#0B080E color CMYK value is (21,43,0,95).

  • cyan value is 21.43%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 94.51%

CMYK: (21,43,0,95)
C21M43Y0K95 (21%, 43%, 0%, 95%)
(0.21 / 0.43 / 0.00 / 0.95)

CMYK percentages

%21.43
%42.86
%0
%94.51

Codes

Color #0B080E in popluar color models

0B 08 0E
RGB 11 8 14
HSL 270° 27.27% 4.31%
HSB/HSV 270° 42.86% 5.49%
CMYK 21.43% 42.86% 0.00%
94.51%

Color #0B080E in popluar number systems.

HEX 0B 08 0E
Decimal 11 8 14
Binary 1011 1000 1110
Octal 13 10 16

Shades and tints

Shades of #0B080E

#0B080E
(11,8,14)
#0A080D
(10,8,13)
#09080C
(9,8,12)
#08080B
(8,8,11)
#07080A
(7,8,10)
#060809
(6,8,9)
#050808
(5,8,8)
#040807
(4,8,7)
#030806
(3,8,6)
#020805
(2,8,5)
#010804
(1,8,4)
#000000
(0,0,0)

Tints of #0B080E

#0B080E
(11,8,14)
#211E23
(33,30,35)
#373438
(55,52,56)
#4D4A4D
(77,74,77)
#636062
(99,96,98)
#797677
(121,118,119)
#8F8C8C
(143,140,140)
#A5A2A1
(165,162,161)
#BBB8B6
(187,184,182)
#D1CECB
(209,206,203)
#E7E4E0
(231,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B080E; }

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

This text font color is #0B080E.

Background Color

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

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

This div background color is #0B080E.

Border color

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

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

This div border color is #0B080E.

Opacity

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

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

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

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

This text has shadow with #0B080E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B080E.

Preview

Color preview on black background

This text has color #0B080E on black background.


Color preview on white background

This text has color #0B080E on white background.


Black color preview on #0B080E background

This text has black color on #0B080E background.


White color preview on #0B080E background

This text has white color on #0B080E background.


Related colors

Complementary color

Complementary color for #hex is #F4F7F1.


I love getcolorcode.com

Triadic colors

1 #0E0B08 and #080E0B with #0B080E are triadic colors.

2 #0E080B and #080B0E with #0B080E are triadic colors.