COLOR #728871

HEX: #728871
RGB: (114,136,113)

Color info

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

RGB color model

#728871 color RGB value is (114,136,113).

  • red value is 114;
  • green value is 136;
  • blue value is 113.
RGB:
(114,136,113)
(45%,53%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 136 of 255 = 53%
B 113 of 255 = 44%

114
136
113

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

Portions of RGB colors in percentages

R + G + B =
114 + 136 + 113 = 363 (100%)
R 114 of 363 ~ 31.4%
G 136 of 363 ~ 37.47%
B 113 of 363 ~ 31.13%

%31.4
%37.47
%31.13

CMYK color model

#728871 color CMYK value is (16,0,17,47).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 16.91%
  • key color value is 46.67%
CMYK:
(16,0,17,47)
C16M0Y17K47 
(16%,0%,17%,47%)
(0.16/0.00/0.17/0.47)	

CMYK percentages

%16.18
%0
%16.91
%46.67

Codes

Color #728871 in popluar color models

728871
RGB114136113
HSL117°9.24%48.82%
HSB/HSV117°16.91%53.33%
CMYK16.18%0.00%16.91%
46.67%

Color #728871 in popluar number systems.

HEX728871
Decimal114136113
Binary1110010100010001110001
Octal162210161

Shades and tints

Shades of #728871

#728871
(114,136,113)
#687C67
(104,124,103)
#5E705D
(94,112,93)
#546453
(84,100,83)
#4A5849
(74,88,73)
#404C3F
(64,76,63)
#364035
(54,64,53)
#2C342B
(44,52,43)
#222821
(34,40,33)
#181C17
(24,28,23)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #728871

#728871
(114,136,113)
#7E927D
(126,146,125)
#8A9C89
(138,156,137)
#96A695
(150,166,149)
#A2B0A1
(162,176,161)
#AEBAAD
(174,186,173)
#BAC4B9
(186,196,185)
#C6CEC5
(198,206,197)
#D2D8D1
(210,216,209)
#DEE2DD
(222,226,221)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728871 color. Also use rgb(114,136,113) instead hex code.

Text Font Color

.myTextColor { color: #728871; }

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

This text font color is #728871.


Background Color

.myBgColor { background-color: #728871; }

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

This div background color is #728871.


Border color

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

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

This div border color is #728871.


Opacity

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

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

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

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

This text has shadow with #728871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728871 on black background.


Color preview on white background

This text has color #728871 on white background.



Black color preview on #728871 background

This text has black color on #728871 background.


White color preview on #728871 background

This text has white color on #728871 background.