COLOR #728868

HEX: #728868
RGB: (114,136,104)

Color info

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

RGB color model

#728868 color RGB value is (114,136,104).

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

RGB channels and saturation

R 114 of 255 = 45%
G 136 of 255 = 53%
B 104 of 255 = 41%

114
136
104

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

Portions of RGB colors in percentages

R + G + B =
114 + 136 + 104 = 354 (100%)
R 114 of 354 ~ 32.2%
G 136 of 354 ~ 38.42%
B 104 of 354 ~ 29.38%

%32.2
%38.42
%29.38

CMYK color model

#728868 color CMYK value is (16,0,24,47).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 46.67%
CMYK:
(16,0,24,47)
C16M0Y24K47 
(16%,0%,24%,47%)
(0.16/0.00/0.24/0.47)	

CMYK percentages

%16.18
%0
%23.53
%46.67

Codes

Color #728868 in popluar color models

728868
RGB114136104
HSL101°13.33%47.06%
HSB/HSV101°23.53%53.33%
CMYK16.18%0.00%23.53%
46.67%

Color #728868 in popluar number systems.

HEX728868
Decimal114136104
Binary1110010100010001101000
Octal162210150

Shades and tints

Shades of #728868

#728868
(114,136,104)
#687C5F
(104,124,95)
#5E7056
(94,112,86)
#54644D
(84,100,77)
#4A5844
(74,88,68)
#404C3B
(64,76,59)
#364032
(54,64,50)
#2C3429
(44,52,41)
#222820
(34,40,32)
#181C17
(24,28,23)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #728868

#728868
(114,136,104)
#7E9275
(126,146,117)
#8A9C82
(138,156,130)
#96A68F
(150,166,143)
#A2B09C
(162,176,156)
#AEBAA9
(174,186,169)
#BAC4B6
(186,196,182)
#C6CEC3
(198,206,195)
#D2D8D0
(210,216,208)
#DEE2DD
(222,226,221)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728868; }

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

This text font color is #728868.


Background Color

.myBgColor { background-color: #728868; }

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

This div background color is #728868.


Border color

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

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

This div border color is #728868.


Opacity

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

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

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

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

This text has shadow with #728868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728868 on black background.


Color preview on white background

This text has color #728868 on white background.



Black color preview on #728868 background

This text has black color on #728868 background.


White color preview on #728868 background

This text has white color on #728868 background.