COLOR #0B360B

HEX: #0B360B
RGB: (11,54,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
54
11

R + G + B ~ 10%. #0B360B is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 54 + 11 = 76 (100%)
R 11 of 76 ~ 14.47%
G 54 of 76 ~ 71.05%
B 11 of 76 ~ 14.47%

%14.47
%71.05
%14.47

CMYK color model

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

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

CMYK percentages

%79.63
%0
%79.63
%78.82

Codes

Color #0B360B in popluar color models

0B360B
RGB115411
HSL120°66.15%12.75%
HSB/HSV120°79.63%21.18%
CMYK79.63%0.00%79.63%
78.82%

Color #0B360B in popluar number systems.

HEX0B360B
Decimal115411
Binary10111101101011
Octal136613

Shades and tints

Shades of #0B360B

#0B360B
(11,54,11)
#0A320A
(10,50,10)
#092E09
(9,46,9)
#082A08
(8,42,8)
#072607
(7,38,7)
#062206
(6,34,6)
#051E05
(5,30,5)
#041A04
(4,26,4)
#031603
(3,22,3)
#021202
(2,18,2)
#010E01
(1,14,1)
#000000
(0,0,0)

Tints of #0B360B

#0B360B
(11,54,11)
#214821
(33,72,33)
#375A37
(55,90,55)
#4D6C4D
(77,108,77)
#637E63
(99,126,99)
#799079
(121,144,121)
#8FA28F
(143,162,143)
#A5B4A5
(165,180,165)
#BBC6BB
(187,198,187)
#D1D8D1
(209,216,209)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B360B; }

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

This text font color is #0B360B.


Background Color

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

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

This div background color is #0B360B.


Border color

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

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

This div border color is #0B360B.


Opacity

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

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

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

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

This text has shadow with #0B360B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B360B on black background.


Color preview on white background

This text has color #0B360B on white background.



Black color preview on #0B360B background

This text has black color on #0B360B background.


White color preview on #0B360B background

This text has white color on #0B360B background.