COLOR #728446

HEX: #728446
RGB: (114,132,70)

Color info

#728446 contains mainly red and green colors. Web safe color of #728446 is #669933 (or #693).

RGB color model

#728446 color RGB value is (114,132,70).

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

RGB channels and saturation

R 114 of 255 = 45%
G 132 of 255 = 52%
B 70 of 255 = 27%

114
132
70

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

Portions of RGB colors in percentages

R + G + B =
114 + 132 + 70 = 316 (100%)
R 114 of 316 ~ 36.08%
G 132 of 316 ~ 41.77%
B 70 of 316 ~ 22.15%

%36.08
%41.77
%22.15

CMYK color model

#728446 color CMYK value is (14,0,47,48).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 46.97%
  • key color value is 48.24%
CMYK:
(14,0,47,48)
C14M0Y47K48 
(14%,0%,47%,48%)
(0.14/0.00/0.47/0.48)	

CMYK percentages

%13.64
%0
%46.97
%48.24

Codes

Color #728446 in popluar color models

728446
RGB11413270
HSL77°30.69%39.61%
HSB/HSV77°46.97%51.76%
CMYK13.64%0.00%46.97%
48.24%

Color #728446 in popluar number systems.

HEX728446
Decimal11413270
Binary1110010100001001000110
Octal162204106

Shades and tints

Shades of #728446

#728446
(114,132,70)
#687840
(104,120,64)
#5E6C3A
(94,108,58)
#546034
(84,96,52)
#4A542E
(74,84,46)
#404828
(64,72,40)
#363C22
(54,60,34)
#2C301C
(44,48,28)
#222416
(34,36,22)
#181810
(24,24,16)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #728446

#728446
(114,132,70)
#7E8F56
(126,143,86)
#8A9A66
(138,154,102)
#96A576
(150,165,118)
#A2B086
(162,176,134)
#AEBB96
(174,187,150)
#BAC6A6
(186,198,166)
#C6D1B6
(198,209,182)
#D2DCC6
(210,220,198)
#DEE7D6
(222,231,214)
#EAF2E6
(234,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728446; }

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

This text font color is #728446.


Background Color

.myBgColor { background-color: #728446; }

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

This div background color is #728446.


Border color

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

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

This div border color is #728446.


Opacity

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

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

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

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

This text has shadow with #728446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728446 on black background.


Color preview on white background

This text has color #728446 on white background.



Black color preview on #728446 background

This text has black color on #728446 background.


White color preview on #728446 background

This text has white color on #728446 background.