COLOR #728C8E

HEX: #728C8E
RGB: (114,140,142)

Color info

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

RGB color model

#728C8E color RGB value is (114,140,142).

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

RGB channels and saturation

R 114 of 255 = 45%
G 140 of 255 = 55%
B 142 of 255 = 56%

114
140
142

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

Portions of RGB colors in percentages

R + G + B =
114 + 140 + 142 = 396 (100%)
R 114 of 396 ~ 28.79%
G 140 of 396 ~ 35.35%
B 142 of 396 ~ 35.86%

%28.79
%35.35
%35.86

CMYK color model

#728C8E color CMYK value is (20,1,0,44).

  • cyan value is 19.72%
  • magenta value is 1.41%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(20,1,0,44)
C20M1Y0K44 
(20%,1%,0%,44%)
(0.20/0.01/0.00/0.44)	

CMYK percentages

%19.72
%1.41
%0
%44.31

Codes

Color #728C8E in popluar color models

728C8E
RGB114140142
HSL184°11.02%50.20%
HSB/HSV184°19.72%55.69%
CMYK19.72%1.41%0.00%
44.31%

Color #728C8E in popluar number systems.

HEX728C8E
Decimal114140142
Binary11100101000110010001110
Octal162214216

Shades and tints

Shades of #728C8E

#728C8E
(114,140,142)
#688082
(104,128,130)
#5E7476
(94,116,118)
#54686A
(84,104,106)
#4A5C5E
(74,92,94)
#405052
(64,80,82)
#364446
(54,68,70)
#2C383A
(44,56,58)
#222C2E
(34,44,46)
#182022
(24,32,34)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #728C8E

#728C8E
(114,140,142)
#7E9698
(126,150,152)
#8AA0A2
(138,160,162)
#96AAAC
(150,170,172)
#A2B4B6
(162,180,182)
#AEBEC0
(174,190,192)
#BAC8CA
(186,200,202)
#C6D2D4
(198,210,212)
#D2DCDE
(210,220,222)
#DEE6E8
(222,230,232)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728C8E; }

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

This text font color is #728C8E.


Background Color

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

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

This div background color is #728C8E.


Border color

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

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

This div border color is #728C8E.


Opacity

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

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

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

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

This text has shadow with #728C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728C8E on black background.


Color preview on white background

This text has color #728C8E on white background.



Black color preview on #728C8E background

This text has black color on #728C8E background.


White color preview on #728C8E background

This text has white color on #728C8E background.