COLOR #220B06

HEX: #220B06
RGB: (34,11,6)

Color info

#220B06 contains red, green and blue colors in about the same proportion. Web safe color of #220B06 is #330000 (or #300).

RGB color model

#220B06 color RGB value is (34,11,6).

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

RGB channels and saturation

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

34
11
6

R + G + B ~ 6%. #220B06 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 11 + 6 = 51 (100%)
R 34 of 51 ~ 66.67%
G 11 of 51 ~ 21.57%
B 6 of 51 ~ 11.76%

%66.67
%21.57
%11.76

CMYK color model

#220B06 color CMYK value is (0,68,82,87).

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

CMYK percentages

%0
%67.65
%82.35
%86.67

Codes

Color #220B06 in popluar color models

220B06
RGB34116
HSL11°70.00%7.84%
HSB/HSV11°82.35%13.33%
CMYK0.00%67.65%82.35%
86.67%

Color #220B06 in popluar number systems.

HEX220B06
Decimal34116
Binary1000101011110
Octal42136

Shades and tints

Shades of #220B06

#220B06
(34,11,6)
#1F0A06
(31,10,6)
#1C0906
(28,9,6)
#190806
(25,8,6)
#160706
(22,7,6)
#130606
(19,6,6)
#100506
(16,5,6)
#0D0406
(13,4,6)
#0A0306
(10,3,6)
#070206
(7,2,6)
#040106
(4,1,6)
#000000
(0,0,0)

Tints of #220B06

#220B06
(34,11,6)
#36211C
(54,33,28)
#4A3732
(74,55,50)
#5E4D48
(94,77,72)
#72635E
(114,99,94)
#867974
(134,121,116)
#9A8F8A
(154,143,138)
#AEA5A0
(174,165,160)
#C2BBB6
(194,187,182)
#D6D1CC
(214,209,204)
#EAE7E2
(234,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #220B06; }

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

This text font color is #220B06.


Background Color

.myBgColor { background-color: #220B06; }

<div style="background-color:#220B06">Inner text</div>

This div background color is #220B06.


Border color

.myBorderColor { border: 1px solid #220B06; }

<div style="border:3px solid #220B06">Div</div>

This div border color is #220B06.


Opacity

.myOpacity80 { color: #220B06; opacity: 0.8; }

<p style="color:#220B06;opacity:0.8;">80%</p>

Text with #220B06 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 #220B06;}

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

This text has shadow with #220B06 color.

.textShadow {text-shadow: 3px 3px 1px #220B06, 3px 3px 1px red;}

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

This text has shadow with #220B06 primary color and red secondary color.


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

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

This text has shadow with #220B06 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #220B06 on black background.


Color preview on white background

This text has color #220B06 on white background.



Black color preview on #220B06 background

This text has black color on #220B06 background.


White color preview on #220B06 background

This text has white color on #220B06 background.