COLOR #729458

HEX: #729458
RGB: (114,148,88)

Color info

#729458 contains mainly red and green colors. Web safe color of #729458 is #669966 (or #696).

RGB color model

#729458 color RGB value is (114,148,88).

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

RGB channels and saturation

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

114
148
88

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

Portions of RGB colors in percentages

R + G + B =
114 + 148 + 88 = 350 (100%)
R 114 of 350 ~ 32.57%
G 148 of 350 ~ 42.29%
B 88 of 350 ~ 25.14%

%32.57
%42.29
%25.14

CMYK color model

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

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

CMYK percentages

%22.97
%0
%40.54
%41.96

Codes

Color #729458 in popluar color models

729458
RGB11414888
HSL94°25.42%46.27%
HSB/HSV94°40.54%58.04%
CMYK22.97%0.00%40.54%
41.96%

Color #729458 in popluar number systems.

HEX729458
Decimal11414888
Binary1110010100101001011000
Octal162224130

Shades and tints

Shades of #729458

#729458
(114,148,88)
#688750
(104,135,80)
#5E7A48
(94,122,72)
#546D40
(84,109,64)
#4A6038
(74,96,56)
#405330
(64,83,48)
#364628
(54,70,40)
#2C3920
(44,57,32)
#222C18
(34,44,24)
#181F10
(24,31,16)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #729458

#729458
(114,148,88)
#7E9D67
(126,157,103)
#8AA676
(138,166,118)
#96AF85
(150,175,133)
#A2B894
(162,184,148)
#AEC1A3
(174,193,163)
#BACAB2
(186,202,178)
#C6D3C1
(198,211,193)
#D2DCD0
(210,220,208)
#DEE5DF
(222,229,223)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729458; }

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

This text font color is #729458.


Background Color

.myBgColor { background-color: #729458; }

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

This div background color is #729458.


Border color

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

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

This div border color is #729458.


Opacity

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

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

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

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

This text has shadow with #729458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729458 on black background.


Color preview on white background

This text has color #729458 on white background.



Black color preview on #729458 background

This text has black color on #729458 background.


White color preview on #729458 background

This text has white color on #729458 background.