COLOR #728D6E

HEX: #728D6E
RGB: (114,141,110)

Color info

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

RGB color model

#728D6E color RGB value is (114,141,110).

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

RGB channels and saturation

R 114 of 255 = 45%
G 141 of 255 = 55%
B 110 of 255 = 43%

114
141
110

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

Portions of RGB colors in percentages

R + G + B =
114 + 141 + 110 = 365 (100%)
R 114 of 365 ~ 31.23%
G 141 of 365 ~ 38.63%
B 110 of 365 ~ 30.14%

%31.23
%38.63
%30.14

CMYK color model

#728D6E color CMYK value is (19,0,22,45).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 21.99%
  • key color value is 44.71%
CMYK:
(19,0,22,45)
C19M0Y22K45 
(19%,0%,22%,45%)
(0.19/0.00/0.22/0.45)	

CMYK percentages

%19.15
%0
%21.99
%44.71

Codes

Color #728D6E in popluar color models

728D6E
RGB114141110
HSL112°12.35%49.22%
HSB/HSV112°21.99%55.29%
CMYK19.15%0.00%21.99%
44.71%

Color #728D6E in popluar number systems.

HEX728D6E
Decimal114141110
Binary1110010100011011101110
Octal162215156

Shades and tints

Shades of #728D6E

#728D6E
(114,141,110)
#688164
(104,129,100)
#5E755A
(94,117,90)
#546950
(84,105,80)
#4A5D46
(74,93,70)
#40513C
(64,81,60)
#364532
(54,69,50)
#2C3928
(44,57,40)
#222D1E
(34,45,30)
#182114
(24,33,20)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #728D6E

#728D6E
(114,141,110)
#7E977B
(126,151,123)
#8AA188
(138,161,136)
#96AB95
(150,171,149)
#A2B5A2
(162,181,162)
#AEBFAF
(174,191,175)
#BAC9BC
(186,201,188)
#C6D3C9
(198,211,201)
#D2DDD6
(210,221,214)
#DEE7E3
(222,231,227)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728D6E; }

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

This text font color is #728D6E.


Background Color

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

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

This div background color is #728D6E.


Border color

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

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

This div border color is #728D6E.


Opacity

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

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

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

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

This text has shadow with #728D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728D6E on black background.


Color preview on white background

This text has color #728D6E on white background.



Black color preview on #728D6E background

This text has black color on #728D6E background.


White color preview on #728D6E background

This text has white color on #728D6E background.