COLOR #728582

HEX: #728582
RGB: (114,133,130)

Color info

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

RGB color model

#728582 color RGB value is (114,133,130).

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

RGB channels and saturation

R 114 of 255 = 45%
G 133 of 255 = 52%
B 130 of 255 = 51%

114
133
130

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

Portions of RGB colors in percentages

R + G + B =
114 + 133 + 130 = 377 (100%)
R 114 of 377 ~ 30.24%
G 133 of 377 ~ 35.28%
B 130 of 377 ~ 34.48%

%30.24
%35.28
%34.48

CMYK color model

#728582 color CMYK value is (14,0,2,48).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(14,0,2,48)
C14M0Y2K48 
(14%,0%,2%,48%)
(0.14/0.00/0.02/0.48)	

CMYK percentages

%14.29
%0
%2.26
%47.84

Codes

Color #728582 in popluar color models

728582
RGB114133130
HSL171°7.69%48.43%
HSB/HSV171°14.29%52.16%
CMYK14.29%0.00%2.26%
47.84%

Color #728582 in popluar number systems.

HEX728582
Decimal114133130
Binary11100101000010110000010
Octal162205202

Shades and tints

Shades of #728582

#728582
(114,133,130)
#687977
(104,121,119)
#5E6D6C
(94,109,108)
#546161
(84,97,97)
#4A5556
(74,85,86)
#40494B
(64,73,75)
#363D40
(54,61,64)
#2C3135
(44,49,53)
#22252A
(34,37,42)
#18191F
(24,25,31)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #728582

#728582
(114,133,130)
#7E908D
(126,144,141)
#8A9B98
(138,155,152)
#96A6A3
(150,166,163)
#A2B1AE
(162,177,174)
#AEBCB9
(174,188,185)
#BAC7C4
(186,199,196)
#C6D2CF
(198,210,207)
#D2DDDA
(210,221,218)
#DEE8E5
(222,232,229)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728582; }

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

This text font color is #728582.


Background Color

.myBgColor { background-color: #728582; }

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

This div background color is #728582.


Border color

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

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

This div border color is #728582.


Opacity

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

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

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

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

This text has shadow with #728582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728582 on black background.


Color preview on white background

This text has color #728582 on white background.



Black color preview on #728582 background

This text has black color on #728582 background.


White color preview on #728582 background

This text has white color on #728582 background.