COLOR #29401D

HEX: #29401D
RGB: (41,64,29)

Color info

#29401D contains red, green and blue colors in about the same proportion. Web safe color of #29401D is #333333 (or #333).

RGB color model

#29401D color RGB value is (41,64,29).

  • red value is 41;
  • green value is 64;
  • blue value is 29.
RGB:
(41,64,29)
(16%,25%,11%)

RGB channels and saturation

R 41 of 255 = 16%
G 64 of 255 = 25%
B 29 of 255 = 11%

41
64
29

R + G + B ~ 17%. #29401D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 64 + 29 = 134 (100%)
R 41 of 134 ~ 30.6%
G 64 of 134 ~ 47.76%
B 29 of 134 ~ 21.64%

%30.6
%47.76
%21.64

CMYK color model

#29401D color CMYK value is (36,0,55,75).

  • cyan value is 35.94%
  • magenta value is 0.00%
  • yellow value is 54.69%
  • key color value is 74.90%
CMYK:
(36,0,55,75)
C36M0Y55K75 
(36%,0%,55%,75%)
(0.36/0.00/0.55/0.75)	

CMYK percentages

%35.94
%0
%54.69
%74.9

Codes

Color #29401D in popluar color models

29401D
RGB416429
HSL99°37.63%18.24%
HSB/HSV99°54.69%25.10%
CMYK35.94%0.00%54.69%
74.90%

Color #29401D in popluar number systems.

HEX29401D
Decimal416429
Binary101001100000011101
Octal5110035

Shades and tints

Shades of #29401D

#29401D
(41,64,29)
#263B1B
(38,59,27)
#233619
(35,54,25)
#203117
(32,49,23)
#1D2C15
(29,44,21)
#1A2713
(26,39,19)
#172211
(23,34,17)
#141D0F
(20,29,15)
#11180D
(17,24,13)
#0E130B
(14,19,11)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #29401D

#29401D
(41,64,29)
#3C5131
(60,81,49)
#4F6245
(79,98,69)
#627359
(98,115,89)
#75846D
(117,132,109)
#889581
(136,149,129)
#9BA695
(155,166,149)
#AEB7A9
(174,183,169)
#C1C8BD
(193,200,189)
#D4D9D1
(212,217,209)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29401D color. Also use rgb(41,64,29) instead hex code.

Text Font Color

.myTextColor { color: #29401D; }

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

This text font color is #29401D.


Background Color

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

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

This div background color is #29401D.


Border color

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

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

This div border color is #29401D.


Opacity

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

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

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

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

This text has shadow with #29401D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29401D on black background.


Color preview on white background

This text has color #29401D on white background.



Black color preview on #29401D background

This text has black color on #29401D background.


White color preview on #29401D background

This text has white color on #29401D background.