COLOR #29692E

HEX: #29692E
RGB: (41,105,46)

Color info

#29692E contains mainly green and blue colors. Web safe color of #29692E is #336633 (or #363).

RGB color model

#29692E color RGB value is (41,105,46).

  • red value is 41;
  • green value is 105;
  • blue value is 46.
RGB:
(41,105,46)
(16%,41%,18%)

RGB channels and saturation

R 41 of 255 = 16%
G 105 of 255 = 41%
B 46 of 255 = 18%

41
105
46

R + G + B ~ 25%. #29692E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 105 + 46 = 192 (100%)
R 41 of 192 ~ 21.35%
G 105 of 192 ~ 54.69%
B 46 of 192 ~ 23.96%

%21.35
%54.69
%23.96

CMYK color model

#29692E color CMYK value is (61,0,56,59).

  • cyan value is 60.95%
  • magenta value is 0.00%
  • yellow value is 56.19%
  • key color value is 58.82%
CMYK:
(61,0,56,59)
C61M0Y56K59 
(61%,0%,56%,59%)
(0.61/0.00/0.56/0.59)	

CMYK percentages

%60.95
%0
%56.19
%58.82

Codes

Color #29692E in popluar color models

29692E
RGB4110546
HSL125°43.84%28.63%
HSB/HSV125°60.95%41.18%
CMYK60.95%0.00%56.19%
58.82%

Color #29692E in popluar number systems.

HEX29692E
Decimal4110546
Binary1010011101001101110
Octal5115156

Shades and tints

Shades of #29692E

#29692E
(41,105,46)
#26602A
(38,96,42)
#235726
(35,87,38)
#204E22
(32,78,34)
#1D451E
(29,69,30)
#1A3C1A
(26,60,26)
#173316
(23,51,22)
#142A12
(20,42,18)
#11210E
(17,33,14)
#0E180A
(14,24,10)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #29692E

#29692E
(41,105,46)
#3C7641
(60,118,65)
#4F8354
(79,131,84)
#629067
(98,144,103)
#759D7A
(117,157,122)
#88AA8D
(136,170,141)
#9BB7A0
(155,183,160)
#AEC4B3
(174,196,179)
#C1D1C6
(193,209,198)
#D4DED9
(212,222,217)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29692E color. Also use rgb(41,105,46) instead hex code.

Text Font Color

.myTextColor { color: #29692E; }

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

This text font color is #29692E.


Background Color

.myBgColor { background-color: #29692E; }

<div style="background-color:#29692E">Inner text</div>

This div background color is #29692E.


Border color

.myBorderColor { border: 1px solid #29692E; }

<div style="border:3px solid #29692E">Div</div>

This div border color is #29692E.


Opacity

.myOpacity80 { color: #29692E; opacity: 0.8; }

<p style="color:#29692E;opacity:0.8;">80%</p>

Text with #29692E 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 #29692E;}

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

This text has shadow with #29692E color.

.textShadow {text-shadow: 3px 3px 1px #29692E, 3px 3px 1px red;}

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

This text has shadow with #29692E primary color and red secondary color.


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

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

This text has shadow with #29692E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29692E on black background.


Color preview on white background

This text has color #29692E on white background.



Black color preview on #29692E background

This text has black color on #29692E background.


White color preview on #29692E background

This text has white color on #29692E background.