COLOR #221D0A

HEX: #221D0A
RGB: (34,29,10)

Color info

#221D0A contains red, green and blue colors in about the same proportion. Web safe color of #221D0A is #333300 (or #330).

RGB color model

#221D0A color RGB value is (34,29,10).

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

RGB channels and saturation

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

34
29
10

R + G + B ~ 9%. #221D0A is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 29 + 10 = 73 (100%)
R 34 of 73 ~ 46.58%
G 29 of 73 ~ 39.73%
B 10 of 73 ~ 13.7%

%46.58
%39.73
%13.7

CMYK color model

#221D0A color CMYK value is (0,15,71,87).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 70.59%
  • key color value is 86.67%
CMYK:
(0,15,71,87)
C0M15Y71K87 
(0%,15%,71%,87%)
(0.00/0.15/0.71/0.87)	

CMYK percentages

%0
%14.71
%70.59
%86.67

Codes

Color #221D0A in popluar color models

221D0A
RGB342910
HSL48°54.55%8.63%
HSB/HSV48°70.59%13.33%
CMYK0.00%14.71%70.59%
86.67%

Color #221D0A in popluar number systems.

HEX221D0A
Decimal342910
Binary100010111011010
Octal423512

Shades and tints

Shades of #221D0A

#221D0A
(34,29,10)
#1F1B0A
(31,27,10)
#1C190A
(28,25,10)
#19170A
(25,23,10)
#16150A
(22,21,10)
#13130A
(19,19,10)
#10110A
(16,17,10)
#0D0F0A
(13,15,10)
#0A0D0A
(10,13,10)
#070B0A
(7,11,10)
#04090A
(4,9,10)
#000000
(0,0,0)

Tints of #221D0A

#221D0A
(34,29,10)
#363120
(54,49,32)
#4A4536
(74,69,54)
#5E594C
(94,89,76)
#726D62
(114,109,98)
#868178
(134,129,120)
#9A958E
(154,149,142)
#AEA9A4
(174,169,164)
#C2BDBA
(194,189,186)
#D6D1D0
(214,209,208)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221D0A color. Also use rgb(34,29,10) instead hex code.

Text Font Color

.myTextColor { color: #221D0A; }

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

This text font color is #221D0A.


Background Color

.myBgColor { background-color: #221D0A; }

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

This div background color is #221D0A.


Border color

.myBorderColor { border: 1px solid #221D0A; }

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

This div border color is #221D0A.


Opacity

.myOpacity80 { color: #221D0A; opacity: 0.8; }

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

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

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

This text has shadow with #221D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221D0A on black background.


Color preview on white background

This text has color #221D0A on white background.



Black color preview on #221D0A background

This text has black color on #221D0A background.


White color preview on #221D0A background

This text has white color on #221D0A background.