COLOR #29471D

HEX: #29471D
RGB: (41,71,29)

Color info

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

RGB color model

#29471D color RGB value is (41,71,29).

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

RGB channels and saturation

R 41 of 255 = 16%
G 71 of 255 = 28%
B 29 of 255 = 11%

41
71
29

R + G + B ~ 18%. #29471D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 71 + 29 = 141 (100%)
R 41 of 141 ~ 29.08%
G 71 of 141 ~ 50.35%
B 29 of 141 ~ 20.57%

%29.08
%50.35
%20.57

CMYK color model

#29471D color CMYK value is (42,0,59,72).

  • cyan value is 42.25%
  • magenta value is 0.00%
  • yellow value is 59.15%
  • key color value is 72.16%
CMYK:
(42,0,59,72)
C42M0Y59K72 
(42%,0%,59%,72%)
(0.42/0.00/0.59/0.72)	

CMYK percentages

%42.25
%0
%59.15
%72.16

Codes

Color #29471D in popluar color models

29471D
RGB417129
HSL103°42.00%19.61%
HSB/HSV103°59.15%27.84%
CMYK42.25%0.00%59.15%
72.16%

Color #29471D in popluar number systems.

HEX29471D
Decimal417129
Binary101001100011111101
Octal5110735

Shades and tints

Shades of #29471D

#29471D
(41,71,29)
#26411B
(38,65,27)
#233B19
(35,59,25)
#203517
(32,53,23)
#1D2F15
(29,47,21)
#1A2913
(26,41,19)
#172311
(23,35,17)
#141D0F
(20,29,15)
#11170D
(17,23,13)
#0E110B
(14,17,11)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #29471D

#29471D
(41,71,29)
#3C5731
(60,87,49)
#4F6745
(79,103,69)
#627759
(98,119,89)
#75876D
(117,135,109)
#889781
(136,151,129)
#9BA795
(155,167,149)
#AEB7A9
(174,183,169)
#C1C7BD
(193,199,189)
#D4D7D1
(212,215,209)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29471D; }

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

This text font color is #29471D.


Background Color

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

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

This div background color is #29471D.


Border color

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

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

This div border color is #29471D.


Opacity

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

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

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

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

This text has shadow with #29471D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29471D on black background.


Color preview on white background

This text has color #29471D on white background.



Black color preview on #29471D background

This text has black color on #29471D background.


White color preview on #29471D background

This text has white color on #29471D background.