COLOR #29472D

HEX: #29472D
RGB: (41,71,45)

Color info

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

RGB color model

#29472D color RGB value is (41,71,45).

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

RGB channels and saturation

R 41 of 255 = 16%
G 71 of 255 = 28%
B 45 of 255 = 18%

41
71
45

R + G + B ~ 21%. #29472D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 71 + 45 = 157 (100%)
R 41 of 157 ~ 26.11%
G 71 of 157 ~ 45.22%
B 45 of 157 ~ 28.66%

%26.11
%45.22
%28.66

CMYK color model

#29472D color CMYK value is (42,0,37,72).

  • cyan value is 42.25%
  • magenta value is 0.00%
  • yellow value is 36.62%
  • key color value is 72.16%
CMYK:
(42,0,37,72)
C42M0Y37K72 
(42%,0%,37%,72%)
(0.42/0.00/0.37/0.72)	

CMYK percentages

%42.25
%0
%36.62
%72.16

Codes

Color #29472D in popluar color models

29472D
RGB417145
HSL128°26.79%21.96%
HSB/HSV128°42.25%27.84%
CMYK42.25%0.00%36.62%
72.16%

Color #29472D in popluar number systems.

HEX29472D
Decimal417145
Binary1010011000111101101
Octal5110755

Shades and tints

Shades of #29472D

#29472D
(41,71,45)
#264129
(38,65,41)
#233B25
(35,59,37)
#203521
(32,53,33)
#1D2F1D
(29,47,29)
#1A2919
(26,41,25)
#172315
(23,35,21)
#141D11
(20,29,17)
#11170D
(17,23,13)
#0E1109
(14,17,9)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #29472D

#29472D
(41,71,45)
#3C5740
(60,87,64)
#4F6753
(79,103,83)
#627766
(98,119,102)
#758779
(117,135,121)
#88978C
(136,151,140)
#9BA79F
(155,167,159)
#AEB7B2
(174,183,178)
#C1C7C5
(193,199,197)
#D4D7D8
(212,215,216)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29472D; }

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

This text font color is #29472D.


Background Color

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

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

This div background color is #29472D.


Border color

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

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

This div border color is #29472D.


Opacity

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

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

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

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

This text has shadow with #29472D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29472D on black background.


Color preview on white background

This text has color #29472D on white background.



Black color preview on #29472D background

This text has black color on #29472D background.


White color preview on #29472D background

This text has white color on #29472D background.