COLOR #728491

HEX: #728491
RGB: (114,132,145)

Color info

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

RGB color model

#728491 color RGB value is (114,132,145).

  • red value is 114;
  • green value is 132;
  • blue value is 145.
RGB:
(114,132,145)
(45%,52%,57%)

RGB channels and saturation

R 114 of 255 = 45%
G 132 of 255 = 52%
B 145 of 255 = 57%

114
132
145

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

Portions of RGB colors in percentages

R + G + B =
114 + 132 + 145 = 391 (100%)
R 114 of 391 ~ 29.16%
G 132 of 391 ~ 33.76%
B 145 of 391 ~ 37.08%

%29.16
%33.76
%37.08

CMYK color model

#728491 color CMYK value is (21,9,0,43).

  • cyan value is 21.38%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(21,9,0,43)
C21M9Y0K43 
(21%,9%,0%,43%)
(0.21/0.09/0.00/0.43)	

CMYK percentages

%21.38
%8.97
%0
%43.14

Codes

Color #728491 in popluar color models

728491
RGB114132145
HSL205°12.35%50.78%
HSB/HSV205°21.38%56.86%
CMYK21.38%8.97%0.00%
43.14%

Color #728491 in popluar number systems.

HEX728491
Decimal114132145
Binary11100101000010010010001
Octal162204221

Shades and tints

Shades of #728491

#728491
(114,132,145)
#687884
(104,120,132)
#5E6C77
(94,108,119)
#54606A
(84,96,106)
#4A545D
(74,84,93)
#404850
(64,72,80)
#363C43
(54,60,67)
#2C3036
(44,48,54)
#222429
(34,36,41)
#18181C
(24,24,28)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #728491

#728491
(114,132,145)
#7E8F9B
(126,143,155)
#8A9AA5
(138,154,165)
#96A5AF
(150,165,175)
#A2B0B9
(162,176,185)
#AEBBC3
(174,187,195)
#BAC6CD
(186,198,205)
#C6D1D7
(198,209,215)
#D2DCE1
(210,220,225)
#DEE7EB
(222,231,235)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728491 color. Also use rgb(114,132,145) instead hex code.

Text Font Color

.myTextColor { color: #728491; }

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

This text font color is #728491.


Background Color

.myBgColor { background-color: #728491; }

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

This div background color is #728491.


Border color

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

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

This div border color is #728491.


Opacity

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

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

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

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

This text has shadow with #728491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728491 on black background.


Color preview on white background

This text has color #728491 on white background.



Black color preview on #728491 background

This text has black color on #728491 background.


White color preview on #728491 background

This text has white color on #728491 background.