COLOR #728E6F

HEX: #728E6F RGB: (114,142,111)

Color info

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

RGB color model

#728E6F color RGB value is (114,142,111).

RGB: (114,142,111) (45%, 56%, 44%)

RGB channels and saturation

R 114 of 255 = 45%
G 142 of 255 = 56%
B 111 of 255 = 44%

114
142
111

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

Portions of RGB colors in percentages

R + G + B = 114 + 142 + 111 = 367 (100%)
R 114 of 367 ~ 31.06%
G 142 of 367 ~ 38.69%
B 111 of 367 ~ 30.25'%

%31.06
%38.69
%30.25

CMYK color model

#728E6F color CMYK value is (20,0,22,44).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 44.31%

CMYK: (20,0,22,44)
C20M0Y22K44 (20%, 0%, 22%, 44%)
(0.20 / 0.00 / 0.22 / 0.44)

CMYK percentages

%19.72
%0
%21.83
%44.31

Codes

Color #728E6F in popluar color models

72 8E 6F
RGB 114 142 111
HSL 114° 12.25% 49.61%
HSB/HSV 114° 21.83% 55.69%
CMYK 19.72% 0.00% 21.83%
44.31%

Color #728E6F in popluar number systems.

HEX 72 8E 6F
Decimal 114 142 111
Binary 1110010 10001110 1101111
Octal 162 216 157

Shades and tints

Shades of #728E6F

#728E6F
(114,142,111)
#688265
(104,130,101)
#5E765B
(94,118,91)
#546A51
(84,106,81)
#4A5E47
(74,94,71)
#40523D
(64,82,61)
#364633
(54,70,51)
#2C3A29
(44,58,41)
#222E1F
(34,46,31)
#182215
(24,34,21)
#0E160B
(14,22,11)
#000000
(0,0,0)

Tints of #728E6F

#728E6F
(114,142,111)
#7E987C
(126,152,124)
#8AA289
(138,162,137)
#96AC96
(150,172,150)
#A2B6A3
(162,182,163)
#AEC0B0
(174,192,176)
#BACABD
(186,202,189)
#C6D4CA
(198,212,202)
#D2DED7
(210,222,215)
#DEE8E4
(222,232,228)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728E6F color. Also use rgb(114,142,111) instead hex code.

Text Font Color

.myTextColor { color: #728E6F; }

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

This text font color is #728E6F.

Background Color

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

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

This div background color is #728E6F.

Border color

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

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

This div border color is #728E6F.

Opacity

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

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

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

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

This text has shadow with #728E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #728E6F.

Preview

Color preview on black background

This text has color #728E6F on black background.


Color preview on white background

This text has color #728E6F on white background.


Black color preview on #728E6F background

This text has black color on #728E6F background.


White color preview on #728E6F background

This text has white color on #728E6F background.


Related colors

Complementary color

Complementary color for #hex is #8D7190.


I love getcolorcode.com

Triadic colors

1 #6F728E and #8E6F72 with #728E6F are triadic colors.

2 #6F8E72 and #8E726F with #728E6F are triadic colors.