COLOR #0B210D

HEX: #0B210D
RGB: (11,33,13)

Color info

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

RGB color model

#0B210D color RGB value is (11,33,13).

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

RGB channels and saturation

R 11 of 255 = 4%
G 33 of 255 = 13%
B 13 of 255 = 5%

11
33
13

R + G + B ~ 7%. #0B210D is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 33 + 13 = 57 (100%)
R 11 of 57 ~ 19.3%
G 33 of 57 ~ 57.89%
B 13 of 57 ~ 22.81%

%19.3
%57.89
%22.81

CMYK color model

#0B210D color CMYK value is (67,0,61,87).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 60.61%
  • key color value is 87.06%
CMYK:
(67,0,61,87)
C67M0Y61K87 
(67%,0%,61%,87%)
(0.67/0.00/0.61/0.87)	

CMYK percentages

%66.67
%0
%60.61
%87.06

Codes

Color #0B210D in popluar color models

0B210D
RGB113313
HSL125°50.00%8.63%
HSB/HSV125°66.67%12.94%
CMYK66.67%0.00%60.61%
87.06%

Color #0B210D in popluar number systems.

HEX0B210D
Decimal113313
Binary10111000011101
Octal134115

Shades and tints

Shades of #0B210D

#0B210D
(11,33,13)
#0A1E0C
(10,30,12)
#091B0B
(9,27,11)
#08180A
(8,24,10)
#071509
(7,21,9)
#061208
(6,18,8)
#050F07
(5,15,7)
#040C06
(4,12,6)
#030905
(3,9,5)
#020604
(2,6,4)
#010303
(1,3,3)
#000000
(0,0,0)

Tints of #0B210D

#0B210D
(11,33,13)
#213523
(33,53,35)
#374939
(55,73,57)
#4D5D4F
(77,93,79)
#637165
(99,113,101)
#79857B
(121,133,123)
#8F9991
(143,153,145)
#A5ADA7
(165,173,167)
#BBC1BD
(187,193,189)
#D1D5D3
(209,213,211)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B210D; }

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

This text font color is #0B210D.


Background Color

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

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

This div background color is #0B210D.


Border color

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

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

This div border color is #0B210D.


Opacity

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

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

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

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

This text has shadow with #0B210D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B210D on black background.


Color preview on white background

This text has color #0B210D on white background.



Black color preview on #0B210D background

This text has black color on #0B210D background.


White color preview on #0B210D background

This text has white color on #0B210D background.