COLOR #728E83

HEX: #728E83
RGB: (114,142,131)

Color info

#728E83 contains red, green and blue colors in about the same proportion. Web safe color of #728E83 is #669999 (or #699).

RGB color model

#728E83 color RGB value is (114,142,131).

  • red value is 114;
  • green value is 142;
  • blue value is 131.
RGB:
(114,142,131)
(45%,56%,51%)

RGB channels and saturation

R 114 of 255 = 45%
G 142 of 255 = 56%
B 131 of 255 = 51%

114
142
131

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

Portions of RGB colors in percentages

R + G + B =
114 + 142 + 131 = 387 (100%)
R 114 of 387 ~ 29.46%
G 142 of 387 ~ 36.69%
B 131 of 387 ~ 33.85%

%29.46
%36.69
%33.85

CMYK color model

#728E83 color CMYK value is (20,0,8,44).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 7.75%
  • key color value is 44.31%
CMYK:
(20,0,8,44)
C20M0Y8K44 
(20%,0%,8%,44%)
(0.20/0.00/0.08/0.44)	

CMYK percentages

%19.72
%0
%7.75
%44.31

Codes

Color #728E83 in popluar color models

728E83
RGB114142131
HSL156°11.02%50.20%
HSB/HSV156°19.72%55.69%
CMYK19.72%0.00%7.75%
44.31%

Color #728E83 in popluar number systems.

HEX728E83
Decimal114142131
Binary11100101000111010000011
Octal162216203

Shades and tints

Shades of #728E83

#728E83
(114,142,131)
#688278
(104,130,120)
#5E766D
(94,118,109)
#546A62
(84,106,98)
#4A5E57
(74,94,87)
#40524C
(64,82,76)
#364641
(54,70,65)
#2C3A36
(44,58,54)
#222E2B
(34,46,43)
#182220
(24,34,32)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #728E83

#728E83
(114,142,131)
#7E988E
(126,152,142)
#8AA299
(138,162,153)
#96ACA4
(150,172,164)
#A2B6AF
(162,182,175)
#AEC0BA
(174,192,186)
#BACAC5
(186,202,197)
#C6D4D0
(198,212,208)
#D2DEDB
(210,222,219)
#DEE8E6
(222,232,230)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728E83; }

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

This text font color is #728E83.


Background Color

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

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

This div background color is #728E83.


Border color

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

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

This div border color is #728E83.


Opacity

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

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

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

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

This text has shadow with #728E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728E83 on black background.


Color preview on white background

This text has color #728E83 on white background.



Black color preview on #728E83 background

This text has black color on #728E83 background.


White color preview on #728E83 background

This text has white color on #728E83 background.