COLOR #728A50

HEX: #728A50
RGB: (114,138,80)

Color info

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

RGB color model

#728A50 color RGB value is (114,138,80).

  • red value is 114;
  • green value is 138;
  • blue value is 80.
RGB:
(114,138,80)
(45%,54%,31%)

RGB channels and saturation

R 114 of 255 = 45%
G 138 of 255 = 54%
B 80 of 255 = 31%

114
138
80

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

Portions of RGB colors in percentages

R + G + B =
114 + 138 + 80 = 332 (100%)
R 114 of 332 ~ 34.34%
G 138 of 332 ~ 41.57%
B 80 of 332 ~ 24.1%

%34.34
%41.57
%24.1

CMYK color model

#728A50 color CMYK value is (17,0,42,46).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 42.03%
  • key color value is 45.88%
CMYK:
(17,0,42,46)
C17M0Y42K46 
(17%,0%,42%,46%)
(0.17/0.00/0.42/0.46)	

CMYK percentages

%17.39
%0
%42.03
%45.88

Codes

Color #728A50 in popluar color models

728A50
RGB11413880
HSL85°26.61%42.75%
HSB/HSV85°42.03%54.12%
CMYK17.39%0.00%42.03%
45.88%

Color #728A50 in popluar number systems.

HEX728A50
Decimal11413880
Binary1110010100010101010000
Octal162212120

Shades and tints

Shades of #728A50

#728A50
(114,138,80)
#687E49
(104,126,73)
#5E7242
(94,114,66)
#54663B
(84,102,59)
#4A5A34
(74,90,52)
#404E2D
(64,78,45)
#364226
(54,66,38)
#2C361F
(44,54,31)
#222A18
(34,42,24)
#181E11
(24,30,17)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #728A50

#728A50
(114,138,80)
#7E945F
(126,148,95)
#8A9E6E
(138,158,110)
#96A87D
(150,168,125)
#A2B28C
(162,178,140)
#AEBC9B
(174,188,155)
#BAC6AA
(186,198,170)
#C6D0B9
(198,208,185)
#D2DAC8
(210,218,200)
#DEE4D7
(222,228,215)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728A50 color. Also use rgb(114,138,80) instead hex code.

Text Font Color

.myTextColor { color: #728A50; }

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

This text font color is #728A50.


Background Color

.myBgColor { background-color: #728A50; }

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

This div background color is #728A50.


Border color

.myBorderColor { border: 1px solid #728A50; }

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

This div border color is #728A50.


Opacity

.myOpacity80 { color: #728A50; opacity: 0.8; }

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

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

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

This text has shadow with #728A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728A50 on black background.


Color preview on white background

This text has color #728A50 on white background.



Black color preview on #728A50 background

This text has black color on #728A50 background.


White color preview on #728A50 background

This text has white color on #728A50 background.