COLOR #728652

HEX: #728652
RGB: (114,134,82)

Color info

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

RGB color model

#728652 color RGB value is (114,134,82).

  • red value is 114;
  • green value is 134;
  • blue value is 82.
RGB:
(114,134,82)
(45%,53%,32%)

RGB channels and saturation

R 114 of 255 = 45%
G 134 of 255 = 53%
B 82 of 255 = 32%

114
134
82

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

Portions of RGB colors in percentages

R + G + B =
114 + 134 + 82 = 330 (100%)
R 114 of 330 ~ 34.55%
G 134 of 330 ~ 40.61%
B 82 of 330 ~ 24.85%

%34.55
%40.61
%24.85

CMYK color model

#728652 color CMYK value is (15,0,39,47).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 38.81%
  • key color value is 47.45%
CMYK:
(15,0,39,47)
C15M0Y39K47 
(15%,0%,39%,47%)
(0.15/0.00/0.39/0.47)	

CMYK percentages

%14.93
%0
%38.81
%47.45

Codes

Color #728652 in popluar color models

728652
RGB11413482
HSL83°24.07%42.35%
HSB/HSV83°38.81%52.55%
CMYK14.93%0.00%38.81%
47.45%

Color #728652 in popluar number systems.

HEX728652
Decimal11413482
Binary1110010100001101010010
Octal162206122

Shades and tints

Shades of #728652

#728652
(114,134,82)
#687A4B
(104,122,75)
#5E6E44
(94,110,68)
#54623D
(84,98,61)
#4A5636
(74,86,54)
#404A2F
(64,74,47)
#363E28
(54,62,40)
#2C3221
(44,50,33)
#22261A
(34,38,26)
#181A13
(24,26,19)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #728652

#728652
(114,134,82)
#7E9161
(126,145,97)
#8A9C70
(138,156,112)
#96A77F
(150,167,127)
#A2B28E
(162,178,142)
#AEBD9D
(174,189,157)
#BAC8AC
(186,200,172)
#C6D3BB
(198,211,187)
#D2DECA
(210,222,202)
#DEE9D9
(222,233,217)
#EAF4E8
(234,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728652 color. Also use rgb(114,134,82) instead hex code.

Text Font Color

.myTextColor { color: #728652; }

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

This text font color is #728652.


Background Color

.myBgColor { background-color: #728652; }

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

This div background color is #728652.


Border color

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

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

This div border color is #728652.


Opacity

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

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

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

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

This text has shadow with #728652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728652 on black background.


Color preview on white background

This text has color #728652 on white background.



Black color preview on #728652 background

This text has black color on #728652 background.


White color preview on #728652 background

This text has white color on #728652 background.