COLOR #0B5206

HEX: #0B5206 RGB: (11,82,6)

Color info

#0B5206 contains mainly green color. Web safe color of #0B5206 is #006600 (or #060).

RGB color model

#0B5206 color RGB value is (11,82,6).

RGB: (11,82,6) (4%, 32%, 2%)

RGB channels and saturation

R 11 of 255 = 4%
G 82 of 255 = 32%
B 6 of 255 = 2%

11
82
6

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

Portions of RGB colors in percentages

R + G + B = 11 + 82 + 6 = 99 (100%)
R 11 of 99 ~ 11.11%
G 82 of 99 ~ 82.83%
B 6 of 99 ~ 6.06'%

%11.11
%82.83

CMYK color model

#0B5206 color CMYK value is (87,0,93,68).

  • cyan value is 86.59%
  • magenta value is 0.00%
  • yellow value is 92.68%
  • key color value is 67.84%
CMYK: (87,0,93,68) C87M0Y93K68 (87%,0%,93%,68%) (0.87/0.00/0.93/0.68) 

CMYK percentages

%86.59
%0
%92.68
%67.84

Codes

Color #0B5206 in popluar color models

0B 52 06
RGB 11 82 6
HSL 116° 86.36% 17.25%
HSB/HSV 116° 92.68% 32.16%
CMYK 86.59% 0.00% 92.68%
67.84%

Color #0B5206 in popluar number systems.

HEX 0B 52 06
Decimal 11 82 6
Binary 1011 1010010 110
Octal 13 122 6

Shades and tints

Shades of #0B5206

#0B5206
(11,82,6)
#0A4B06
(10,75,6)
#094406
(9,68,6)
#083D06
(8,61,6)
#073606
(7,54,6)
#062F06
(6,47,6)
#052806
(5,40,6)
#042106
(4,33,6)
#031A06
(3,26,6)
#021306
(2,19,6)
#010C06
(1,12,6)
#000000
(0,0,0)

Tints of #0B5206

#0B5206
(11,82,6)
#21611C
(33,97,28)
#377032
(55,112,50)
#4D7F48
(77,127,72)
#638E5E
(99,142,94)
#799D74
(121,157,116)
#8FAC8A
(143,172,138)
#A5BBA0
(165,187,160)
#BBCAB6
(187,202,182)
#D1D9CC
(209,217,204)
#E7E8E2
(231,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B5206; }

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

This text font color is #0B5206.

Background Color

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

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

This div background color is #0B5206.

Border color

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

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

This div border color is #0B5206.

Opacity

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

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

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

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

This text has shadow with #0B5206 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B5206.

Preview

Color preview on black background

This text has color #0B5206 on black background.


Color preview on white background

This text has color #0B5206 on white background.


Black color preview on #0B5206 background

This text has black color on #0B5206 background.


White color preview on #0B5206 background

This text has white color on #0B5206 background.


Related colors

Complementary color

Complementary color for #hex is #F4ADF9.


I love getcolorcode.com

Triadic colors

1 #060B52 and #52060B with #0B5206 are triadic colors.

2 #06520B and #520B06 with #0B5206 are triadic colors.