COLOR #0B3306

HEX: #0B3306 RGB: (11,51,6)

Color info

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

RGB color model

#0B3306 color RGB value is (11,51,6).

RGB: (11,51,6) (4%, 20%, 2%)

RGB channels and saturation

R 11 of 255 = 4%
G 51 of 255 = 20%
B 6 of 255 = 2%

11
51
6

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

Portions of RGB colors in percentages

R + G + B = 11 + 51 + 6 = 68 (100%)
R 11 of 68 ~ 16.18%
G 51 of 68 ~ 75%
B 6 of 68 ~ 8.82'%

%16.18
%75

CMYK color model

#0B3306 color CMYK value is (78,0,88,80).

  • cyan value is 78.43%
  • magenta value is 0.00%
  • yellow value is 88.24%
  • key color value is 80.00%

CMYK: (78,0,88,80)
C78M0Y88K80 (78%, 0%, 88%, 80%)
(0.78 / 0.00 / 0.88 / 0.80)

CMYK percentages

%78.43
%0
%88.24
%80

Codes

Color #0B3306 in popluar color models

0B 33 06
RGB 11 51 6
HSL 113° 78.95% 11.18%
HSB/HSV 113° 88.24% 20.00%
CMYK 78.43% 0.00% 88.24%
80.00%

Color #0B3306 in popluar number systems.

HEX 0B 33 06
Decimal 11 51 6
Binary 1011 110011 110
Octal 13 63 6

Shades and tints

Shades of #0B3306

#0B3306
(11,51,6)
#0A2F06
(10,47,6)
#092B06
(9,43,6)
#082706
(8,39,6)
#072306
(7,35,6)
#061F06
(6,31,6)
#051B06
(5,27,6)
#041706
(4,23,6)
#031306
(3,19,6)
#020F06
(2,15,6)
#010B06
(1,11,6)
#000000
(0,0,0)

Tints of #0B3306

#0B3306
(11,51,6)
#21451C
(33,69,28)
#375732
(55,87,50)
#4D6948
(77,105,72)
#637B5E
(99,123,94)
#798D74
(121,141,116)
#8F9F8A
(143,159,138)
#A5B1A0
(165,177,160)
#BBC3B6
(187,195,182)
#D1D5CC
(209,213,204)
#E7E7E2
(231,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3306; }

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

This text font color is #0B3306.

Background Color

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

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

This div background color is #0B3306.

Border color

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

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

This div border color is #0B3306.

Opacity

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

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

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

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

This text has shadow with #0B3306 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B3306.

Preview

Color preview on black background

This text has color #0B3306 on black background.


Color preview on white background

This text has color #0B3306 on white background.


Black color preview on #0B3306 background

This text has black color on #0B3306 background.


White color preview on #0B3306 background

This text has white color on #0B3306 background.


Related colors

Complementary color

Complementary color for #hex is #F4CCF9.


I love getcolorcode.com

Triadic colors

1 #060B33 and #33060B with #0B3306 are triadic colors.

2 #06330B and #330B06 with #0B3306 are triadic colors.