COLOR #0B290C

HEX: #0B290C
RGB: (11,41,12)

Color info

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

RGB color model

#0B290C color RGB value is (11,41,12).

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

RGB channels and saturation

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

11
41
12

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

Portions of RGB colors in percentages

R + G + B =
11 + 41 + 12 = 64 (100%)
R 11 of 64 ~ 17.19%
G 41 of 64 ~ 64.06%
B 12 of 64 ~ 18.75%

%17.19
%64.06
%18.75

CMYK color model

#0B290C color CMYK value is (73,0,71,84).

  • cyan value is 73.17%
  • magenta value is 0.00%
  • yellow value is 70.73%
  • key color value is 83.92%
CMYK:
(73,0,71,84)
C73M0Y71K84 
(73%,0%,71%,84%)
(0.73/0.00/0.71/0.84)	

CMYK percentages

%73.17
%0
%70.73
%83.92

Codes

Color #0B290C in popluar color models

0B290C
RGB114112
HSL122°57.69%10.20%
HSB/HSV122°73.17%16.08%
CMYK73.17%0.00%70.73%
83.92%

Color #0B290C in popluar number systems.

HEX0B290C
Decimal114112
Binary10111010011100
Octal135114

Shades and tints

Shades of #0B290C

#0B290C
(11,41,12)
#0A260B
(10,38,11)
#09230A
(9,35,10)
#082009
(8,32,9)
#071D08
(7,29,8)
#061A07
(6,26,7)
#051706
(5,23,6)
#041405
(4,20,5)
#031104
(3,17,4)
#020E03
(2,14,3)
#010B02
(1,11,2)
#000000
(0,0,0)

Tints of #0B290C

#0B290C
(11,41,12)
#213C22
(33,60,34)
#374F38
(55,79,56)
#4D624E
(77,98,78)
#637564
(99,117,100)
#79887A
(121,136,122)
#8F9B90
(143,155,144)
#A5AEA6
(165,174,166)
#BBC1BC
(187,193,188)
#D1D4D2
(209,212,210)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B290C; }

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

This text font color is #0B290C.


Background Color

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

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

This div background color is #0B290C.


Border color

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

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

This div border color is #0B290C.


Opacity

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

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

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

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

This text has shadow with #0B290C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B290C on black background.


Color preview on white background

This text has color #0B290C on white background.



Black color preview on #0B290C background

This text has black color on #0B290C background.


White color preview on #0B290C background

This text has white color on #0B290C background.