COLOR #0B361B

HEX: #0B361B
RGB: (11,54,27)

Color info

#0B361B contains red, green and blue colors in about the same proportion. Web safe color of #0B361B is #003333 (or #033).

RGB color model

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

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

RGB channels and saturation

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

11
54
27

R + G + B ~ 12%. #0B361B is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 54 + 27 = 92 (100%)
R 11 of 92 ~ 11.96%
G 54 of 92 ~ 58.7%
B 27 of 92 ~ 29.35%

%11.96
%58.7
%29.35

CMYK color model

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

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

CMYK percentages

%79.63
%0
%50
%78.82

Codes

Color #0B361B in popluar color models

0B361B
RGB115427
HSL142°66.15%12.75%
HSB/HSV142°79.63%21.18%
CMYK79.63%0.00%50.00%
78.82%

Color #0B361B in popluar number systems.

HEX0B361B
Decimal115427
Binary101111011011011
Octal136633

Shades and tints

Shades of #0B361B

#0B361B
(11,54,27)
#0A3219
(10,50,25)
#092E17
(9,46,23)
#082A15
(8,42,21)
#072613
(7,38,19)
#062211
(6,34,17)
#051E0F
(5,30,15)
#041A0D
(4,26,13)
#03160B
(3,22,11)
#021209
(2,18,9)
#010E07
(1,14,7)
#000000
(0,0,0)

Tints of #0B361B

#0B361B
(11,54,27)
#21482F
(33,72,47)
#375A43
(55,90,67)
#4D6C57
(77,108,87)
#637E6B
(99,126,107)
#79907F
(121,144,127)
#8FA293
(143,162,147)
#A5B4A7
(165,180,167)
#BBC6BB
(187,198,187)
#D1D8CF
(209,216,207)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B361B; }

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

This text font color is #0B361B.


Background Color

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

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

This div background color is #0B361B.


Border color

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

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

This div border color is #0B361B.


Opacity

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

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

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

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

This text has shadow with #0B361B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B361B on black background.


Color preview on white background

This text has color #0B361B on white background.



Black color preview on #0B361B background

This text has black color on #0B361B background.


White color preview on #0B361B background

This text has white color on #0B361B background.