COLOR #0B400E

HEX: #0B400E
RGB: (11,64,14)

Color info

#0B400E contains red, green and blue colors in about the same proportion. Web safe color of #0B400E is #003300 (or #030).

RGB color model

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

  • red value is 11;
  • green value is 64;
  • blue value is 14.
RGB:
(11,64,14)
(4%,25%,5%)

RGB channels and saturation

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

11
64
14

R + G + B ~ 11%. #0B400E is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 64 + 14 = 89 (100%)
R 11 of 89 ~ 12.36%
G 64 of 89 ~ 71.91%
B 14 of 89 ~ 15.73%

%12.36
%71.91
%15.73

CMYK color model

#0B400E color CMYK value is (83,0,78,75).

  • cyan value is 82.81%
  • magenta value is 0.00%
  • yellow value is 78.13%
  • key color value is 74.90%
CMYK:
(83,0,78,75)
C83M0Y78K75 
(83%,0%,78%,75%)
(0.83/0.00/0.78/0.75)	

CMYK percentages

%82.81
%0
%78.13
%74.9

Codes

Color #0B400E in popluar color models

0B400E
RGB116414
HSL123°70.67%14.71%
HSB/HSV123°82.81%25.10%
CMYK82.81%0.00%78.13%
74.90%

Color #0B400E in popluar number systems.

HEX0B400E
Decimal116414
Binary101110000001110
Octal1310016

Shades and tints

Shades of #0B400E

#0B400E
(11,64,14)
#0A3B0D
(10,59,13)
#09360C
(9,54,12)
#08310B
(8,49,11)
#072C0A
(7,44,10)
#062709
(6,39,9)
#052208
(5,34,8)
#041D07
(4,29,7)
#031806
(3,24,6)
#021305
(2,19,5)
#010E04
(1,14,4)
#000000
(0,0,0)

Tints of #0B400E

#0B400E
(11,64,14)
#215123
(33,81,35)
#376238
(55,98,56)
#4D734D
(77,115,77)
#638462
(99,132,98)
#799577
(121,149,119)
#8FA68C
(143,166,140)
#A5B7A1
(165,183,161)
#BBC8B6
(187,200,182)
#D1D9CB
(209,217,203)
#E7EAE0
(231,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B400E; }

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

This text font color is #0B400E.


Background Color

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

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

This div background color is #0B400E.


Border color

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

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

This div border color is #0B400E.


Opacity

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

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

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

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

This text has shadow with #0B400E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B400E on black background.


Color preview on white background

This text has color #0B400E on white background.



Black color preview on #0B400E background

This text has black color on #0B400E background.


White color preview on #0B400E background

This text has white color on #0B400E background.