COLOR #729472

HEX: #729472
RGB: (114,148,114)

Color info

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

RGB color model

#729472 color RGB value is (114,148,114).

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

RGB channels and saturation

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

114
148
114

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

Portions of RGB colors in percentages

R + G + B =
114 + 148 + 114 = 376 (100%)
R 114 of 376 ~ 30.32%
G 148 of 376 ~ 39.36%
B 114 of 376 ~ 30.32%

%30.32
%39.36
%30.32

CMYK color model

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

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

CMYK percentages

%22.97
%0
%22.97
%41.96

Codes

Color #729472 in popluar color models

729472
RGB114148114
HSL120°13.71%51.37%
HSB/HSV120°22.97%58.04%
CMYK22.97%0.00%22.97%
41.96%

Color #729472 in popluar number systems.

HEX729472
Decimal114148114
Binary1110010100101001110010
Octal162224162

Shades and tints

Shades of #729472

#729472
(114,148,114)
#688768
(104,135,104)
#5E7A5E
(94,122,94)
#546D54
(84,109,84)
#4A604A
(74,96,74)
#405340
(64,83,64)
#364636
(54,70,54)
#2C392C
(44,57,44)
#222C22
(34,44,34)
#181F18
(24,31,24)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #729472

#729472
(114,148,114)
#7E9D7E
(126,157,126)
#8AA68A
(138,166,138)
#96AF96
(150,175,150)
#A2B8A2
(162,184,162)
#AEC1AE
(174,193,174)
#BACABA
(186,202,186)
#C6D3C6
(198,211,198)
#D2DCD2
(210,220,210)
#DEE5DE
(222,229,222)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729472; }

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

This text font color is #729472.


Background Color

.myBgColor { background-color: #729472; }

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

This div background color is #729472.


Border color

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

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

This div border color is #729472.


Opacity

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

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

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

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

This text has shadow with #729472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729472 on black background.


Color preview on white background

This text has color #729472 on white background.



Black color preview on #729472 background

This text has black color on #729472 background.


White color preview on #729472 background

This text has white color on #729472 background.