COLOR #0B6409

HEX: #0B6409
RGB: (11,100,9)

Color info

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

RGB color model

#0B6409 color RGB value is (11,100,9).

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

RGB channels and saturation

R 11 of 255 = 4%
G 100 of 255 = 39%
B 9 of 255 = 4%

11
100
9

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

Portions of RGB colors in percentages

R + G + B =
11 + 100 + 9 = 120 (100%)
R 11 of 120 ~ 9.17%
G 100 of 120 ~ 83.33%
B 9 of 120 ~ 7.5%

%83.33

CMYK color model

#0B6409 color CMYK value is (89,0,91,61).

  • cyan value is 89.00%
  • magenta value is 0.00%
  • yellow value is 91.00%
  • key color value is 60.78%
CMYK:
(89,0,91,61)
C89M0Y91K61 
(89%,0%,91%,61%)
(0.89/0.00/0.91/0.61)	

CMYK percentages

%89
%0
%91
%60.78

Codes

Color #0B6409 in popluar color models

0B6409
RGB111009
HSL119°83.49%21.37%
HSB/HSV119°91.00%39.22%
CMYK89.00%0.00%91.00%
60.78%

Color #0B6409 in popluar number systems.

HEX0B6409
Decimal111009
Binary101111001001001
Octal1314411

Shades and tints

Shades of #0B6409

#0B6409
(11,100,9)
#0A5B09
(10,91,9)
#095209
(9,82,9)
#084909
(8,73,9)
#074009
(7,64,9)
#063709
(6,55,9)
#052E09
(5,46,9)
#042509
(4,37,9)
#031C09
(3,28,9)
#021309
(2,19,9)
#010A09
(1,10,9)
#000000
(0,0,0)

Tints of #0B6409

#0B6409
(11,100,9)
#21721F
(33,114,31)
#378035
(55,128,53)
#4D8E4B
(77,142,75)
#639C61
(99,156,97)
#79AA77
(121,170,119)
#8FB88D
(143,184,141)
#A5C6A3
(165,198,163)
#BBD4B9
(187,212,185)
#D1E2CF
(209,226,207)
#E7F0E5
(231,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B6409; }

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

This text font color is #0B6409.


Background Color

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

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

This div background color is #0B6409.


Border color

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

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

This div border color is #0B6409.


Opacity

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

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

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

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

This text has shadow with #0B6409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B6409 on black background.


Color preview on white background

This text has color #0B6409 on white background.



Black color preview on #0B6409 background

This text has black color on #0B6409 background.


White color preview on #0B6409 background

This text has white color on #0B6409 background.