COLOR #0B220B

HEX: #0B220B
RGB: (11,34,11)

Color info

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

RGB color model

#0B220B color RGB value is (11,34,11).

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

RGB channels and saturation

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

11
34
11

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

Portions of RGB colors in percentages

R + G + B =
11 + 34 + 11 = 56 (100%)
R 11 of 56 ~ 19.64%
G 34 of 56 ~ 60.71%
B 11 of 56 ~ 19.64%

%19.64
%60.71
%19.64

CMYK color model

#0B220B color CMYK value is (68,0,68,87).

  • cyan value is 67.65%
  • magenta value is 0.00%
  • yellow value is 67.65%
  • key color value is 86.67%
CMYK:
(68,0,68,87)
C68M0Y68K87 
(68%,0%,68%,87%)
(0.68/0.00/0.68/0.87)	

CMYK percentages

%67.65
%0
%67.65
%86.67

Codes

Color #0B220B in popluar color models

0B220B
RGB113411
HSL120°51.11%8.82%
HSB/HSV120°67.65%13.33%
CMYK67.65%0.00%67.65%
86.67%

Color #0B220B in popluar number systems.

HEX0B220B
Decimal113411
Binary10111000101011
Octal134213

Shades and tints

Shades of #0B220B

#0B220B
(11,34,11)
#0A1F0A
(10,31,10)
#091C09
(9,28,9)
#081908
(8,25,8)
#071607
(7,22,7)
#061306
(6,19,6)
#051005
(5,16,5)
#040D04
(4,13,4)
#030A03
(3,10,3)
#020702
(2,7,2)
#010401
(1,4,1)
#000000
(0,0,0)

Tints of #0B220B

#0B220B
(11,34,11)
#213621
(33,54,33)
#374A37
(55,74,55)
#4D5E4D
(77,94,77)
#637263
(99,114,99)
#798679
(121,134,121)
#8F9A8F
(143,154,143)
#A5AEA5
(165,174,165)
#BBC2BB
(187,194,187)
#D1D6D1
(209,214,209)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B220B; }

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

This text font color is #0B220B.


Background Color

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

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

This div background color is #0B220B.


Border color

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

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

This div border color is #0B220B.


Opacity

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

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

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

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

This text has shadow with #0B220B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B220B on black background.


Color preview on white background

This text has color #0B220B on white background.



Black color preview on #0B220B background

This text has black color on #0B220B background.


White color preview on #0B220B background

This text has white color on #0B220B background.