COLOR #0B311A

HEX: #0B311A
RGB: (11,49,26)

Color info

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

RGB color model

#0B311A color RGB value is (11,49,26).

  • red value is 11;
  • green value is 49;
  • blue value is 26.
RGB:
(11,49,26)
(4%,19%,10%)

RGB channels and saturation

R 11 of 255 = 4%
G 49 of 255 = 19%
B 26 of 255 = 10%

11
49
26

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

Portions of RGB colors in percentages

R + G + B =
11 + 49 + 26 = 86 (100%)
R 11 of 86 ~ 12.79%
G 49 of 86 ~ 56.98%
B 26 of 86 ~ 30.23%

%12.79
%56.98
%30.23

CMYK color model

#0B311A color CMYK value is (78,0,47,81).

  • cyan value is 77.55%
  • magenta value is 0.00%
  • yellow value is 46.94%
  • key color value is 80.78%
CMYK:
(78,0,47,81)
C78M0Y47K81 
(78%,0%,47%,81%)
(0.78/0.00/0.47/0.81)	

CMYK percentages

%77.55
%0
%46.94
%80.78

Codes

Color #0B311A in popluar color models

0B311A
RGB114926
HSL144°63.33%11.76%
HSB/HSV144°77.55%19.22%
CMYK77.55%0.00%46.94%
80.78%

Color #0B311A in popluar number systems.

HEX0B311A
Decimal114926
Binary101111000111010
Octal136132

Shades and tints

Shades of #0B311A

#0B311A
(11,49,26)
#0A2D18
(10,45,24)
#092916
(9,41,22)
#082514
(8,37,20)
#072112
(7,33,18)
#061D10
(6,29,16)
#05190E
(5,25,14)
#04150C
(4,21,12)
#03110A
(3,17,10)
#020D08
(2,13,8)
#010906
(1,9,6)
#000000
(0,0,0)

Tints of #0B311A

#0B311A
(11,49,26)
#21432E
(33,67,46)
#375542
(55,85,66)
#4D6756
(77,103,86)
#63796A
(99,121,106)
#798B7E
(121,139,126)
#8F9D92
(143,157,146)
#A5AFA6
(165,175,166)
#BBC1BA
(187,193,186)
#D1D3CE
(209,211,206)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B311A; }

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

This text font color is #0B311A.


Background Color

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

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

This div background color is #0B311A.


Border color

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

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

This div border color is #0B311A.


Opacity

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

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

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

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

This text has shadow with #0B311A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B311A on black background.


Color preview on white background

This text has color #0B311A on white background.



Black color preview on #0B311A background

This text has black color on #0B311A background.


White color preview on #0B311A background

This text has white color on #0B311A background.