COLOR #729461

HEX: #729461
RGB: (114,148,97)

Color info

#729461 contains red, green and blue colors in about the same proportion. Web safe color of #729461 is #669966 (or #696).

RGB color model

#729461 color RGB value is (114,148,97).

  • red value is 114;
  • green value is 148;
  • blue value is 97.
RGB:
(114,148,97)
(45%,58%,38%)

RGB channels and saturation

R 114 of 255 = 45%
G 148 of 255 = 58%
B 97 of 255 = 38%

114
148
97

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

Portions of RGB colors in percentages

R + G + B =
114 + 148 + 97 = 359 (100%)
R 114 of 359 ~ 31.75%
G 148 of 359 ~ 41.23%
B 97 of 359 ~ 27.02%

%31.75
%41.23
%27.02

CMYK color model

#729461 color CMYK value is (23,0,34,42).

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 34.46%
  • key color value is 41.96%
CMYK:
(23,0,34,42)
C23M0Y34K42 
(23%,0%,34%,42%)
(0.23/0.00/0.34/0.42)	

CMYK percentages

%22.97
%0
%34.46
%41.96

Codes

Color #729461 in popluar color models

729461
RGB11414897
HSL100°20.82%48.04%
HSB/HSV100°34.46%58.04%
CMYK22.97%0.00%34.46%
41.96%

Color #729461 in popluar number systems.

HEX729461
Decimal11414897
Binary1110010100101001100001
Octal162224141

Shades and tints

Shades of #729461

#729461
(114,148,97)
#688759
(104,135,89)
#5E7A51
(94,122,81)
#546D49
(84,109,73)
#4A6041
(74,96,65)
#405339
(64,83,57)
#364631
(54,70,49)
#2C3929
(44,57,41)
#222C21
(34,44,33)
#181F19
(24,31,25)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #729461

#729461
(114,148,97)
#7E9D6F
(126,157,111)
#8AA67D
(138,166,125)
#96AF8B
(150,175,139)
#A2B899
(162,184,153)
#AEC1A7
(174,193,167)
#BACAB5
(186,202,181)
#C6D3C3
(198,211,195)
#D2DCD1
(210,220,209)
#DEE5DF
(222,229,223)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729461 color. Also use rgb(114,148,97) instead hex code.

Text Font Color

.myTextColor { color: #729461; }

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

This text font color is #729461.


Background Color

.myBgColor { background-color: #729461; }

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

This div background color is #729461.


Border color

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

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

This div border color is #729461.


Opacity

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

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

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

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

This text has shadow with #729461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729461 on black background.


Color preview on white background

This text has color #729461 on white background.



Black color preview on #729461 background

This text has black color on #729461 background.


White color preview on #729461 background

This text has white color on #729461 background.