COLOR #728EAF

HEX: #728EAF
RGB: (114,142,175)

Color info

#728EAF contains mainly green and blue colors. Web safe color of #728EAF is #669999 (or #699).

RGB color model

#728EAF color RGB value is (114,142,175).

  • red value is 114;
  • green value is 142;
  • blue value is 175.
RGB:
(114,142,175)
(45%,56%,69%)

RGB channels and saturation

R 114 of 255 = 45%
G 142 of 255 = 56%
B 175 of 255 = 69%

114
142
175

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

Portions of RGB colors in percentages

R + G + B =
114 + 142 + 175 = 431 (100%)
R 114 of 431 ~ 26.45%
G 142 of 431 ~ 32.95%
B 175 of 431 ~ 40.6%

%26.45
%32.95
%40.6

CMYK color model

#728EAF color CMYK value is (35,19,0,31).

  • cyan value is 34.86%
  • magenta value is 18.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(35,19,0,31)
C35M19Y0K31 
(35%,19%,0%,31%)
(0.35/0.19/0.00/0.31)	

CMYK percentages

%34.86
%18.86
%0
%31.37

Codes

Color #728EAF in popluar color models

728EAF
RGB114142175
HSL212°27.60%56.67%
HSB/HSV212°34.86%68.63%
CMYK34.86%18.86%0.00%
31.37%

Color #728EAF in popluar number systems.

HEX728EAF
Decimal114142175
Binary11100101000111010101111
Octal162216257

Shades and tints

Shades of #728EAF

#728EAF
(114,142,175)
#6882A0
(104,130,160)
#5E7691
(94,118,145)
#546A82
(84,106,130)
#4A5E73
(74,94,115)
#405264
(64,82,100)
#364655
(54,70,85)
#2C3A46
(44,58,70)
#222E37
(34,46,55)
#182228
(24,34,40)
#0E1619
(14,22,25)
#000000
(0,0,0)

Tints of #728EAF

#728EAF
(114,142,175)
#7E98B6
(126,152,182)
#8AA2BD
(138,162,189)
#96ACC4
(150,172,196)
#A2B6CB
(162,182,203)
#AEC0D2
(174,192,210)
#BACAD9
(186,202,217)
#C6D4E0
(198,212,224)
#D2DEE7
(210,222,231)
#DEE8EE
(222,232,238)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728EAF color. Also use rgb(114,142,175) instead hex code.

Text Font Color

.myTextColor { color: #728EAF; }

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

This text font color is #728EAF.


Background Color

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

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

This div background color is #728EAF.


Border color

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

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

This div border color is #728EAF.


Opacity

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

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

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

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

This text has shadow with #728EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728EAF on black background.


Color preview on white background

This text has color #728EAF on white background.



Black color preview on #728EAF background

This text has black color on #728EAF background.


White color preview on #728EAF background

This text has white color on #728EAF background.