COLOR #0B6327

HEX: #0B6327
RGB: (11,99,39)

Color info

#0B6327 contains mainly green color. Web safe color of #0B6327 is #006633 (or #063).

RGB color model

#0B6327 color RGB value is (11,99,39).

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

RGB channels and saturation

R 11 of 255 = 4%
G 99 of 255 = 39%
B 39 of 255 = 15%

11
99
39

R + G + B ~ 19%. #0B6327 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 99 + 39 = 149 (100%)
R 11 of 149 ~ 7.38%
G 99 of 149 ~ 66.44%
B 39 of 149 ~ 26.17%

%66.44
%26.17

CMYK color model

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

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 60.61%
  • key color value is 61.18%
CMYK:
(89,0,61,61)
C89M0Y61K61 
(89%,0%,61%,61%)
(0.89/0.00/0.61/0.61)	

CMYK percentages

%88.89
%0
%60.61
%61.18

Codes

Color #0B6327 in popluar color models

0B6327
RGB119939
HSL139°80.00%21.57%
HSB/HSV139°88.89%38.82%
CMYK88.89%0.00%60.61%
61.18%

Color #0B6327 in popluar number systems.

HEX0B6327
Decimal119939
Binary10111100011100111
Octal1314347

Shades and tints

Shades of #0B6327

#0B6327
(11,99,39)
#0A5A24
(10,90,36)
#095121
(9,81,33)
#08481E
(8,72,30)
#073F1B
(7,63,27)
#063618
(6,54,24)
#052D15
(5,45,21)
#042412
(4,36,18)
#031B0F
(3,27,15)
#02120C
(2,18,12)
#010909
(1,9,9)
#000000
(0,0,0)

Tints of #0B6327

#0B6327
(11,99,39)
#21713A
(33,113,58)
#377F4D
(55,127,77)
#4D8D60
(77,141,96)
#639B73
(99,155,115)
#79A986
(121,169,134)
#8FB799
(143,183,153)
#A5C5AC
(165,197,172)
#BBD3BF
(187,211,191)
#D1E1D2
(209,225,210)
#E7EFE5
(231,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B6327 color. Also use rgb(11,99,39) instead hex code.

Text Font Color

.myTextColor { color: #0B6327; }

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

This text font color is #0B6327.


Background Color

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

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

This div background color is #0B6327.


Border color

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

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

This div border color is #0B6327.


Opacity

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

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

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

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

This text has shadow with #0B6327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B6327 on black background.


Color preview on white background

This text has color #0B6327 on white background.



Black color preview on #0B6327 background

This text has black color on #0B6327 background.


White color preview on #0B6327 background

This text has white color on #0B6327 background.