COLOR #728588

HEX: #728588
RGB: (114,133,136)

Color info

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

RGB color model

#728588 color RGB value is (114,133,136).

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

RGB channels and saturation

R 114 of 255 = 45%
G 133 of 255 = 52%
B 136 of 255 = 53%

114
133
136

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

Portions of RGB colors in percentages

R + G + B =
114 + 133 + 136 = 383 (100%)
R 114 of 383 ~ 29.77%
G 133 of 383 ~ 34.73%
B 136 of 383 ~ 35.51%

%29.77
%34.73
%35.51

CMYK color model

#728588 color CMYK value is (16,2,0,47).

  • cyan value is 16.18%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(16,2,0,47)
C16M2Y0K47 
(16%,2%,0%,47%)
(0.16/0.02/0.00/0.47)	

CMYK percentages

%16.18
%2.21
%0
%46.67

Codes

Color #728588 in popluar color models

728588
RGB114133136
HSL188°8.80%49.02%
HSB/HSV188°16.18%53.33%
CMYK16.18%2.21%0.00%
46.67%

Color #728588 in popluar number systems.

HEX728588
Decimal114133136
Binary11100101000010110001000
Octal162205210

Shades and tints

Shades of #728588

#728588
(114,133,136)
#68797C
(104,121,124)
#5E6D70
(94,109,112)
#546164
(84,97,100)
#4A5558
(74,85,88)
#40494C
(64,73,76)
#363D40
(54,61,64)
#2C3134
(44,49,52)
#222528
(34,37,40)
#18191C
(24,25,28)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #728588

#728588
(114,133,136)
#7E9092
(126,144,146)
#8A9B9C
(138,155,156)
#96A6A6
(150,166,166)
#A2B1B0
(162,177,176)
#AEBCBA
(174,188,186)
#BAC7C4
(186,199,196)
#C6D2CE
(198,210,206)
#D2DDD8
(210,221,216)
#DEE8E2
(222,232,226)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728588; }

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

This text font color is #728588.


Background Color

.myBgColor { background-color: #728588; }

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

This div background color is #728588.


Border color

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

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

This div border color is #728588.


Opacity

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

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

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

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

This text has shadow with #728588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728588 on black background.


Color preview on white background

This text has color #728588 on white background.



Black color preview on #728588 background

This text has black color on #728588 background.


White color preview on #728588 background

This text has white color on #728588 background.