COLOR #0B290D

HEX: #0B290D
RGB: (11,41,13)

Color info

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

RGB color model

#0B290D color RGB value is (11,41,13).

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

RGB channels and saturation

R 11 of 255 = 4%
G 41 of 255 = 16%
B 13 of 255 = 5%

11
41
13

R + G + B ~ 8%. #0B290D is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 41 + 13 = 65 (100%)
R 11 of 65 ~ 16.92%
G 41 of 65 ~ 63.08%
B 13 of 65 ~ 20%

%16.92
%63.08
%20

CMYK color model

#0B290D color CMYK value is (73,0,68,84).

  • cyan value is 73.17%
  • magenta value is 0.00%
  • yellow value is 68.29%
  • key color value is 83.92%
CMYK:
(73,0,68,84)
C73M0Y68K84 
(73%,0%,68%,84%)
(0.73/0.00/0.68/0.84)	

CMYK percentages

%73.17
%0
%68.29
%83.92

Codes

Color #0B290D in popluar color models

0B290D
RGB114113
HSL124°57.69%10.20%
HSB/HSV124°73.17%16.08%
CMYK73.17%0.00%68.29%
83.92%

Color #0B290D in popluar number systems.

HEX0B290D
Decimal114113
Binary10111010011101
Octal135115

Shades and tints

Shades of #0B290D

#0B290D
(11,41,13)
#0A260C
(10,38,12)
#09230B
(9,35,11)
#08200A
(8,32,10)
#071D09
(7,29,9)
#061A08
(6,26,8)
#051707
(5,23,7)
#041406
(4,20,6)
#031105
(3,17,5)
#020E04
(2,14,4)
#010B03
(1,11,3)
#000000
(0,0,0)

Tints of #0B290D

#0B290D
(11,41,13)
#213C23
(33,60,35)
#374F39
(55,79,57)
#4D624F
(77,98,79)
#637565
(99,117,101)
#79887B
(121,136,123)
#8F9B91
(143,155,145)
#A5AEA7
(165,174,167)
#BBC1BD
(187,193,189)
#D1D4D3
(209,212,211)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B290D; }

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

This text font color is #0B290D.


Background Color

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

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

This div background color is #0B290D.


Border color

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

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

This div border color is #0B290D.


Opacity

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

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

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

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

This text has shadow with #0B290D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B290D on black background.


Color preview on white background

This text has color #0B290D on white background.



Black color preview on #0B290D background

This text has black color on #0B290D background.


White color preview on #0B290D background

This text has white color on #0B290D background.