COLOR #0B3008

HEX: #0B3008
RGB: (11,48,8)

Color info

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

RGB color model

#0B3008 color RGB value is (11,48,8).

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

RGB channels and saturation

R 11 of 255 = 4%
G 48 of 255 = 19%
B 8 of 255 = 3%

11
48
8

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

Portions of RGB colors in percentages

R + G + B =
11 + 48 + 8 = 67 (100%)
R 11 of 67 ~ 16.42%
G 48 of 67 ~ 71.64%
B 8 of 67 ~ 11.94%

%16.42
%71.64
%11.94

CMYK color model

#0B3008 color CMYK value is (77,0,83,81).

  • cyan value is 77.08%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 81.18%
CMYK: (77,0,83,81) C77M0Y83K81 (77%,0%,83%,81%) (0.77/0.00/0.83/0.81)

CMYK percentages

%77.08
%0
%83.33
%81.18

Codes

Color #0B3008 in popluar color models

0B3008
RGB11488
HSL116°71.43%10.98%
HSB/HSV116°83.33%18.82%
CMYK77.08%0.00%83.33%
81.18%

Color #0B3008 in popluar number systems.

HEX0B3008
Decimal11488
Binary10111100001000
Octal136010

Shades and tints

Shades of #0B3008

#0B3008
(11,48,8)
#0A2C08
(10,44,8)
#092808
(9,40,8)
#082408
(8,36,8)
#072008
(7,32,8)
#061C08
(6,28,8)
#051808
(5,24,8)
#041408
(4,20,8)
#031008
(3,16,8)
#020C08
(2,12,8)
#010808
(1,8,8)
#000000
(0,0,0)

Tints of #0B3008

#0B3008
(11,48,8)
#21421E
(33,66,30)
#375434
(55,84,52)
#4D664A
(77,102,74)
#637860
(99,120,96)
#798A76
(121,138,118)
#8F9C8C
(143,156,140)
#A5AEA2
(165,174,162)
#BBC0B8
(187,192,184)
#D1D2CE
(209,210,206)
#E7E4E4
(231,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3008; }

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

This text font color is #0B3008.


Background Color

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

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

This div background color is #0B3008.


Border color

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

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

This div border color is #0B3008.


Opacity

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

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

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

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

This text has shadow with #0B3008 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0B3008 on black background.


Color preview on white background

This text has color #0B3008 on white background.



Black color preview on #0B3008 background

This text has black color on #0B3008 background.


White color preview on #0B3008 background

This text has white color on #0B3008 background.