COLOR #729F96

HEX: #729F96
RGB: (114,159,150)

Color info

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

RGB color model

#729F96 color RGB value is (114,159,150).

  • red value is 114;
  • green value is 159;
  • blue value is 150.
RGB:
(114,159,150)
(45%,62%,59%)

RGB channels and saturation

R 114 of 255 = 45%
G 159 of 255 = 62%
B 150 of 255 = 59%

114
159
150

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

Portions of RGB colors in percentages

R + G + B =
114 + 159 + 150 = 423 (100%)
R 114 of 423 ~ 26.95%
G 159 of 423 ~ 37.59%
B 150 of 423 ~ 35.46%

%26.95
%37.59
%35.46

CMYK color model

#729F96 color CMYK value is (28,0,6,38).

  • cyan value is 28.30%
  • magenta value is 0.00%
  • yellow value is 5.66%
  • key color value is 37.65%
CMYK:
(28,0,6,38)
C28M0Y6K38 
(28%,0%,6%,38%)
(0.28/0.00/0.06/0.38)	

CMYK percentages

%28.3
%0
%5.66
%37.65

Codes

Color #729F96 in popluar color models

729F96
RGB114159150
HSL168°18.99%53.53%
HSB/HSV168°28.30%62.35%
CMYK28.30%0.00%5.66%
37.65%

Color #729F96 in popluar number systems.

HEX729F96
Decimal114159150
Binary11100101001111110010110
Octal162237226

Shades and tints

Shades of #729F96

#729F96
(114,159,150)
#689189
(104,145,137)
#5E837C
(94,131,124)
#54756F
(84,117,111)
#4A6762
(74,103,98)
#405955
(64,89,85)
#364B48
(54,75,72)
#2C3D3B
(44,61,59)
#222F2E
(34,47,46)
#182121
(24,33,33)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #729F96

#729F96
(114,159,150)
#7EA79F
(126,167,159)
#8AAFA8
(138,175,168)
#96B7B1
(150,183,177)
#A2BFBA
(162,191,186)
#AEC7C3
(174,199,195)
#BACFCC
(186,207,204)
#C6D7D5
(198,215,213)
#D2DFDE
(210,223,222)
#DEE7E7
(222,231,231)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729F96 color. Also use rgb(114,159,150) instead hex code.

Text Font Color

.myTextColor { color: #729F96; }

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

This text font color is #729F96.


Background Color

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

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

This div background color is #729F96.


Border color

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

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

This div border color is #729F96.


Opacity

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

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

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

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

This text has shadow with #729F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729F96 on black background.


Color preview on white background

This text has color #729F96 on white background.



Black color preview on #729F96 background

This text has black color on #729F96 background.


White color preview on #729F96 background

This text has white color on #729F96 background.