COLOR #29211A

HEX: #29211A
RGB: (41,33,26)

Color info

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

RGB color model

#29211A color RGB value is (41,33,26).

  • red value is 41;
  • green value is 33;
  • blue value is 26.
RGB:
(41,33,26)
(16%,13%,10%)

RGB channels and saturation

R 41 of 255 = 16%
G 33 of 255 = 13%
B 26 of 255 = 10%

41
33
26

R + G + B ~ 13%. #29211A is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 33 + 26 = 100 (100%)
R 41 of 100 ~ 41%
G 33 of 100 ~ 33%
B 26 of 100 ~ 26%

%41
%33
%26

CMYK color model

#29211A color CMYK value is (0,20,37,84).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 36.59%
  • key color value is 83.92%
CMYK:
(0,20,37,84)
C0M20Y37K84 
(0%,20%,37%,84%)
(0.00/0.20/0.37/0.84)	

CMYK percentages

%0
%19.51
%36.59
%83.92

Codes

Color #29211A in popluar color models

29211A
RGB413326
HSL28°22.39%13.14%
HSB/HSV28°36.59%16.08%
CMYK0.00%19.51%36.59%
83.92%

Color #29211A in popluar number systems.

HEX29211A
Decimal413326
Binary10100110000111010
Octal514132

Shades and tints

Shades of #29211A

#29211A
(41,33,26)
#261E18
(38,30,24)
#231B16
(35,27,22)
#201814
(32,24,20)
#1D1512
(29,21,18)
#1A1210
(26,18,16)
#170F0E
(23,15,14)
#140C0C
(20,12,12)
#11090A
(17,9,10)
#0E0608
(14,6,8)
#0B0306
(11,3,6)
#000000
(0,0,0)

Tints of #29211A

#29211A
(41,33,26)
#3C352E
(60,53,46)
#4F4942
(79,73,66)
#625D56
(98,93,86)
#75716A
(117,113,106)
#88857E
(136,133,126)
#9B9992
(155,153,146)
#AEADA6
(174,173,166)
#C1C1BA
(193,193,186)
#D4D5CE
(212,213,206)
#E7E9E2
(231,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29211A color. Also use rgb(41,33,26) instead hex code.

Text Font Color

.myTextColor { color: #29211A; }

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

This text font color is #29211A.


Background Color

.myBgColor { background-color: #29211A; }

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

This div background color is #29211A.


Border color

.myBorderColor { border: 1px solid #29211A; }

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

This div border color is #29211A.


Opacity

.myOpacity80 { color: #29211A; opacity: 0.8; }

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

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

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

This text has shadow with #29211A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29211A on black background.


Color preview on white background

This text has color #29211A on white background.



Black color preview on #29211A background

This text has black color on #29211A background.


White color preview on #29211A background

This text has white color on #29211A background.