COLOR #0B3B16

HEX: #0B3B16
RGB: (11,59,22)

Color info

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

RGB color model

#0B3B16 color RGB value is (11,59,22).

  • red value is 11;
  • green value is 59;
  • blue value is 22.
RGB:
(11,59,22)
(4%,23%,9%)

RGB channels and saturation

R 11 of 255 = 4%
G 59 of 255 = 23%
B 22 of 255 = 9%

11
59
22

R + G + B ~ 12%. #0B3B16 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 59 + 22 = 92 (100%)
R 11 of 92 ~ 11.96%
G 59 of 92 ~ 64.13%
B 22 of 92 ~ 23.91%

%11.96
%64.13
%23.91

CMYK color model

#0B3B16 color CMYK value is (81,0,63,77).

  • cyan value is 81.36%
  • magenta value is 0.00%
  • yellow value is 62.71%
  • key color value is 76.86%
CMYK:
(81,0,63,77)
C81M0Y63K77 
(81%,0%,63%,77%)
(0.81/0.00/0.63/0.77)	

CMYK percentages

%81.36
%0
%62.71
%76.86

Codes

Color #0B3B16 in popluar color models

0B3B16
RGB115922
HSL134°68.57%13.73%
HSB/HSV134°81.36%23.14%
CMYK81.36%0.00%62.71%
76.86%

Color #0B3B16 in popluar number systems.

HEX0B3B16
Decimal115922
Binary101111101110110
Octal137326

Shades and tints

Shades of #0B3B16

#0B3B16
(11,59,22)
#0A3614
(10,54,20)
#093112
(9,49,18)
#082C10
(8,44,16)
#07270E
(7,39,14)
#06220C
(6,34,12)
#051D0A
(5,29,10)
#041808
(4,24,8)
#031306
(3,19,6)
#020E04
(2,14,4)
#010902
(1,9,2)
#000000
(0,0,0)

Tints of #0B3B16

#0B3B16
(11,59,22)
#214C2B
(33,76,43)
#375D40
(55,93,64)
#4D6E55
(77,110,85)
#637F6A
(99,127,106)
#79907F
(121,144,127)
#8FA194
(143,161,148)
#A5B2A9
(165,178,169)
#BBC3BE
(187,195,190)
#D1D4D3
(209,212,211)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3B16; }

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

This text font color is #0B3B16.


Background Color

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

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

This div background color is #0B3B16.


Border color

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

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

This div border color is #0B3B16.


Opacity

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

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

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

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

This text has shadow with #0B3B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3B16 on black background.


Color preview on white background

This text has color #0B3B16 on white background.



Black color preview on #0B3B16 background

This text has black color on #0B3B16 background.


White color preview on #0B3B16 background

This text has white color on #0B3B16 background.