COLOR #728FAF

HEX: #728FAF
RGB: (114,143,175)

Color info

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

RGB color model

#728FAF color RGB value is (114,143,175).

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

RGB channels and saturation

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

114
143
175

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

Portions of RGB colors in percentages

R + G + B =
114 + 143 + 175 = 432 (100%)
R 114 of 432 ~ 26.39%
G 143 of 432 ~ 33.1%
B 175 of 432 ~ 40.51%

%26.39
%33.1
%40.51

CMYK color model

#728FAF color CMYK value is (35,18,0,31).

  • cyan value is 34.86%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(35,18,0,31)
C35M18Y0K31 
(35%,18%,0%,31%)
(0.35/0.18/0.00/0.31)	

CMYK percentages

%34.86
%18.29
%0
%31.37

Codes

Color #728FAF in popluar color models

728FAF
RGB114143175
HSL211°27.60%56.67%
HSB/HSV211°34.86%68.63%
CMYK34.86%18.29%0.00%
31.37%

Color #728FAF in popluar number systems.

HEX728FAF
Decimal114143175
Binary11100101000111110101111
Octal162217257

Shades and tints

Shades of #728FAF

#728FAF
(114,143,175)
#6882A0
(104,130,160)
#5E7591
(94,117,145)
#546882
(84,104,130)
#4A5B73
(74,91,115)
#404E64
(64,78,100)
#364155
(54,65,85)
#2C3446
(44,52,70)
#222737
(34,39,55)
#181A28
(24,26,40)
#0E0D19
(14,13,25)
#000000
(0,0,0)

Tints of #728FAF

#728FAF
(114,143,175)
#7E99B6
(126,153,182)
#8AA3BD
(138,163,189)
#96ADC4
(150,173,196)
#A2B7CB
(162,183,203)
#AEC1D2
(174,193,210)
#BACBD9
(186,203,217)
#C6D5E0
(198,213,224)
#D2DFE7
(210,223,231)
#DEE9EE
(222,233,238)
#EAF3F5
(234,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728FAF; }

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

This text font color is #728FAF.


Background Color

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

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

This div background color is #728FAF.


Border color

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

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

This div border color is #728FAF.


Opacity

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

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

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

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

This text has shadow with #728FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728FAF on black background.


Color preview on white background

This text has color #728FAF on white background.



Black color preview on #728FAF background

This text has black color on #728FAF background.


White color preview on #728FAF background

This text has white color on #728FAF background.