COLOR #0B391F

HEX: #0B391F
RGB: (11,57,31)

Color info

#0B391F contains red, green and blue colors in about the same proportion. Web safe color of #0B391F is #003333 (or #033).

RGB color model

#0B391F color RGB value is (11,57,31).

  • red value is 11;
  • green value is 57;
  • blue value is 31.
RGB:
(11,57,31)
(4%,22%,12%)

RGB channels and saturation

R 11 of 255 = 4%
G 57 of 255 = 22%
B 31 of 255 = 12%

11
57
31

R + G + B ~ 13%. #0B391F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 57 + 31 = 99 (100%)
R 11 of 99 ~ 11.11%
G 57 of 99 ~ 57.58%
B 31 of 99 ~ 31.31%

%11.11
%57.58
%31.31

CMYK color model

#0B391F color CMYK value is (81,0,46,78).

  • cyan value is 80.70%
  • magenta value is 0.00%
  • yellow value is 45.61%
  • key color value is 77.65%
CMYK:
(81,0,46,78)
C81M0Y46K78 
(81%,0%,46%,78%)
(0.81/0.00/0.46/0.78)	

CMYK percentages

%80.7
%0
%45.61
%77.65

Codes

Color #0B391F in popluar color models

0B391F
RGB115731
HSL146°67.65%13.33%
HSB/HSV146°80.70%22.35%
CMYK80.70%0.00%45.61%
77.65%

Color #0B391F in popluar number systems.

HEX0B391F
Decimal115731
Binary101111100111111
Octal137137

Shades and tints

Shades of #0B391F

#0B391F
(11,57,31)
#0A341D
(10,52,29)
#092F1B
(9,47,27)
#082A19
(8,42,25)
#072517
(7,37,23)
#062015
(6,32,21)
#051B13
(5,27,19)
#041611
(4,22,17)
#03110F
(3,17,15)
#020C0D
(2,12,13)
#01070B
(1,7,11)
#000000
(0,0,0)

Tints of #0B391F

#0B391F
(11,57,31)
#214B33
(33,75,51)
#375D47
(55,93,71)
#4D6F5B
(77,111,91)
#63816F
(99,129,111)
#799383
(121,147,131)
#8FA597
(143,165,151)
#A5B7AB
(165,183,171)
#BBC9BF
(187,201,191)
#D1DBD3
(209,219,211)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B391F; }

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

This text font color is #0B391F.


Background Color

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

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

This div background color is #0B391F.


Border color

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

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

This div border color is #0B391F.


Opacity

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

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

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

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

This text has shadow with #0B391F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B391F on black background.


Color preview on white background

This text has color #0B391F on white background.



Black color preview on #0B391F background

This text has black color on #0B391F background.


White color preview on #0B391F background

This text has white color on #0B391F background.