COLOR #728659

HEX: #728659
RGB: (114,134,89)

Color info

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

RGB color model

#728659 color RGB value is (114,134,89).

  • red value is 114;
  • green value is 134;
  • blue value is 89.
RGB:
(114,134,89)
(45%,53%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 134 of 255 = 53%
B 89 of 255 = 35%

114
134
89

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

Portions of RGB colors in percentages

R + G + B =
114 + 134 + 89 = 337 (100%)
R 114 of 337 ~ 33.83%
G 134 of 337 ~ 39.76%
B 89 of 337 ~ 26.41%

%33.83
%39.76
%26.41

CMYK color model

#728659 color CMYK value is (15,0,34,47).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 33.58%
  • key color value is 47.45%
CMYK:
(15,0,34,47)
C15M0Y34K47 
(15%,0%,34%,47%)
(0.15/0.00/0.34/0.47)	

CMYK percentages

%14.93
%0
%33.58
%47.45

Codes

Color #728659 in popluar color models

728659
RGB11413489
HSL87°20.18%43.73%
HSB/HSV87°33.58%52.55%
CMYK14.93%0.00%33.58%
47.45%

Color #728659 in popluar number systems.

HEX728659
Decimal11413489
Binary1110010100001101011001
Octal162206131

Shades and tints

Shades of #728659

#728659
(114,134,89)
#687A51
(104,122,81)
#5E6E49
(94,110,73)
#546241
(84,98,65)
#4A5639
(74,86,57)
#404A31
(64,74,49)
#363E29
(54,62,41)
#2C3221
(44,50,33)
#222619
(34,38,25)
#181A11
(24,26,17)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #728659

#728659
(114,134,89)
#7E9168
(126,145,104)
#8A9C77
(138,156,119)
#96A786
(150,167,134)
#A2B295
(162,178,149)
#AEBDA4
(174,189,164)
#BAC8B3
(186,200,179)
#C6D3C2
(198,211,194)
#D2DED1
(210,222,209)
#DEE9E0
(222,233,224)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728659; }

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

This text font color is #728659.


Background Color

.myBgColor { background-color: #728659; }

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

This div background color is #728659.


Border color

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

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

This div border color is #728659.


Opacity

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

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

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

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

This text has shadow with #728659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728659 on black background.


Color preview on white background

This text has color #728659 on white background.



Black color preview on #728659 background

This text has black color on #728659 background.


White color preview on #728659 background

This text has white color on #728659 background.