COLOR #728DAA

HEX: #728DAA
RGB: (114,141,170)

Color info

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

RGB color model

#728DAA color RGB value is (114,141,170).

  • red value is 114;
  • green value is 141;
  • blue value is 170.
RGB:
(114,141,170)
(45%,55%,67%)

RGB channels and saturation

R 114 of 255 = 45%
G 141 of 255 = 55%
B 170 of 255 = 67%

114
141
170

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

Portions of RGB colors in percentages

R + G + B =
114 + 141 + 170 = 425 (100%)
R 114 of 425 ~ 26.82%
G 141 of 425 ~ 33.18%
B 170 of 425 ~ 40%

%26.82
%33.18
%40

CMYK color model

#728DAA color CMYK value is (33,17,0,33).

  • cyan value is 32.94%
  • magenta value is 17.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(33,17,0,33)
C33M17Y0K33 
(33%,17%,0%,33%)
(0.33/0.17/0.00/0.33)	

CMYK percentages

%32.94
%17.06
%0
%33.33

Codes

Color #728DAA in popluar color models

728DAA
RGB114141170
HSL211°24.78%55.69%
HSB/HSV211°32.94%66.67%
CMYK32.94%17.06%0.00%
33.33%

Color #728DAA in popluar number systems.

HEX728DAA
Decimal114141170
Binary11100101000110110101010
Octal162215252

Shades and tints

Shades of #728DAA

#728DAA
(114,141,170)
#68819B
(104,129,155)
#5E758C
(94,117,140)
#54697D
(84,105,125)
#4A5D6E
(74,93,110)
#40515F
(64,81,95)
#364550
(54,69,80)
#2C3941
(44,57,65)
#222D32
(34,45,50)
#182123
(24,33,35)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #728DAA

#728DAA
(114,141,170)
#7E97B1
(126,151,177)
#8AA1B8
(138,161,184)
#96ABBF
(150,171,191)
#A2B5C6
(162,181,198)
#AEBFCD
(174,191,205)
#BAC9D4
(186,201,212)
#C6D3DB
(198,211,219)
#D2DDE2
(210,221,226)
#DEE7E9
(222,231,233)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728DAA color. Also use rgb(114,141,170) instead hex code.

Text Font Color

.myTextColor { color: #728DAA; }

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

This text font color is #728DAA.


Background Color

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

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

This div background color is #728DAA.


Border color

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

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

This div border color is #728DAA.


Opacity

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

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

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

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

This text has shadow with #728DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728DAA on black background.


Color preview on white background

This text has color #728DAA on white background.



Black color preview on #728DAA background

This text has black color on #728DAA background.


White color preview on #728DAA background

This text has white color on #728DAA background.