COLOR #221306

HEX: #221306
RGB: (34,19,6)

Color info

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

RGB color model

#221306 color RGB value is (34,19,6).

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

RGB channels and saturation

R 34 of 255 = 13%
G 19 of 255 = 7%
B 6 of 255 = 2%

34
19
6

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

Portions of RGB colors in percentages

R + G + B =
34 + 19 + 6 = 59 (100%)
R 34 of 59 ~ 57.63%
G 19 of 59 ~ 32.2%
B 6 of 59 ~ 10.17%

%57.63
%32.2
%10.17

CMYK color model

#221306 color CMYK value is (0,44,82,87).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 82.35%
  • key color value is 86.67%
CMYK:
(0,44,82,87)
C0M44Y82K87 
(0%,44%,82%,87%)
(0.00/0.44/0.82/0.87)	

CMYK percentages

%0
%44.12
%82.35
%86.67

Codes

Color #221306 in popluar color models

221306
RGB34196
HSL28°70.00%7.84%
HSB/HSV28°82.35%13.33%
CMYK0.00%44.12%82.35%
86.67%

Color #221306 in popluar number systems.

HEX221306
Decimal34196
Binary10001010011110
Octal42236

Shades and tints

Shades of #221306

#221306
(34,19,6)
#1F1206
(31,18,6)
#1C1106
(28,17,6)
#191006
(25,16,6)
#160F06
(22,15,6)
#130E06
(19,14,6)
#100D06
(16,13,6)
#0D0C06
(13,12,6)
#0A0B06
(10,11,6)
#070A06
(7,10,6)
#040906
(4,9,6)
#000000
(0,0,0)

Tints of #221306

#221306
(34,19,6)
#36281C
(54,40,28)
#4A3D32
(74,61,50)
#5E5248
(94,82,72)
#72675E
(114,103,94)
#867C74
(134,124,116)
#9A918A
(154,145,138)
#AEA6A0
(174,166,160)
#C2BBB6
(194,187,182)
#D6D0CC
(214,208,204)
#EAE5E2
(234,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221306; }

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

This text font color is #221306.


Background Color

.myBgColor { background-color: #221306; }

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

This div background color is #221306.


Border color

.myBorderColor { border: 1px solid #221306; }

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

This div border color is #221306.


Opacity

.myOpacity80 { color: #221306; opacity: 0.8; }

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

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

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

This text has shadow with #221306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221306 on black background.


Color preview on white background

This text has color #221306 on white background.



Black color preview on #221306 background

This text has black color on #221306 background.


White color preview on #221306 background

This text has white color on #221306 background.