COLOR #729047

HEX: #729047
RGB: (114,144,71)

Color info

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

RGB color model

#729047 color RGB value is (114,144,71).

  • red value is 114;
  • green value is 144;
  • blue value is 71.
RGB:
(114,144,71)
(45%,56%,28%)

RGB channels and saturation

R 114 of 255 = 45%
G 144 of 255 = 56%
B 71 of 255 = 28%

114
144
71

R + G + B ~ 43%. #729047 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 144 + 71 = 329 (100%)
R 114 of 329 ~ 34.65%
G 144 of 329 ~ 43.77%
B 71 of 329 ~ 21.58%

%34.65
%43.77
%21.58

CMYK color model

#729047 color CMYK value is (21,0,51,44).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 50.69%
  • key color value is 43.53%
CMYK:
(21,0,51,44)
C21M0Y51K44 
(21%,0%,51%,44%)
(0.21/0.00/0.51/0.44)	

CMYK percentages

%20.83
%0
%50.69
%43.53

Codes

Color #729047 in popluar color models

729047
RGB11414471
HSL85°33.95%42.16%
HSB/HSV85°50.69%56.47%
CMYK20.83%0.00%50.69%
43.53%

Color #729047 in popluar number systems.

HEX729047
Decimal11414471
Binary1110010100100001000111
Octal162220107

Shades and tints

Shades of #729047

#729047
(114,144,71)
#688341
(104,131,65)
#5E763B
(94,118,59)
#546935
(84,105,53)
#4A5C2F
(74,92,47)
#404F29
(64,79,41)
#364223
(54,66,35)
#2C351D
(44,53,29)
#222817
(34,40,23)
#181B11
(24,27,17)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #729047

#729047
(114,144,71)
#7E9A57
(126,154,87)
#8AA467
(138,164,103)
#96AE77
(150,174,119)
#A2B887
(162,184,135)
#AEC297
(174,194,151)
#BACCA7
(186,204,167)
#C6D6B7
(198,214,183)
#D2E0C7
(210,224,199)
#DEEAD7
(222,234,215)
#EAF4E7
(234,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729047 color. Also use rgb(114,144,71) instead hex code.

Text Font Color

.myTextColor { color: #729047; }

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

This text font color is #729047.


Background Color

.myBgColor { background-color: #729047; }

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

This div background color is #729047.


Border color

.myBorderColor { border: 1px solid #729047; }

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

This div border color is #729047.


Opacity

.myOpacity80 { color: #729047; opacity: 0.8; }

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

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

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

This text has shadow with #729047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729047 on black background.


Color preview on white background

This text has color #729047 on white background.



Black color preview on #729047 background

This text has black color on #729047 background.


White color preview on #729047 background

This text has white color on #729047 background.