COLOR #729D99

HEX: #729D99
RGB: (114,157,153)

Color info

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

RGB color model

#729D99 color RGB value is (114,157,153).

  • red value is 114;
  • green value is 157;
  • blue value is 153.
RGB:
(114,157,153)
(45%,62%,60%)

RGB channels and saturation

R 114 of 255 = 45%
G 157 of 255 = 62%
B 153 of 255 = 60%

114
157
153

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

Portions of RGB colors in percentages

R + G + B =
114 + 157 + 153 = 424 (100%)
R 114 of 424 ~ 26.89%
G 157 of 424 ~ 37.03%
B 153 of 424 ~ 36.08%

%26.89
%37.03
%36.08

CMYK color model

#729D99 color CMYK value is (27,0,3,38).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 38.43%
CMYK:
(27,0,3,38)
C27M0Y3K38 
(27%,0%,3%,38%)
(0.27/0.00/0.03/0.38)	

CMYK percentages

%27.39
%0
%2.55
%38.43

Codes

Color #729D99 in popluar color models

729D99
RGB114157153
HSL174°17.99%53.14%
HSB/HSV174°27.39%61.57%
CMYK27.39%0.00%2.55%
38.43%

Color #729D99 in popluar number systems.

HEX729D99
Decimal114157153
Binary11100101001110110011001
Octal162235231

Shades and tints

Shades of #729D99

#729D99
(114,157,153)
#688F8C
(104,143,140)
#5E817F
(94,129,127)
#547372
(84,115,114)
#4A6565
(74,101,101)
#405758
(64,87,88)
#36494B
(54,73,75)
#2C3B3E
(44,59,62)
#222D31
(34,45,49)
#181F24
(24,31,36)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #729D99

#729D99
(114,157,153)
#7EA5A2
(126,165,162)
#8AADAB
(138,173,171)
#96B5B4
(150,181,180)
#A2BDBD
(162,189,189)
#AEC5C6
(174,197,198)
#BACDCF
(186,205,207)
#C6D5D8
(198,213,216)
#D2DDE1
(210,221,225)
#DEE5EA
(222,229,234)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729D99 color. Also use rgb(114,157,153) instead hex code.

Text Font Color

.myTextColor { color: #729D99; }

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

This text font color is #729D99.


Background Color

.myBgColor { background-color: #729D99; }

<div style="background-color:#729D99">Inner text</div>

This div background color is #729D99.


Border color

.myBorderColor { border: 1px solid #729D99; }

<div style="border:3px solid #729D99">Div</div>

This div border color is #729D99.


Opacity

.myOpacity80 { color: #729D99; opacity: 0.8; }

<p style="color:#729D99;opacity:0.8;">80%</p>

Text with #729D99 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 #729D99;}

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

This text has shadow with #729D99 color.

.textShadow {text-shadow: 3px 3px 1px #729D99, 3px 3px 1px red;}

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

This text has shadow with #729D99 primary color and red secondary color.


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

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

This text has shadow with #729D99 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729D99 on black background.


Color preview on white background

This text has color #729D99 on white background.



Black color preview on #729D99 background

This text has black color on #729D99 background.


White color preview on #729D99 background

This text has white color on #729D99 background.