COLOR #729B8B

HEX: #729B8B
RGB: (114,155,139)

Color info

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

RGB color model

#729B8B color RGB value is (114,155,139).

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

RGB channels and saturation

R 114 of 255 = 45%
G 155 of 255 = 61%
B 139 of 255 = 55%

114
155
139

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

Portions of RGB colors in percentages

R + G + B =
114 + 155 + 139 = 408 (100%)
R 114 of 408 ~ 27.94%
G 155 of 408 ~ 37.99%
B 139 of 408 ~ 34.07%

%27.94
%37.99
%34.07

CMYK color model

#729B8B color CMYK value is (26,0,10,39).

  • cyan value is 26.45%
  • magenta value is 0.00%
  • yellow value is 10.32%
  • key color value is 39.22%
CMYK:
(26,0,10,39)
C26M0Y10K39 
(26%,0%,10%,39%)
(0.26/0.00/0.10/0.39)	

CMYK percentages

%26.45
%0
%10.32
%39.22

Codes

Color #729B8B in popluar color models

729B8B
RGB114155139
HSL157°17.01%52.75%
HSB/HSV157°26.45%60.78%
CMYK26.45%0.00%10.32%
39.22%

Color #729B8B in popluar number systems.

HEX729B8B
Decimal114155139
Binary11100101001101110001011
Octal162233213

Shades and tints

Shades of #729B8B

#729B8B
(114,155,139)
#688D7F
(104,141,127)
#5E7F73
(94,127,115)
#547167
(84,113,103)
#4A635B
(74,99,91)
#40554F
(64,85,79)
#364743
(54,71,67)
#2C3937
(44,57,55)
#222B2B
(34,43,43)
#181D1F
(24,29,31)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #729B8B

#729B8B
(114,155,139)
#7EA495
(126,164,149)
#8AAD9F
(138,173,159)
#96B6A9
(150,182,169)
#A2BFB3
(162,191,179)
#AEC8BD
(174,200,189)
#BAD1C7
(186,209,199)
#C6DAD1
(198,218,209)
#D2E3DB
(210,227,219)
#DEECE5
(222,236,229)
#EAF5EF
(234,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729B8B; }

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

This text font color is #729B8B.


Background Color

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

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

This div background color is #729B8B.


Border color

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

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

This div border color is #729B8B.


Opacity

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

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

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

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

This text has shadow with #729B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729B8B on black background.


Color preview on white background

This text has color #729B8B on white background.



Black color preview on #729B8B background

This text has black color on #729B8B background.


White color preview on #729B8B background

This text has white color on #729B8B background.