COLOR #29631D

HEX: #29631D
RGB: (41,99,29)

Color info

#29631D contains mainly red and green colors. Web safe color of #29631D is #336633 (or #363).

RGB color model

#29631D color RGB value is (41,99,29).

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

RGB channels and saturation

R 41 of 255 = 16%
G 99 of 255 = 39%
B 29 of 255 = 11%

41
99
29

R + G + B ~ 22%. #29631D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 99 + 29 = 169 (100%)
R 41 of 169 ~ 24.26%
G 99 of 169 ~ 58.58%
B 29 of 169 ~ 17.16%

%24.26
%58.58
%17.16

CMYK color model

#29631D color CMYK value is (59,0,71,61).

  • cyan value is 58.59%
  • magenta value is 0.00%
  • yellow value is 70.71%
  • key color value is 61.18%
CMYK:
(59,0,71,61)
C59M0Y71K61 
(59%,0%,71%,61%)
(0.59/0.00/0.71/0.61)	

CMYK percentages

%58.59
%0
%70.71
%61.18

Codes

Color #29631D in popluar color models

29631D
RGB419929
HSL110°54.69%25.10%
HSB/HSV110°70.71%38.82%
CMYK58.59%0.00%70.71%
61.18%

Color #29631D in popluar number systems.

HEX29631D
Decimal419929
Binary101001110001111101
Octal5114335

Shades and tints

Shades of #29631D

#29631D
(41,99,29)
#265A1B
(38,90,27)
#235119
(35,81,25)
#204817
(32,72,23)
#1D3F15
(29,63,21)
#1A3613
(26,54,19)
#172D11
(23,45,17)
#14240F
(20,36,15)
#111B0D
(17,27,13)
#0E120B
(14,18,11)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #29631D

#29631D
(41,99,29)
#3C7131
(60,113,49)
#4F7F45
(79,127,69)
#628D59
(98,141,89)
#759B6D
(117,155,109)
#88A981
(136,169,129)
#9BB795
(155,183,149)
#AEC5A9
(174,197,169)
#C1D3BD
(193,211,189)
#D4E1D1
(212,225,209)
#E7EFE5
(231,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29631D; }

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

This text font color is #29631D.


Background Color

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

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

This div background color is #29631D.


Border color

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

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

This div border color is #29631D.


Opacity

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

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

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

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

This text has shadow with #29631D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29631D on black background.


Color preview on white background

This text has color #29631D on white background.



Black color preview on #29631D background

This text has black color on #29631D background.


White color preview on #29631D background

This text has white color on #29631D background.