COLOR #729A8B

HEX: #729A8B
RGB: (114,154,139)

Color info

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

RGB color model

#729A8B color RGB value is (114,154,139).

  • red value is 114;
  • green value is 154;
  • blue value is 139.
RGB:
(114,154,139)
(45%,60%,55%)

RGB channels and saturation

R 114 of 255 = 45%
G 154 of 255 = 60%
B 139 of 255 = 55%

114
154
139

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

Portions of RGB colors in percentages

R + G + B =
114 + 154 + 139 = 407 (100%)
R 114 of 407 ~ 28.01%
G 154 of 407 ~ 37.84%
B 139 of 407 ~ 34.15%

%28.01
%37.84
%34.15

CMYK color model

#729A8B color CMYK value is (26,0,10,40).

  • cyan value is 25.97%
  • magenta value is 0.00%
  • yellow value is 9.74%
  • key color value is 39.61%
CMYK:
(26,0,10,40)
C26M0Y10K40 
(26%,0%,10%,40%)
(0.26/0.00/0.10/0.40)	

CMYK percentages

%25.97
%0
%9.74
%39.61

Codes

Color #729A8B in popluar color models

729A8B
RGB114154139
HSL158°16.53%52.55%
HSB/HSV158°25.97%60.39%
CMYK25.97%0.00%9.74%
39.61%

Color #729A8B in popluar number systems.

HEX729A8B
Decimal114154139
Binary11100101001101010001011
Octal162232213

Shades and tints

Shades of #729A8B

#729A8B
(114,154,139)
#688C7F
(104,140,127)
#5E7E73
(94,126,115)
#547067
(84,112,103)
#4A625B
(74,98,91)
#40544F
(64,84,79)
#364643
(54,70,67)
#2C3837
(44,56,55)
#222A2B
(34,42,43)
#181C1F
(24,28,31)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #729A8B

#729A8B
(114,154,139)
#7EA395
(126,163,149)
#8AAC9F
(138,172,159)
#96B5A9
(150,181,169)
#A2BEB3
(162,190,179)
#AEC7BD
(174,199,189)
#BAD0C7
(186,208,199)
#C6D9D1
(198,217,209)
#D2E2DB
(210,226,219)
#DEEBE5
(222,235,229)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729A8B color. Also use rgb(114,154,139) instead hex code.

Text Font Color

.myTextColor { color: #729A8B; }

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

This text font color is #729A8B.


Background Color

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

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

This div background color is #729A8B.


Border color

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

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

This div border color is #729A8B.


Opacity

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

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

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

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

This text has shadow with #729A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729A8B on black background.


Color preview on white background

This text has color #729A8B on white background.



Black color preview on #729A8B background

This text has black color on #729A8B background.


White color preview on #729A8B background

This text has white color on #729A8B background.