COLOR #728F71

HEX: #728F71
RGB: (114,143,113)

Color info

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

RGB color model

#728F71 color RGB value is (114,143,113).

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

RGB channels and saturation

R 114 of 255 = 45%
G 143 of 255 = 56%
B 113 of 255 = 44%

114
143
113

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

Portions of RGB colors in percentages

R + G + B =
114 + 143 + 113 = 370 (100%)
R 114 of 370 ~ 30.81%
G 143 of 370 ~ 38.65%
B 113 of 370 ~ 30.54%

%30.81
%38.65
%30.54

CMYK color model

#728F71 color CMYK value is (20,0,21,44).

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 20.98%
  • key color value is 43.92%
CMYK:
(20,0,21,44)
C20M0Y21K44 
(20%,0%,21%,44%)
(0.20/0.00/0.21/0.44)	

CMYK percentages

%20.28
%0
%20.98
%43.92

Codes

Color #728F71 in popluar color models

728F71
RGB114143113
HSL118°11.81%50.20%
HSB/HSV118°20.98%56.08%
CMYK20.28%0.00%20.98%
43.92%

Color #728F71 in popluar number systems.

HEX728F71
Decimal114143113
Binary1110010100011111110001
Octal162217161

Shades and tints

Shades of #728F71

#728F71
(114,143,113)
#688267
(104,130,103)
#5E755D
(94,117,93)
#546853
(84,104,83)
#4A5B49
(74,91,73)
#404E3F
(64,78,63)
#364135
(54,65,53)
#2C342B
(44,52,43)
#222721
(34,39,33)
#181A17
(24,26,23)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #728F71

#728F71
(114,143,113)
#7E997D
(126,153,125)
#8AA389
(138,163,137)
#96AD95
(150,173,149)
#A2B7A1
(162,183,161)
#AEC1AD
(174,193,173)
#BACBB9
(186,203,185)
#C6D5C5
(198,213,197)
#D2DFD1
(210,223,209)
#DEE9DD
(222,233,221)
#EAF3E9
(234,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728F71; }

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

This text font color is #728F71.


Background Color

.myBgColor { background-color: #728F71; }

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

This div background color is #728F71.


Border color

.myBorderColor { border: 1px solid #728F71; }

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

This div border color is #728F71.


Opacity

.myOpacity80 { color: #728F71; opacity: 0.8; }

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

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

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

This text has shadow with #728F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728F71 on black background.


Color preview on white background

This text has color #728F71 on white background.



Black color preview on #728F71 background

This text has black color on #728F71 background.


White color preview on #728F71 background

This text has white color on #728F71 background.