COLOR #0B1C0A

HEX: #0B1C0A
RGB: (11,28,10)

Color info

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

RGB color model

#0B1C0A color RGB value is (11,28,10).

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

RGB channels and saturation

R 11 of 255 = 4%
G 28 of 255 = 11%
B 10 of 255 = 4%

11
28
10

R + G + B ~ 6%. #0B1C0A is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 28 + 10 = 49 (100%)
R 11 of 49 ~ 22.45%
G 28 of 49 ~ 57.14%
B 10 of 49 ~ 20.41%

%22.45
%57.14
%20.41

CMYK color model

#0B1C0A color CMYK value is (61,0,64,89).

  • cyan value is 60.71%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 89.02%
CMYK:
(61,0,64,89)
C61M0Y64K89 
(61%,0%,64%,89%)
(0.61/0.00/0.64/0.89)	

CMYK percentages

%60.71
%0
%64.29
%89.02

Codes

Color #0B1C0A in popluar color models

0B1C0A
RGB112810
HSL117°47.37%7.45%
HSB/HSV117°64.29%10.98%
CMYK60.71%0.00%64.29%
89.02%

Color #0B1C0A in popluar number systems.

HEX0B1C0A
Decimal112810
Binary1011111001010
Octal133412

Shades and tints

Shades of #0B1C0A

#0B1C0A
(11,28,10)
#0A1A0A
(10,26,10)
#09180A
(9,24,10)
#08160A
(8,22,10)
#07140A
(7,20,10)
#06120A
(6,18,10)
#05100A
(5,16,10)
#040E0A
(4,14,10)
#030C0A
(3,12,10)
#020A0A
(2,10,10)
#01080A
(1,8,10)
#000000
(0,0,0)

Tints of #0B1C0A

#0B1C0A
(11,28,10)
#213020
(33,48,32)
#374436
(55,68,54)
#4D584C
(77,88,76)
#636C62
(99,108,98)
#798078
(121,128,120)
#8F948E
(143,148,142)
#A5A8A4
(165,168,164)
#BBBCBA
(187,188,186)
#D1D0D0
(209,208,208)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1C0A color. Also use rgb(11,28,10) instead hex code.

Text Font Color

.myTextColor { color: #0B1C0A; }

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

This text font color is #0B1C0A.


Background Color

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

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

This div background color is #0B1C0A.


Border color

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

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

This div border color is #0B1C0A.


Opacity

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

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

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

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

This text has shadow with #0B1C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1C0A on black background.


Color preview on white background

This text has color #0B1C0A on white background.



Black color preview on #0B1C0A background

This text has black color on #0B1C0A background.


White color preview on #0B1C0A background

This text has white color on #0B1C0A background.