COLOR #0B371E

HEX: #0B371E
RGB: (11,55,30)

Color info

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

RGB color model

#0B371E color RGB value is (11,55,30).

  • red value is 11;
  • green value is 55;
  • blue value is 30.
RGB:
(11,55,30)
(4%,22%,12%)

RGB channels and saturation

R 11 of 255 = 4%
G 55 of 255 = 22%
B 30 of 255 = 12%

11
55
30

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

Portions of RGB colors in percentages

R + G + B =
11 + 55 + 30 = 96 (100%)
R 11 of 96 ~ 11.46%
G 55 of 96 ~ 57.29%
B 30 of 96 ~ 31.25%

%11.46
%57.29
%31.25

CMYK color model

#0B371E color CMYK value is (80,0,45,78).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 78.43%
CMYK:
(80,0,45,78)
C80M0Y45K78 
(80%,0%,45%,78%)
(0.80/0.00/0.45/0.78)	

CMYK percentages

%80
%0
%45.45
%78.43

Codes

Color #0B371E in popluar color models

0B371E
RGB115530
HSL146°66.67%12.94%
HSB/HSV146°80.00%21.57%
CMYK80.00%0.00%45.45%
78.43%

Color #0B371E in popluar number systems.

HEX0B371E
Decimal115530
Binary101111011111110
Octal136736

Shades and tints

Shades of #0B371E

#0B371E
(11,55,30)
#0A321C
(10,50,28)
#092D1A
(9,45,26)
#082818
(8,40,24)
#072316
(7,35,22)
#061E14
(6,30,20)
#051912
(5,25,18)
#041410
(4,20,16)
#030F0E
(3,15,14)
#020A0C
(2,10,12)
#01050A
(1,5,10)
#000000
(0,0,0)

Tints of #0B371E

#0B371E
(11,55,30)
#214932
(33,73,50)
#375B46
(55,91,70)
#4D6D5A
(77,109,90)
#637F6E
(99,127,110)
#799182
(121,145,130)
#8FA396
(143,163,150)
#A5B5AA
(165,181,170)
#BBC7BE
(187,199,190)
#D1D9D2
(209,217,210)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B371E; }

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

This text font color is #0B371E.


Background Color

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

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

This div background color is #0B371E.


Border color

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

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

This div border color is #0B371E.


Opacity

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

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

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

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

This text has shadow with #0B371E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B371E on black background.


Color preview on white background

This text has color #0B371E on white background.



Black color preview on #0B371E background

This text has black color on #0B371E background.


White color preview on #0B371E background

This text has white color on #0B371E background.