COLOR #0B3613

HEX: #0B3613
RGB: (11,54,19)

Color info

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

RGB color model

#0B3613 color RGB value is (11,54,19).

  • red value is 11;
  • green value is 54;
  • blue value is 19.
RGB: (11,54,19) (4%,21%,7%)

RGB channels and saturation

R 11 of 255 = 4%
G 54 of 255 = 21%
B 19 of 255 = 7%

11
54
19

R + G + B ~ 11%. #0B3613 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 54 + 19 = 84 (100%)
R 11 of 84 ~ 13.1%
G 54 of 84 ~ 64.29%
B 19 of 84 ~ 22.62%

%13.1
%64.29
%22.62

CMYK color model

#0B3613 color CMYK value is (80,0,65,79).

  • cyan value is 79.63%
  • magenta value is 0.00%
  • yellow value is 64.81%
  • key color value is 78.82%
CMYK: (80,0,65,79) C80M0Y65K79 (80%,0%,65%,79%) (0.80/0.00/0.65/0.79)

CMYK percentages

%79.63
%0
%64.81
%78.82

Codes

Color #0B3613 in popluar color models

0B3613
RGB115419
HSL131°66.15%12.75%
HSB/HSV131°79.63%21.18%
CMYK79.63%0.00%64.81%
78.82%

Color #0B3613 in popluar number systems.

HEX0B3613
Decimal115419
Binary101111011010011
Octal136623

Shades and tints

Shades of #0B3613

#0B3613
(11,54,19)
#0A3212
(10,50,18)
#092E11
(9,46,17)
#082A10
(8,42,16)
#07260F
(7,38,15)
#06220E
(6,34,14)
#051E0D
(5,30,13)
#041A0C
(4,26,12)
#03160B
(3,22,11)
#02120A
(2,18,10)
#010E09
(1,14,9)
#000000
(0,0,0)

Tints of #0B3613

#0B3613
(11,54,19)
#214828
(33,72,40)
#375A3D
(55,90,61)
#4D6C52
(77,108,82)
#637E67
(99,126,103)
#79907C
(121,144,124)
#8FA291
(143,162,145)
#A5B4A6
(165,180,166)
#BBC6BB
(187,198,187)
#D1D8D0
(209,216,208)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3613 color. Also use rgb(11,54,19) instead hex code.

Text Font Color

.myTextColor { color: #0B3613; }

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

This text font color is #0B3613.


Background Color

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

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

This div background color is #0B3613.


Border color

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

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

This div border color is #0B3613.


Opacity

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

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

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

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

This text has shadow with #0B3613 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0B3613 on black background.


Color preview on white background

This text has color #0B3613 on white background.



Black color preview on #0B3613 background

This text has black color on #0B3613 background.


White color preview on #0B3613 background

This text has white color on #0B3613 background.