COLOR #729E95

HEX: #729E95
RGB: (114,158,149)

Color info

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

RGB color model

#729E95 color RGB value is (114,158,149).

  • red value is 114;
  • green value is 158;
  • blue value is 149.
RGB:
(114,158,149)
(45%,62%,58%)

RGB channels and saturation

R 114 of 255 = 45%
G 158 of 255 = 62%
B 149 of 255 = 58%

114
158
149

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

Portions of RGB colors in percentages

R + G + B =
114 + 158 + 149 = 421 (100%)
R 114 of 421 ~ 27.08%
G 158 of 421 ~ 37.53%
B 149 of 421 ~ 35.39%

%27.08
%37.53
%35.39

CMYK color model

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

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

CMYK percentages

%27.85
%0
%5.7
%38.04

Codes

Color #729E95 in popluar color models

729E95
RGB114158149
HSL168°18.49%53.33%
HSB/HSV168°27.85%61.96%
CMYK27.85%0.00%5.70%
38.04%

Color #729E95 in popluar number systems.

HEX729E95
Decimal114158149
Binary11100101001111010010101
Octal162236225

Shades and tints

Shades of #729E95

#729E95
(114,158,149)
#689088
(104,144,136)
#5E827B
(94,130,123)
#54746E
(84,116,110)
#4A6661
(74,102,97)
#405854
(64,88,84)
#364A47
(54,74,71)
#2C3C3A
(44,60,58)
#222E2D
(34,46,45)
#182020
(24,32,32)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #729E95

#729E95
(114,158,149)
#7EA69E
(126,166,158)
#8AAEA7
(138,174,167)
#96B6B0
(150,182,176)
#A2BEB9
(162,190,185)
#AEC6C2
(174,198,194)
#BACECB
(186,206,203)
#C6D6D4
(198,214,212)
#D2DEDD
(210,222,221)
#DEE6E6
(222,230,230)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729E95 color. Also use rgb(114,158,149) instead hex code.

Text Font Color

.myTextColor { color: #729E95; }

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

This text font color is #729E95.


Background Color

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

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

This div background color is #729E95.


Border color

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

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

This div border color is #729E95.


Opacity

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

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

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

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

This text has shadow with #729E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729E95 on black background.


Color preview on white background

This text has color #729E95 on white background.



Black color preview on #729E95 background

This text has black color on #729E95 background.


White color preview on #729E95 background

This text has white color on #729E95 background.