COLOR #728F61

HEX: #728F61
RGB: (114,143,97)

Color info

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

RGB color model

#728F61 color RGB value is (114,143,97).

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

RGB channels and saturation

R 114 of 255 = 45%
G 143 of 255 = 56%
B 97 of 255 = 38%

114
143
97

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

Portions of RGB colors in percentages

R + G + B =
114 + 143 + 97 = 354 (100%)
R 114 of 354 ~ 32.2%
G 143 of 354 ~ 40.4%
B 97 of 354 ~ 27.4%

%32.2
%40.4
%27.4

CMYK color model

#728F61 color CMYK value is (20,0,32,44).

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 32.17%
  • key color value is 43.92%
CMYK:
(20,0,32,44)
C20M0Y32K44 
(20%,0%,32%,44%)
(0.20/0.00/0.32/0.44)	

CMYK percentages

%20.28
%0
%32.17
%43.92

Codes

Color #728F61 in popluar color models

728F61
RGB11414397
HSL98°19.17%47.06%
HSB/HSV98°32.17%56.08%
CMYK20.28%0.00%32.17%
43.92%

Color #728F61 in popluar number systems.

HEX728F61
Decimal11414397
Binary1110010100011111100001
Octal162217141

Shades and tints

Shades of #728F61

#728F61
(114,143,97)
#688259
(104,130,89)
#5E7551
(94,117,81)
#546849
(84,104,73)
#4A5B41
(74,91,65)
#404E39
(64,78,57)
#364131
(54,65,49)
#2C3429
(44,52,41)
#222721
(34,39,33)
#181A19
(24,26,25)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #728F61

#728F61
(114,143,97)
#7E996F
(126,153,111)
#8AA37D
(138,163,125)
#96AD8B
(150,173,139)
#A2B799
(162,183,153)
#AEC1A7
(174,193,167)
#BACBB5
(186,203,181)
#C6D5C3
(198,213,195)
#D2DFD1
(210,223,209)
#DEE9DF
(222,233,223)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728F61; }

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

This text font color is #728F61.


Background Color

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

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

This div background color is #728F61.


Border color

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

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

This div border color is #728F61.


Opacity

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

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

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

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

This text has shadow with #728F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728F61 on black background.


Color preview on white background

This text has color #728F61 on white background.



Black color preview on #728F61 background

This text has black color on #728F61 background.


White color preview on #728F61 background

This text has white color on #728F61 background.