COLOR #29531D

HEX: #29531D
RGB: (41,83,29)

Color info

#29531D contains red, green and blue colors in about the same proportion. Web safe color of #29531D is #336633 (or #363).

RGB color model

#29531D color RGB value is (41,83,29).

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

RGB channels and saturation

R 41 of 255 = 16%
G 83 of 255 = 33%
B 29 of 255 = 11%

41
83
29

R + G + B ~ 20%. #29531D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 83 + 29 = 153 (100%)
R 41 of 153 ~ 26.8%
G 83 of 153 ~ 54.25%
B 29 of 153 ~ 18.95%

%26.8
%54.25
%18.95

CMYK color model

#29531D color CMYK value is (51,0,65,67).

  • cyan value is 50.60%
  • magenta value is 0.00%
  • yellow value is 65.06%
  • key color value is 67.45%
CMYK:
(51,0,65,67)
C51M0Y65K67 
(51%,0%,65%,67%)
(0.51/0.00/0.65/0.67)	

CMYK percentages

%50.6
%0
%65.06
%67.45

Codes

Color #29531D in popluar color models

29531D
RGB418329
HSL107°48.21%21.96%
HSB/HSV107°65.06%32.55%
CMYK50.60%0.00%65.06%
67.45%

Color #29531D in popluar number systems.

HEX29531D
Decimal418329
Binary101001101001111101
Octal5112335

Shades and tints

Shades of #29531D

#29531D
(41,83,29)
#264C1B
(38,76,27)
#234519
(35,69,25)
#203E17
(32,62,23)
#1D3715
(29,55,21)
#1A3013
(26,48,19)
#172911
(23,41,17)
#14220F
(20,34,15)
#111B0D
(17,27,13)
#0E140B
(14,20,11)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #29531D

#29531D
(41,83,29)
#3C6231
(60,98,49)
#4F7145
(79,113,69)
#628059
(98,128,89)
#758F6D
(117,143,109)
#889E81
(136,158,129)
#9BAD95
(155,173,149)
#AEBCA9
(174,188,169)
#C1CBBD
(193,203,189)
#D4DAD1
(212,218,209)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29531D; }

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

This text font color is #29531D.


Background Color

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

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

This div background color is #29531D.


Border color

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

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

This div border color is #29531D.


Opacity

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

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

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

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

This text has shadow with #29531D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29531D on black background.


Color preview on white background

This text has color #29531D on white background.



Black color preview on #29531D background

This text has black color on #29531D background.


White color preview on #29531D background

This text has white color on #29531D background.