COLOR #0B6608

HEX: #0B6608
RGB: (11,102,8)

Color info

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

RGB color model

#0B6608 color RGB value is (11,102,8).

  • red value is 11;
  • green value is 102;
  • blue value is 8.
RGB:
(11,102,8)
(4%,40%,3%)

RGB channels and saturation

R 11 of 255 = 4%
G 102 of 255 = 40%
B 8 of 255 = 3%

11
102
8

R + G + B ~ 16%. #0B6608 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 102 + 8 = 121 (100%)
R 11 of 121 ~ 9.09%
G 102 of 121 ~ 84.3%
B 8 of 121 ~ 6.61%

%84.3

CMYK color model

#0B6608 color CMYK value is (89,0,92,60).

  • cyan value is 89.22%
  • magenta value is 0.00%
  • yellow value is 92.16%
  • key color value is 60.00%
CMYK:
(89,0,92,60)
C89M0Y92K60 
(89%,0%,92%,60%)
(0.89/0.00/0.92/0.60)	

CMYK percentages

%89.22
%0
%92.16
%60

Codes

Color #0B6608 in popluar color models

0B6608
RGB111028
HSL118°85.45%21.57%
HSB/HSV118°92.16%40.00%
CMYK89.22%0.00%92.16%
60.00%

Color #0B6608 in popluar number systems.

HEX0B6608
Decimal111028
Binary101111001101000
Octal1314610

Shades and tints

Shades of #0B6608

#0B6608
(11,102,8)
#0A5D08
(10,93,8)
#095408
(9,84,8)
#084B08
(8,75,8)
#074208
(7,66,8)
#063908
(6,57,8)
#053008
(5,48,8)
#042708
(4,39,8)
#031E08
(3,30,8)
#021508
(2,21,8)
#010C08
(1,12,8)
#000000
(0,0,0)

Tints of #0B6608

#0B6608
(11,102,8)
#21731E
(33,115,30)
#378034
(55,128,52)
#4D8D4A
(77,141,74)
#639A60
(99,154,96)
#79A776
(121,167,118)
#8FB48C
(143,180,140)
#A5C1A2
(165,193,162)
#BBCEB8
(187,206,184)
#D1DBCE
(209,219,206)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B6608 color. Also use rgb(11,102,8) instead hex code.

Text Font Color

.myTextColor { color: #0B6608; }

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

This text font color is #0B6608.


Background Color

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

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

This div background color is #0B6608.


Border color

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

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

This div border color is #0B6608.


Opacity

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

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

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

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

This text has shadow with #0B6608 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B6608 on black background.


Color preview on white background

This text has color #0B6608 on white background.



Black color preview on #0B6608 background

This text has black color on #0B6608 background.


White color preview on #0B6608 background

This text has white color on #0B6608 background.