COLOR #728060

HEX: #728060
RGB: (114,128,96)

Color info

#728060 contains red, green and blue colors in about the same proportion. Web safe color of #728060 is #666666 (or #666).

RGB color model

#728060 color RGB value is (114,128,96).

  • red value is 114;
  • green value is 128;
  • blue value is 96.
RGB:
(114,128,96)
(45%,50%,38%)

RGB channels and saturation

R 114 of 255 = 45%
G 128 of 255 = 50%
B 96 of 255 = 38%

114
128
96

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

Portions of RGB colors in percentages

R + G + B =
114 + 128 + 96 = 338 (100%)
R 114 of 338 ~ 33.73%
G 128 of 338 ~ 37.87%
B 96 of 338 ~ 28.4%

%33.73
%37.87
%28.4

CMYK color model

#728060 color CMYK value is (11,0,25,50).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 49.80%
CMYK:
(11,0,25,50)
C11M0Y25K50 
(11%,0%,25%,50%)
(0.11/0.00/0.25/0.50)	

CMYK percentages

%10.94
%0
%25
%49.8

Codes

Color #728060 in popluar color models

728060
RGB11412896
HSL86°14.29%43.92%
HSB/HSV86°25.00%50.20%
CMYK10.94%0.00%25.00%
49.80%

Color #728060 in popluar number systems.

HEX728060
Decimal11412896
Binary1110010100000001100000
Octal162200140

Shades and tints

Shades of #728060

#728060
(114,128,96)
#687558
(104,117,88)
#5E6A50
(94,106,80)
#545F48
(84,95,72)
#4A5440
(74,84,64)
#404938
(64,73,56)
#363E30
(54,62,48)
#2C3328
(44,51,40)
#222820
(34,40,32)
#181D18
(24,29,24)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #728060

#728060
(114,128,96)
#7E8B6E
(126,139,110)
#8A967C
(138,150,124)
#96A18A
(150,161,138)
#A2AC98
(162,172,152)
#AEB7A6
(174,183,166)
#BAC2B4
(186,194,180)
#C6CDC2
(198,205,194)
#D2D8D0
(210,216,208)
#DEE3DE
(222,227,222)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728060 color. Also use rgb(114,128,96) instead hex code.

Text Font Color

.myTextColor { color: #728060; }

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

This text font color is #728060.


Background Color

.myBgColor { background-color: #728060; }

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

This div background color is #728060.


Border color

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

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

This div border color is #728060.


Opacity

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

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

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

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

This text has shadow with #728060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728060 on black background.


Color preview on white background

This text has color #728060 on white background.



Black color preview on #728060 background

This text has black color on #728060 background.


White color preview on #728060 background

This text has white color on #728060 background.