COLOR #728A82

HEX: #728A82
RGB: (114,138,130)

Color info

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

RGB color model

#728A82 color RGB value is (114,138,130).

  • red value is 114;
  • green value is 138;
  • blue value is 130.
RGB:
(114,138,130)
(45%,54%,51%)

RGB channels and saturation

R 114 of 255 = 45%
G 138 of 255 = 54%
B 130 of 255 = 51%

114
138
130

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

Portions of RGB colors in percentages

R + G + B =
114 + 138 + 130 = 382 (100%)
R 114 of 382 ~ 29.84%
G 138 of 382 ~ 36.13%
B 130 of 382 ~ 34.03%

%29.84
%36.13
%34.03

CMYK color model

#728A82 color CMYK value is (17,0,6,46).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 5.80%
  • key color value is 45.88%
CMYK:
(17,0,6,46)
C17M0Y6K46 
(17%,0%,6%,46%)
(0.17/0.00/0.06/0.46)	

CMYK percentages

%17.39
%0
%5.8
%45.88

Codes

Color #728A82 in popluar color models

728A82
RGB114138130
HSL160°9.52%49.41%
HSB/HSV160°17.39%54.12%
CMYK17.39%0.00%5.80%
45.88%

Color #728A82 in popluar number systems.

HEX728A82
Decimal114138130
Binary11100101000101010000010
Octal162212202

Shades and tints

Shades of #728A82

#728A82
(114,138,130)
#687E77
(104,126,119)
#5E726C
(94,114,108)
#546661
(84,102,97)
#4A5A56
(74,90,86)
#404E4B
(64,78,75)
#364240
(54,66,64)
#2C3635
(44,54,53)
#222A2A
(34,42,42)
#181E1F
(24,30,31)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #728A82

#728A82
(114,138,130)
#7E948D
(126,148,141)
#8A9E98
(138,158,152)
#96A8A3
(150,168,163)
#A2B2AE
(162,178,174)
#AEBCB9
(174,188,185)
#BAC6C4
(186,198,196)
#C6D0CF
(198,208,207)
#D2DADA
(210,218,218)
#DEE4E5
(222,228,229)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728A82 color. Also use rgb(114,138,130) instead hex code.

Text Font Color

.myTextColor { color: #728A82; }

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

This text font color is #728A82.


Background Color

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

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

This div background color is #728A82.


Border color

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

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

This div border color is #728A82.


Opacity

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

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

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

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

This text has shadow with #728A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728A82 on black background.


Color preview on white background

This text has color #728A82 on white background.



Black color preview on #728A82 background

This text has black color on #728A82 background.


White color preview on #728A82 background

This text has white color on #728A82 background.