COLOR #29490F

HEX: #29490F
RGB: (41,73,15)

Color info

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

RGB color model

#29490F color RGB value is (41,73,15).

  • red value is 41;
  • green value is 73;
  • blue value is 15.
RGB:
(41,73,15)
(16%,29%,6%)

RGB channels and saturation

R 41 of 255 = 16%
G 73 of 255 = 29%
B 15 of 255 = 6%

41
73
15

R + G + B ~ 17%. #29490F is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 73 + 15 = 129 (100%)
R 41 of 129 ~ 31.78%
G 73 of 129 ~ 56.59%
B 15 of 129 ~ 11.63%

%31.78
%56.59
%11.63

CMYK color model

#29490F color CMYK value is (44,0,79,71).

  • cyan value is 43.84%
  • magenta value is 0.00%
  • yellow value is 79.45%
  • key color value is 71.37%
CMYK:
(44,0,79,71)
C44M0Y79K71 
(44%,0%,79%,71%)
(0.44/0.00/0.79/0.71)	

CMYK percentages

%43.84
%0
%79.45
%71.37

Codes

Color #29490F in popluar color models

29490F
RGB417315
HSL93°65.91%17.25%
HSB/HSV93°79.45%28.63%
CMYK43.84%0.00%79.45%
71.37%

Color #29490F in popluar number systems.

HEX29490F
Decimal417315
Binary10100110010011111
Octal5111117

Shades and tints

Shades of #29490F

#29490F
(41,73,15)
#26430E
(38,67,14)
#233D0D
(35,61,13)
#20370C
(32,55,12)
#1D310B
(29,49,11)
#1A2B0A
(26,43,10)
#172509
(23,37,9)
#141F08
(20,31,8)
#111907
(17,25,7)
#0E1306
(14,19,6)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #29490F

#29490F
(41,73,15)
#3C5924
(60,89,36)
#4F6939
(79,105,57)
#62794E
(98,121,78)
#758963
(117,137,99)
#889978
(136,153,120)
#9BA98D
(155,169,141)
#AEB9A2
(174,185,162)
#C1C9B7
(193,201,183)
#D4D9CC
(212,217,204)
#E7E9E1
(231,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29490F color. Also use rgb(41,73,15) instead hex code.

Text Font Color

.myTextColor { color: #29490F; }

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

This text font color is #29490F.


Background Color

.myBgColor { background-color: #29490F; }

<div style="background-color:#29490F">Inner text</div>

This div background color is #29490F.


Border color

.myBorderColor { border: 1px solid #29490F; }

<div style="border:3px solid #29490F">Div</div>

This div border color is #29490F.


Opacity

.myOpacity80 { color: #29490F; opacity: 0.8; }

<p style="color:#29490F;opacity:0.8;">80%</p>

Text with #29490F 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 #29490F;}

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

This text has shadow with #29490F color.

.textShadow {text-shadow: 3px 3px 1px #29490F, 3px 3px 1px red;}

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

This text has shadow with #29490F primary color and red secondary color.


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

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

This text has shadow with #29490F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29490F on black background.


Color preview on white background

This text has color #29490F on white background.



Black color preview on #29490F background

This text has black color on #29490F background.


White color preview on #29490F background

This text has white color on #29490F background.