COLOR #29210D

HEX: #29210D
RGB: (41,33,13)

Color info

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

RGB color model

#29210D color RGB value is (41,33,13).

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

RGB channels and saturation

R 41 of 255 = 16%
G 33 of 255 = 13%
B 13 of 255 = 5%

41
33
13

R + G + B ~ 11%. #29210D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 33 + 13 = 87 (100%)
R 41 of 87 ~ 47.13%
G 33 of 87 ~ 37.93%
B 13 of 87 ~ 14.94%

%47.13
%37.93
%14.94

CMYK color model

#29210D color CMYK value is (0,20,68,84).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 68.29%
  • key color value is 83.92%
CMYK:
(0,20,68,84)
C0M20Y68K84 
(0%,20%,68%,84%)
(0.00/0.20/0.68/0.84)	

CMYK percentages

%0
%19.51
%68.29
%83.92

Codes

Color #29210D in popluar color models

29210D
RGB413313
HSL43°51.85%10.59%
HSB/HSV43°68.29%16.08%
CMYK0.00%19.51%68.29%
83.92%

Color #29210D in popluar number systems.

HEX29210D
Decimal413313
Binary1010011000011101
Octal514115

Shades and tints

Shades of #29210D

#29210D
(41,33,13)
#261E0C
(38,30,12)
#231B0B
(35,27,11)
#20180A
(32,24,10)
#1D1509
(29,21,9)
#1A1208
(26,18,8)
#170F07
(23,15,7)
#140C06
(20,12,6)
#110905
(17,9,5)
#0E0604
(14,6,4)
#0B0303
(11,3,3)
#000000
(0,0,0)

Tints of #29210D

#29210D
(41,33,13)
#3C3523
(60,53,35)
#4F4939
(79,73,57)
#625D4F
(98,93,79)
#757165
(117,113,101)
#88857B
(136,133,123)
#9B9991
(155,153,145)
#AEADA7
(174,173,167)
#C1C1BD
(193,193,189)
#D4D5D3
(212,213,211)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29210D color. Also use rgb(41,33,13) instead hex code.

Text Font Color

.myTextColor { color: #29210D; }

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

This text font color is #29210D.


Background Color

.myBgColor { background-color: #29210D; }

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

This div background color is #29210D.


Border color

.myBorderColor { border: 1px solid #29210D; }

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

This div border color is #29210D.


Opacity

.myOpacity80 { color: #29210D; opacity: 0.8; }

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

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

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

This text has shadow with #29210D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29210D on black background.


Color preview on white background

This text has color #29210D on white background.



Black color preview on #29210D background

This text has black color on #29210D background.


White color preview on #29210D background

This text has white color on #29210D background.