COLOR #728590

HEX: #728590
RGB: (114,133,144)

Color info

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

RGB color model

#728590 color RGB value is (114,133,144).

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

RGB channels and saturation

R 114 of 255 = 45%
G 133 of 255 = 52%
B 144 of 255 = 56%

114
133
144

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

Portions of RGB colors in percentages

R + G + B =
114 + 133 + 144 = 391 (100%)
R 114 of 391 ~ 29.16%
G 133 of 391 ~ 34.02%
B 144 of 391 ~ 36.83%

%29.16
%34.02
%36.83

CMYK color model

#728590 color CMYK value is (21,8,0,44).

  • cyan value is 20.83%
  • magenta value is 7.64%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(21,8,0,44)
C21M8Y0K44 
(21%,8%,0%,44%)
(0.21/0.08/0.00/0.44)	

CMYK percentages

%20.83
%7.64
%0
%43.53

Codes

Color #728590 in popluar color models

728590
RGB114133144
HSL202°11.90%50.59%
HSB/HSV202°20.83%56.47%
CMYK20.83%7.64%0.00%
43.53%

Color #728590 in popluar number systems.

HEX728590
Decimal114133144
Binary11100101000010110010000
Octal162205220

Shades and tints

Shades of #728590

#728590
(114,133,144)
#687983
(104,121,131)
#5E6D76
(94,109,118)
#546169
(84,97,105)
#4A555C
(74,85,92)
#40494F
(64,73,79)
#363D42
(54,61,66)
#2C3135
(44,49,53)
#222528
(34,37,40)
#18191B
(24,25,27)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #728590

#728590
(114,133,144)
#7E909A
(126,144,154)
#8A9BA4
(138,155,164)
#96A6AE
(150,166,174)
#A2B1B8
(162,177,184)
#AEBCC2
(174,188,194)
#BAC7CC
(186,199,204)
#C6D2D6
(198,210,214)
#D2DDE0
(210,221,224)
#DEE8EA
(222,232,234)
#EAF3F4
(234,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728590; }

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

This text font color is #728590.


Background Color

.myBgColor { background-color: #728590; }

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

This div background color is #728590.


Border color

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

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

This div border color is #728590.


Opacity

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

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

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

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

This text has shadow with #728590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728590 on black background.


Color preview on white background

This text has color #728590 on white background.



Black color preview on #728590 background

This text has black color on #728590 background.


White color preview on #728590 background

This text has white color on #728590 background.