COLOR #729D49

HEX: #729D49
RGB: (114,157,73)

Color info

#729D49 contains mainly red and green colors. Web safe color of #729D49 is #669933 (or #693).

RGB color model

#729D49 color RGB value is (114,157,73).

  • red value is 114;
  • green value is 157;
  • blue value is 73.
RGB:
(114,157,73)
(45%,62%,29%)

RGB channels and saturation

R 114 of 255 = 45%
G 157 of 255 = 62%
B 73 of 255 = 29%

114
157
73

R + G + B ~ 45%. #729D49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 157 + 73 = 344 (100%)
R 114 of 344 ~ 33.14%
G 157 of 344 ~ 45.64%
B 73 of 344 ~ 21.22%

%33.14
%45.64
%21.22

CMYK color model

#729D49 color CMYK value is (27,0,54,38).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 53.50%
  • key color value is 38.43%
CMYK:
(27,0,54,38)
C27M0Y54K38 
(27%,0%,54%,38%)
(0.27/0.00/0.54/0.38)	

CMYK percentages

%27.39
%0
%53.5
%38.43

Codes

Color #729D49 in popluar color models

729D49
RGB11415773
HSL91°36.52%45.10%
HSB/HSV91°53.50%61.57%
CMYK27.39%0.00%53.50%
38.43%

Color #729D49 in popluar number systems.

HEX729D49
Decimal11415773
Binary1110010100111011001001
Octal162235111

Shades and tints

Shades of #729D49

#729D49
(114,157,73)
#688F43
(104,143,67)
#5E813D
(94,129,61)
#547337
(84,115,55)
#4A6531
(74,101,49)
#40572B
(64,87,43)
#364925
(54,73,37)
#2C3B1F
(44,59,31)
#222D19
(34,45,25)
#181F13
(24,31,19)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #729D49

#729D49
(114,157,73)
#7EA559
(126,165,89)
#8AAD69
(138,173,105)
#96B579
(150,181,121)
#A2BD89
(162,189,137)
#AEC599
(174,197,153)
#BACDA9
(186,205,169)
#C6D5B9
(198,213,185)
#D2DDC9
(210,221,201)
#DEE5D9
(222,229,217)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729D49 color. Also use rgb(114,157,73) instead hex code.

Text Font Color

.myTextColor { color: #729D49; }

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

This text font color is #729D49.


Background Color

.myBgColor { background-color: #729D49; }

<div style="background-color:#729D49">Inner text</div>

This div background color is #729D49.


Border color

.myBorderColor { border: 1px solid #729D49; }

<div style="border:3px solid #729D49">Div</div>

This div border color is #729D49.


Opacity

.myOpacity80 { color: #729D49; opacity: 0.8; }

<p style="color:#729D49;opacity:0.8;">80%</p>

Text with #729D49 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 #729D49;}

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

This text has shadow with #729D49 color.

.textShadow {text-shadow: 3px 3px 1px #729D49, 3px 3px 1px red;}

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

This text has shadow with #729D49 primary color and red secondary color.


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

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

This text has shadow with #729D49 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729D49 on black background.


Color preview on white background

This text has color #729D49 on white background.



Black color preview on #729D49 background

This text has black color on #729D49 background.


White color preview on #729D49 background

This text has white color on #729D49 background.