COLOR #728BA5

HEX: #728BA5
RGB: (114,139,165)

Color info

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

RGB color model

#728BA5 color RGB value is (114,139,165).

  • red value is 114;
  • green value is 139;
  • blue value is 165.
RGB:
(114,139,165)
(45%,55%,65%)

RGB channels and saturation

R 114 of 255 = 45%
G 139 of 255 = 55%
B 165 of 255 = 65%

114
139
165

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

Portions of RGB colors in percentages

R + G + B =
114 + 139 + 165 = 418 (100%)
R 114 of 418 ~ 27.27%
G 139 of 418 ~ 33.25%
B 165 of 418 ~ 39.47%

%27.27
%33.25
%39.47

CMYK color model

#728BA5 color CMYK value is (31,16,0,35).

  • cyan value is 30.91%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(31,16,0,35)
C31M16Y0K35 
(31%,16%,0%,35%)
(0.31/0.16/0.00/0.35)	

CMYK percentages

%30.91
%15.76
%0
%35.29

Codes

Color #728BA5 in popluar color models

728BA5
RGB114139165
HSL211°22.08%54.71%
HSB/HSV211°30.91%64.71%
CMYK30.91%15.76%0.00%
35.29%

Color #728BA5 in popluar number systems.

HEX728BA5
Decimal114139165
Binary11100101000101110100101
Octal162213245

Shades and tints

Shades of #728BA5

#728BA5
(114,139,165)
#687F96
(104,127,150)
#5E7387
(94,115,135)
#546778
(84,103,120)
#4A5B69
(74,91,105)
#404F5A
(64,79,90)
#36434B
(54,67,75)
#2C373C
(44,55,60)
#222B2D
(34,43,45)
#181F1E
(24,31,30)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #728BA5

#728BA5
(114,139,165)
#7E95AD
(126,149,173)
#8A9FB5
(138,159,181)
#96A9BD
(150,169,189)
#A2B3C5
(162,179,197)
#AEBDCD
(174,189,205)
#BAC7D5
(186,199,213)
#C6D1DD
(198,209,221)
#D2DBE5
(210,219,229)
#DEE5ED
(222,229,237)
#EAEFF5
(234,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728BA5 color. Also use rgb(114,139,165) instead hex code.

Text Font Color

.myTextColor { color: #728BA5; }

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

This text font color is #728BA5.


Background Color

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

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

This div background color is #728BA5.


Border color

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

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

This div border color is #728BA5.


Opacity

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

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

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

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

This text has shadow with #728BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728BA5 on black background.


Color preview on white background

This text has color #728BA5 on white background.



Black color preview on #728BA5 background

This text has black color on #728BA5 background.


White color preview on #728BA5 background

This text has white color on #728BA5 background.