COLOR #728D70

HEX: #728D70
RGB: (114,141,112)

Color info

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

RGB color model

#728D70 color RGB value is (114,141,112).

  • red value is 114;
  • green value is 141;
  • blue value is 112.
RGB:
(114,141,112)
(45%,55%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 141 of 255 = 55%
B 112 of 255 = 44%

114
141
112

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

Portions of RGB colors in percentages

R + G + B =
114 + 141 + 112 = 367 (100%)
R 114 of 367 ~ 31.06%
G 141 of 367 ~ 38.42%
B 112 of 367 ~ 30.52%

%31.06
%38.42
%30.52

CMYK color model

#728D70 color CMYK value is (19,0,21,45).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 20.57%
  • key color value is 44.71%
CMYK:
(19,0,21,45)
C19M0Y21K45 
(19%,0%,21%,45%)
(0.19/0.00/0.21/0.45)	

CMYK percentages

%19.15
%0
%20.57
%44.71

Codes

Color #728D70 in popluar color models

728D70
RGB114141112
HSL116°11.46%49.61%
HSB/HSV116°20.57%55.29%
CMYK19.15%0.00%20.57%
44.71%

Color #728D70 in popluar number systems.

HEX728D70
Decimal114141112
Binary1110010100011011110000
Octal162215160

Shades and tints

Shades of #728D70

#728D70
(114,141,112)
#688166
(104,129,102)
#5E755C
(94,117,92)
#546952
(84,105,82)
#4A5D48
(74,93,72)
#40513E
(64,81,62)
#364534
(54,69,52)
#2C392A
(44,57,42)
#222D20
(34,45,32)
#182116
(24,33,22)
#0E150C
(14,21,12)
#000000
(0,0,0)

Tints of #728D70

#728D70
(114,141,112)
#7E977D
(126,151,125)
#8AA18A
(138,161,138)
#96AB97
(150,171,151)
#A2B5A4
(162,181,164)
#AEBFB1
(174,191,177)
#BAC9BE
(186,201,190)
#C6D3CB
(198,211,203)
#D2DDD8
(210,221,216)
#DEE7E5
(222,231,229)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728D70 color. Also use rgb(114,141,112) instead hex code.

Text Font Color

.myTextColor { color: #728D70; }

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

This text font color is #728D70.


Background Color

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

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

This div background color is #728D70.


Border color

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

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

This div border color is #728D70.


Opacity

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

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

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

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

This text has shadow with #728D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728D70 on black background.


Color preview on white background

This text has color #728D70 on white background.



Black color preview on #728D70 background

This text has black color on #728D70 background.


White color preview on #728D70 background

This text has white color on #728D70 background.