COLOR #728460

HEX: #728460
RGB: (114,132,96)

Color info

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

RGB color model

#728460 color RGB value is (114,132,96).

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

RGB channels and saturation

R 114 of 255 = 45%
G 132 of 255 = 52%
B 96 of 255 = 38%

114
132
96

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

Portions of RGB colors in percentages

R + G + B =
114 + 132 + 96 = 342 (100%)
R 114 of 342 ~ 33.33%
G 132 of 342 ~ 38.6%
B 96 of 342 ~ 28.07%

%33.33
%38.6
%28.07

CMYK color model

#728460 color CMYK value is (14,0,27,48).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 48.24%
CMYK:
(14,0,27,48)
C14M0Y27K48 
(14%,0%,27%,48%)
(0.14/0.00/0.27/0.48)	

CMYK percentages

%13.64
%0
%27.27
%48.24

Codes

Color #728460 in popluar color models

728460
RGB11413296
HSL90°15.79%44.71%
HSB/HSV90°27.27%51.76%
CMYK13.64%0.00%27.27%
48.24%

Color #728460 in popluar number systems.

HEX728460
Decimal11413296
Binary1110010100001001100000
Octal162204140

Shades and tints

Shades of #728460

#728460
(114,132,96)
#687858
(104,120,88)
#5E6C50
(94,108,80)
#546048
(84,96,72)
#4A5440
(74,84,64)
#404838
(64,72,56)
#363C30
(54,60,48)
#2C3028
(44,48,40)
#222420
(34,36,32)
#181818
(24,24,24)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #728460

#728460
(114,132,96)
#7E8F6E
(126,143,110)
#8A9A7C
(138,154,124)
#96A58A
(150,165,138)
#A2B098
(162,176,152)
#AEBBA6
(174,187,166)
#BAC6B4
(186,198,180)
#C6D1C2
(198,209,194)
#D2DCD0
(210,220,208)
#DEE7DE
(222,231,222)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728460; }

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

This text font color is #728460.


Background Color

.myBgColor { background-color: #728460; }

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

This div background color is #728460.


Border color

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

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

This div border color is #728460.


Opacity

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

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

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

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

This text has shadow with #728460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728460 on black background.


Color preview on white background

This text has color #728460 on white background.



Black color preview on #728460 background

This text has black color on #728460 background.


White color preview on #728460 background

This text has white color on #728460 background.