COLOR #0B0E0B

HEX: #0B0E0B RGB: (11,14,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
14
11

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

Portions of RGB colors in percentages

R + G + B = 11 + 14 + 11 = 36 (100%)
R 11 of 36 ~ 30.56%
G 14 of 36 ~ 38.89%
B 11 of 36 ~ 30.56'%

%30.56
%38.89
%30.56

CMYK color model

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

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

CMYK: (21,0,21,95)
C21M0Y21K95 (21%, 0%, 21%, 95%)
(0.21 / 0.00 / 0.21 / 0.95)

CMYK percentages

%21.43
%0
%21.43
%94.51

Codes

Color #0B0E0B in popluar color models

0B 0E 0B
RGB 11 14 11
HSL 120° 12.00% 4.90%
HSB/HSV 120° 21.43% 5.49%
CMYK 21.43% 0.00% 21.43%
94.51%

Color #0B0E0B in popluar number systems.

HEX 0B 0E 0B
Decimal 11 14 11
Binary 1011 1110 1011
Octal 13 16 13

Shades and tints

Shades of #0B0E0B

#0B0E0B
(11,14,11)
#0A0D0A
(10,13,10)
#090C09
(9,12,9)
#080B08
(8,11,8)
#070A07
(7,10,7)
#060906
(6,9,6)
#050805
(5,8,5)
#040704
(4,7,4)
#030603
(3,6,3)
#020502
(2,5,2)
#010401
(1,4,1)
#000000
(0,0,0)

Tints of #0B0E0B

#0B0E0B
(11,14,11)
#212321
(33,35,33)
#373837
(55,56,55)
#4D4D4D
(77,77,77)
#636263
(99,98,99)
#797779
(121,119,121)
#8F8C8F
(143,140,143)
#A5A1A5
(165,161,165)
#BBB6BB
(187,182,187)
#D1CBD1
(209,203,209)
#E7E0E7
(231,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0E0B; }

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

This text font color is #0B0E0B.

Background Color

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

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

This div background color is #0B0E0B.

Border color

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

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

This div border color is #0B0E0B.

Opacity

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

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

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

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

This text has shadow with #0B0E0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0E0B.

Preview

Color preview on black background

This text has color #0B0E0B on black background.


Color preview on white background

This text has color #0B0E0B on white background.


Black color preview on #0B0E0B background

This text has black color on #0B0E0B background.


White color preview on #0B0E0B background

This text has white color on #0B0E0B background.


Related colors

Complementary color

Complementary color for #hex is #F4F1F4.


I love getcolorcode.com

Triadic colors

1 #0B0B0E and #0E0B0B with #0B0E0B are triadic colors.

2 #0B0E0B and #0E0B0B with #0B0E0B are triadic colors.