COLOR #29470C

HEX: #29470C
RGB: (41,71,12)

Color info

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

RGB color model

#29470C color RGB value is (41,71,12).

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

RGB channels and saturation

R 41 of 255 = 16%
G 71 of 255 = 28%
B 12 of 255 = 5%

41
71
12

R + G + B ~ 16%. #29470C is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 71 + 12 = 124 (100%)
R 41 of 124 ~ 33.06%
G 71 of 124 ~ 57.26%
B 12 of 124 ~ 9.68%

%33.06
%57.26
%9.68

CMYK color model

#29470C color CMYK value is (42,0,83,72).

  • cyan value is 42.25%
  • magenta value is 0.00%
  • yellow value is 83.10%
  • key color value is 72.16%
CMYK:
(42,0,83,72)
C42M0Y83K72 
(42%,0%,83%,72%)
(0.42/0.00/0.83/0.72)	

CMYK percentages

%42.25
%0
%83.1
%72.16

Codes

Color #29470C in popluar color models

29470C
RGB417112
HSL91°71.08%16.27%
HSB/HSV91°83.10%27.84%
CMYK42.25%0.00%83.10%
72.16%

Color #29470C in popluar number systems.

HEX29470C
Decimal417112
Binary10100110001111100
Octal5110714

Shades and tints

Shades of #29470C

#29470C
(41,71,12)
#26410B
(38,65,11)
#233B0A
(35,59,10)
#203509
(32,53,9)
#1D2F08
(29,47,8)
#1A2907
(26,41,7)
#172306
(23,35,6)
#141D05
(20,29,5)
#111704
(17,23,4)
#0E1103
(14,17,3)
#0B0B02
(11,11,2)
#000000
(0,0,0)

Tints of #29470C

#29470C
(41,71,12)
#3C5722
(60,87,34)
#4F6738
(79,103,56)
#62774E
(98,119,78)
#758764
(117,135,100)
#88977A
(136,151,122)
#9BA790
(155,167,144)
#AEB7A6
(174,183,166)
#C1C7BC
(193,199,188)
#D4D7D2
(212,215,210)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29470C color. Also use rgb(41,71,12) instead hex code.

Text Font Color

.myTextColor { color: #29470C; }

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

This text font color is #29470C.


Background Color

.myBgColor { background-color: #29470C; }

<div style="background-color:#29470C">Inner text</div>

This div background color is #29470C.


Border color

.myBorderColor { border: 1px solid #29470C; }

<div style="border:3px solid #29470C">Div</div>

This div border color is #29470C.


Opacity

.myOpacity80 { color: #29470C; opacity: 0.8; }

<p style="color:#29470C;opacity:0.8;">80%</p>

Text with #29470C 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 #29470C;}

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

This text has shadow with #29470C color.

.textShadow {text-shadow: 3px 3px 1px #29470C, 3px 3px 1px red;}

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

This text has shadow with #29470C primary color and red secondary color.


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

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

This text has shadow with #29470C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29470C on black background.


Color preview on white background

This text has color #29470C on white background.



Black color preview on #29470C background

This text has black color on #29470C background.


White color preview on #29470C background

This text has white color on #29470C background.