COLOR #0B210B

HEX: #0B210B
RGB: (11,33,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
33
11

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

Portions of RGB colors in percentages

R + G + B =
11 + 33 + 11 = 55 (100%)
R 11 of 55 ~ 20%
G 33 of 55 ~ 60%
B 11 of 55 ~ 20%

%20
%60
%20

CMYK color model

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

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

CMYK percentages

%66.67
%0
%66.67
%87.06

Codes

Color #0B210B in popluar color models

0B210B
RGB113311
HSL120°50.00%8.63%
HSB/HSV120°66.67%12.94%
CMYK66.67%0.00%66.67%
87.06%

Color #0B210B in popluar number systems.

HEX0B210B
Decimal113311
Binary10111000011011
Octal134113

Shades and tints

Shades of #0B210B

#0B210B
(11,33,11)
#0A1E0A
(10,30,10)
#091B09
(9,27,9)
#081808
(8,24,8)
#071507
(7,21,7)
#061206
(6,18,6)
#050F05
(5,15,5)
#040C04
(4,12,4)
#030903
(3,9,3)
#020602
(2,6,2)
#010301
(1,3,1)
#000000
(0,0,0)

Tints of #0B210B

#0B210B
(11,33,11)
#213521
(33,53,33)
#374937
(55,73,55)
#4D5D4D
(77,93,77)
#637163
(99,113,99)
#798579
(121,133,121)
#8F998F
(143,153,143)
#A5ADA5
(165,173,165)
#BBC1BB
(187,193,187)
#D1D5D1
(209,213,209)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B210B; }

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

This text font color is #0B210B.


Background Color

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

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

This div background color is #0B210B.


Border color

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

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

This div border color is #0B210B.


Opacity

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

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

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

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

This text has shadow with #0B210B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B210B on black background.


Color preview on white background

This text has color #0B210B on white background.



Black color preview on #0B210B background

This text has black color on #0B210B background.


White color preview on #0B210B background

This text has white color on #0B210B background.