COLOR #728971

HEX: #728971
RGB: (114,137,113)

Color info

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

RGB color model

#728971 color RGB value is (114,137,113).

  • red value is 114;
  • green value is 137;
  • blue value is 113.
RGB:
(114,137,113)
(45%,54%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 137 of 255 = 54%
B 113 of 255 = 44%

114
137
113

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

Portions of RGB colors in percentages

R + G + B =
114 + 137 + 113 = 364 (100%)
R 114 of 364 ~ 31.32%
G 137 of 364 ~ 37.64%
B 113 of 364 ~ 31.04%

%31.32
%37.64
%31.04

CMYK color model

#728971 color CMYK value is (17,0,18,46).

  • cyan value is 16.79%
  • magenta value is 0.00%
  • yellow value is 17.52%
  • key color value is 46.27%
CMYK:
(17,0,18,46)
C17M0Y18K46 
(17%,0%,18%,46%)
(0.17/0.00/0.18/0.46)	

CMYK percentages

%16.79
%0
%17.52
%46.27

Codes

Color #728971 in popluar color models

728971
RGB114137113
HSL118°9.60%49.02%
HSB/HSV118°17.52%53.73%
CMYK16.79%0.00%17.52%
46.27%

Color #728971 in popluar number systems.

HEX728971
Decimal114137113
Binary1110010100010011110001
Octal162211161

Shades and tints

Shades of #728971

#728971
(114,137,113)
#687D67
(104,125,103)
#5E715D
(94,113,93)
#546553
(84,101,83)
#4A5949
(74,89,73)
#404D3F
(64,77,63)
#364135
(54,65,53)
#2C352B
(44,53,43)
#222921
(34,41,33)
#181D17
(24,29,23)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #728971

#728971
(114,137,113)
#7E937D
(126,147,125)
#8A9D89
(138,157,137)
#96A795
(150,167,149)
#A2B1A1
(162,177,161)
#AEBBAD
(174,187,173)
#BAC5B9
(186,197,185)
#C6CFC5
(198,207,197)
#D2D9D1
(210,217,209)
#DEE3DD
(222,227,221)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728971; }

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

This text font color is #728971.


Background Color

.myBgColor { background-color: #728971; }

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

This div background color is #728971.


Border color

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

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

This div border color is #728971.


Opacity

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

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

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

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

This text has shadow with #728971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728971 on black background.


Color preview on white background

This text has color #728971 on white background.



Black color preview on #728971 background

This text has black color on #728971 background.


White color preview on #728971 background

This text has white color on #728971 background.