COLOR #0B3109

HEX: #0B3109
RGB: (11,49,9)

Color info

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

RGB color model

#0B3109 color RGB value is (11,49,9).

  • red value is 11;
  • green value is 49;
  • blue value is 9.
RGB:
(11,49,9)
(4%,19%,4%)

RGB channels and saturation

R 11 of 255 = 4%
G 49 of 255 = 19%
B 9 of 255 = 4%

11
49
9

R + G + B ~ 9%. #0B3109 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 49 + 9 = 69 (100%)
R 11 of 69 ~ 15.94%
G 49 of 69 ~ 71.01%
B 9 of 69 ~ 13.04%

%15.94
%71.01
%13.04

CMYK color model

#0B3109 color CMYK value is (78,0,82,81).

  • cyan value is 77.55%
  • magenta value is 0.00%
  • yellow value is 81.63%
  • key color value is 80.78%
CMYK:
(78,0,82,81)
C78M0Y82K81 
(78%,0%,82%,81%)
(0.78/0.00/0.82/0.81)	

CMYK percentages

%77.55
%0
%81.63
%80.78

Codes

Color #0B3109 in popluar color models

0B3109
RGB11499
HSL117°68.97%11.37%
HSB/HSV117°81.63%19.22%
CMYK77.55%0.00%81.63%
80.78%

Color #0B3109 in popluar number systems.

HEX0B3109
Decimal11499
Binary10111100011001
Octal136111

Shades and tints

Shades of #0B3109

#0B3109
(11,49,9)
#0A2D09
(10,45,9)
#092909
(9,41,9)
#082509
(8,37,9)
#072109
(7,33,9)
#061D09
(6,29,9)
#051909
(5,25,9)
#041509
(4,21,9)
#031109
(3,17,9)
#020D09
(2,13,9)
#010909
(1,9,9)
#000000
(0,0,0)

Tints of #0B3109

#0B3109
(11,49,9)
#21431F
(33,67,31)
#375535
(55,85,53)
#4D674B
(77,103,75)
#637961
(99,121,97)
#798B77
(121,139,119)
#8F9D8D
(143,157,141)
#A5AFA3
(165,175,163)
#BBC1B9
(187,193,185)
#D1D3CF
(209,211,207)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3109; }

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

This text font color is #0B3109.


Background Color

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

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

This div background color is #0B3109.


Border color

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

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

This div border color is #0B3109.


Opacity

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

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

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

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

This text has shadow with #0B3109 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3109 on black background.


Color preview on white background

This text has color #0B3109 on white background.



Black color preview on #0B3109 background

This text has black color on #0B3109 background.


White color preview on #0B3109 background

This text has white color on #0B3109 background.