COLOR #728555

HEX: #728555
RGB: (114,133,85)

Color info

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

RGB color model

#728555 color RGB value is (114,133,85).

  • red value is 114;
  • green value is 133;
  • blue value is 85.
RGB:
(114,133,85)
(45%,52%,33%)

RGB channels and saturation

R 114 of 255 = 45%
G 133 of 255 = 52%
B 85 of 255 = 33%

114
133
85

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

Portions of RGB colors in percentages

R + G + B =
114 + 133 + 85 = 332 (100%)
R 114 of 332 ~ 34.34%
G 133 of 332 ~ 40.06%
B 85 of 332 ~ 25.6%

%34.34
%40.06
%25.6

CMYK color model

#728555 color CMYK value is (14,0,36,48).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 36.09%
  • key color value is 47.84%
CMYK:
(14,0,36,48)
C14M0Y36K48 
(14%,0%,36%,48%)
(0.14/0.00/0.36/0.48)	

CMYK percentages

%14.29
%0
%36.09
%47.84

Codes

Color #728555 in popluar color models

728555
RGB11413385
HSL84°22.02%42.75%
HSB/HSV84°36.09%52.16%
CMYK14.29%0.00%36.09%
47.84%

Color #728555 in popluar number systems.

HEX728555
Decimal11413385
Binary1110010100001011010101
Octal162205125

Shades and tints

Shades of #728555

#728555
(114,133,85)
#68794E
(104,121,78)
#5E6D47
(94,109,71)
#546140
(84,97,64)
#4A5539
(74,85,57)
#404932
(64,73,50)
#363D2B
(54,61,43)
#2C3124
(44,49,36)
#22251D
(34,37,29)
#181916
(24,25,22)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #728555

#728555
(114,133,85)
#7E9064
(126,144,100)
#8A9B73
(138,155,115)
#96A682
(150,166,130)
#A2B191
(162,177,145)
#AEBCA0
(174,188,160)
#BAC7AF
(186,199,175)
#C6D2BE
(198,210,190)
#D2DDCD
(210,221,205)
#DEE8DC
(222,232,220)
#EAF3EB
(234,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728555 color. Also use rgb(114,133,85) instead hex code.

Text Font Color

.myTextColor { color: #728555; }

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

This text font color is #728555.


Background Color

.myBgColor { background-color: #728555; }

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

This div background color is #728555.


Border color

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

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

This div border color is #728555.


Opacity

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

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

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

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

This text has shadow with #728555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728555 on black background.


Color preview on white background

This text has color #728555 on white background.



Black color preview on #728555 background

This text has black color on #728555 background.


White color preview on #728555 background

This text has white color on #728555 background.