COLOR #29531F

HEX: #29531F
RGB: (41,83,31)

Color info

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

RGB color model

#29531F color RGB value is (41,83,31).

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

RGB channels and saturation

R 41 of 255 = 16%
G 83 of 255 = 33%
B 31 of 255 = 12%

41
83
31

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

Portions of RGB colors in percentages

R + G + B =
41 + 83 + 31 = 155 (100%)
R 41 of 155 ~ 26.45%
G 83 of 155 ~ 53.55%
B 31 of 155 ~ 20%

%26.45
%53.55
%20

CMYK color model

#29531F color CMYK value is (51,0,63,67).

  • cyan value is 50.60%
  • magenta value is 0.00%
  • yellow value is 62.65%
  • key color value is 67.45%
CMYK:
(51,0,63,67)
C51M0Y63K67 
(51%,0%,63%,67%)
(0.51/0.00/0.63/0.67)	

CMYK percentages

%50.6
%0
%62.65
%67.45

Codes

Color #29531F in popluar color models

29531F
RGB418331
HSL108°45.61%22.35%
HSB/HSV108°62.65%32.55%
CMYK50.60%0.00%62.65%
67.45%

Color #29531F in popluar number systems.

HEX29531F
Decimal418331
Binary101001101001111111
Octal5112337

Shades and tints

Shades of #29531F

#29531F
(41,83,31)
#264C1D
(38,76,29)
#23451B
(35,69,27)
#203E19
(32,62,25)
#1D3717
(29,55,23)
#1A3015
(26,48,21)
#172913
(23,41,19)
#142211
(20,34,17)
#111B0F
(17,27,15)
#0E140D
(14,20,13)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #29531F

#29531F
(41,83,31)
#3C6233
(60,98,51)
#4F7147
(79,113,71)
#62805B
(98,128,91)
#758F6F
(117,143,111)
#889E83
(136,158,131)
#9BAD97
(155,173,151)
#AEBCAB
(174,188,171)
#C1CBBF
(193,203,191)
#D4DAD3
(212,218,211)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29531F; }

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

This text font color is #29531F.


Background Color

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

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

This div background color is #29531F.


Border color

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

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

This div border color is #29531F.


Opacity

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

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

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

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

This text has shadow with #29531F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29531F on black background.


Color preview on white background

This text has color #29531F on white background.



Black color preview on #29531F background

This text has black color on #29531F background.


White color preview on #29531F background

This text has white color on #29531F background.