COLOR #0B3820

HEX: #0B3820
RGB: (11,56,32)

Color info

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

RGB color model

#0B3820 color RGB value is (11,56,32).

  • red value is 11;
  • green value is 56;
  • blue value is 32.
RGB:
(11,56,32)
(4%,22%,13%)

RGB channels and saturation

R 11 of 255 = 4%
G 56 of 255 = 22%
B 32 of 255 = 13%

11
56
32

R + G + B ~ 13%. #0B3820 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 56 + 32 = 99 (100%)
R 11 of 99 ~ 11.11%
G 56 of 99 ~ 56.57%
B 32 of 99 ~ 32.32%

%11.11
%56.57
%32.32

CMYK color model

#0B3820 color CMYK value is (80,0,43,78).

  • cyan value is 80.36%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 78.04%
CMYK:
(80,0,43,78)
C80M0Y43K78 
(80%,0%,43%,78%)
(0.80/0.00/0.43/0.78)	

CMYK percentages

%80.36
%0
%42.86
%78.04

Codes

Color #0B3820 in popluar color models

0B3820
RGB115632
HSL148°67.16%13.14%
HSB/HSV148°80.36%21.96%
CMYK80.36%0.00%42.86%
78.04%

Color #0B3820 in popluar number systems.

HEX0B3820
Decimal115632
Binary1011111000100000
Octal137040

Shades and tints

Shades of #0B3820

#0B3820
(11,56,32)
#0A331E
(10,51,30)
#092E1C
(9,46,28)
#08291A
(8,41,26)
#072418
(7,36,24)
#061F16
(6,31,22)
#051A14
(5,26,20)
#041512
(4,21,18)
#031010
(3,16,16)
#020B0E
(2,11,14)
#01060C
(1,6,12)
#000000
(0,0,0)

Tints of #0B3820

#0B3820
(11,56,32)
#214A34
(33,74,52)
#375C48
(55,92,72)
#4D6E5C
(77,110,92)
#638070
(99,128,112)
#799284
(121,146,132)
#8FA498
(143,164,152)
#A5B6AC
(165,182,172)
#BBC8C0
(187,200,192)
#D1DAD4
(209,218,212)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3820; }

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

This text font color is #0B3820.


Background Color

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

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

This div background color is #0B3820.


Border color

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

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

This div border color is #0B3820.


Opacity

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

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

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

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

This text has shadow with #0B3820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3820 on black background.


Color preview on white background

This text has color #0B3820 on white background.



Black color preview on #0B3820 background

This text has black color on #0B3820 background.


White color preview on #0B3820 background

This text has white color on #0B3820 background.