COLOR #220D06

HEX: #220D06
RGB: (34,13,6)

Color info

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

RGB color model

#220D06 color RGB value is (34,13,6).

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

RGB channels and saturation

R 34 of 255 = 13%
G 13 of 255 = 5%
B 6 of 255 = 2%

34
13
6

R + G + B ~ 7%. #220D06 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 13 + 6 = 53 (100%)
R 34 of 53 ~ 64.15%
G 13 of 53 ~ 24.53%
B 6 of 53 ~ 11.32%

%64.15
%24.53
%11.32

CMYK color model

#220D06 color CMYK value is (0,62,82,87).

  • cyan value is 0.00%
  • magenta value is 61.76%
  • yellow value is 82.35%
  • key color value is 86.67%
CMYK:
(0,62,82,87)
C0M62Y82K87 
(0%,62%,82%,87%)
(0.00/0.62/0.82/0.87)	

CMYK percentages

%0
%61.76
%82.35
%86.67

Codes

Color #220D06 in popluar color models

220D06
RGB34136
HSL15°70.00%7.84%
HSB/HSV15°82.35%13.33%
CMYK0.00%61.76%82.35%
86.67%

Color #220D06 in popluar number systems.

HEX220D06
Decimal34136
Binary1000101101110
Octal42156

Shades and tints

Shades of #220D06

#220D06
(34,13,6)
#1F0C06
(31,12,6)
#1C0B06
(28,11,6)
#190A06
(25,10,6)
#160906
(22,9,6)
#130806
(19,8,6)
#100706
(16,7,6)
#0D0606
(13,6,6)
#0A0506
(10,5,6)
#070406
(7,4,6)
#040306
(4,3,6)
#000000
(0,0,0)

Tints of #220D06

#220D06
(34,13,6)
#36231C
(54,35,28)
#4A3932
(74,57,50)
#5E4F48
(94,79,72)
#72655E
(114,101,94)
#867B74
(134,123,116)
#9A918A
(154,145,138)
#AEA7A0
(174,167,160)
#C2BDB6
(194,189,182)
#D6D3CC
(214,211,204)
#EAE9E2
(234,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #220D06; }

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

This text font color is #220D06.


Background Color

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

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

This div background color is #220D06.


Border color

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

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

This div border color is #220D06.


Opacity

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

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

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

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

This text has shadow with #220D06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #220D06 on black background.


Color preview on white background

This text has color #220D06 on white background.



Black color preview on #220D06 background

This text has black color on #220D06 background.


White color preview on #220D06 background

This text has white color on #220D06 background.