COLOR #0B2913

HEX: #0B2913
RGB: (11,41,19)

Color info

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

RGB color model

#0B2913 color RGB value is (11,41,19).

  • red value is 11;
  • green value is 41;
  • blue value is 19.
RGB:
(11,41,19)
(4%,16%,7%)

RGB channels and saturation

R 11 of 255 = 4%
G 41 of 255 = 16%
B 19 of 255 = 7%

11
41
19

R + G + B ~ 9%. #0B2913 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 41 + 19 = 71 (100%)
R 11 of 71 ~ 15.49%
G 41 of 71 ~ 57.75%
B 19 of 71 ~ 26.76%

%15.49
%57.75
%26.76

CMYK color model

#0B2913 color CMYK value is (73,0,54,84).

  • cyan value is 73.17%
  • magenta value is 0.00%
  • yellow value is 53.66%
  • key color value is 83.92%
CMYK:
(73,0,54,84)
C73M0Y54K84 
(73%,0%,54%,84%)
(0.73/0.00/0.54/0.84)	

CMYK percentages

%73.17
%0
%53.66
%83.92

Codes

Color #0B2913 in popluar color models

0B2913
RGB114119
HSL136°57.69%10.20%
HSB/HSV136°73.17%16.08%
CMYK73.17%0.00%53.66%
83.92%

Color #0B2913 in popluar number systems.

HEX0B2913
Decimal114119
Binary101110100110011
Octal135123

Shades and tints

Shades of #0B2913

#0B2913
(11,41,19)
#0A2612
(10,38,18)
#092311
(9,35,17)
#082010
(8,32,16)
#071D0F
(7,29,15)
#061A0E
(6,26,14)
#05170D
(5,23,13)
#04140C
(4,20,12)
#03110B
(3,17,11)
#020E0A
(2,14,10)
#010B09
(1,11,9)
#000000
(0,0,0)

Tints of #0B2913

#0B2913
(11,41,19)
#213C28
(33,60,40)
#374F3D
(55,79,61)
#4D6252
(77,98,82)
#637567
(99,117,103)
#79887C
(121,136,124)
#8F9B91
(143,155,145)
#A5AEA6
(165,174,166)
#BBC1BB
(187,193,187)
#D1D4D0
(209,212,208)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2913; }

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

This text font color is #0B2913.


Background Color

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

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

This div background color is #0B2913.


Border color

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

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

This div border color is #0B2913.


Opacity

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

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

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

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

This text has shadow with #0B2913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2913 on black background.


Color preview on white background

This text has color #0B2913 on white background.



Black color preview on #0B2913 background

This text has black color on #0B2913 background.


White color preview on #0B2913 background

This text has white color on #0B2913 background.