COLOR #729E93

HEX: #729E93
RGB: (114,158,147)

Color info

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

RGB color model

#729E93 color RGB value is (114,158,147).

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

RGB channels and saturation

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

114
158
147

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

Portions of RGB colors in percentages

R + G + B =
114 + 158 + 147 = 419 (100%)
R 114 of 419 ~ 27.21%
G 158 of 419 ~ 37.71%
B 147 of 419 ~ 35.08%

%27.21
%37.71
%35.08

CMYK color model

#729E93 color CMYK value is (28,0,7,38).

  • cyan value is 27.85%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 38.04%
CMYK:
(28,0,7,38)
C28M0Y7K38 
(28%,0%,7%,38%)
(0.28/0.00/0.07/0.38)	

CMYK percentages

%27.85
%0
%6.96
%38.04

Codes

Color #729E93 in popluar color models

729E93
RGB114158147
HSL165°18.49%53.33%
HSB/HSV165°27.85%61.96%
CMYK27.85%0.00%6.96%
38.04%

Color #729E93 in popluar number systems.

HEX729E93
Decimal114158147
Binary11100101001111010010011
Octal162236223

Shades and tints

Shades of #729E93

#729E93
(114,158,147)
#689086
(104,144,134)
#5E8279
(94,130,121)
#54746C
(84,116,108)
#4A665F
(74,102,95)
#405852
(64,88,82)
#364A45
(54,74,69)
#2C3C38
(44,60,56)
#222E2B
(34,46,43)
#18201E
(24,32,30)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #729E93

#729E93
(114,158,147)
#7EA69C
(126,166,156)
#8AAEA5
(138,174,165)
#96B6AE
(150,182,174)
#A2BEB7
(162,190,183)
#AEC6C0
(174,198,192)
#BACEC9
(186,206,201)
#C6D6D2
(198,214,210)
#D2DEDB
(210,222,219)
#DEE6E4
(222,230,228)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729E93; }

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

This text font color is #729E93.


Background Color

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

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

This div background color is #729E93.


Border color

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

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

This div border color is #729E93.


Opacity

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

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

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

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

This text has shadow with #729E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729E93 on black background.


Color preview on white background

This text has color #729E93 on white background.



Black color preview on #729E93 background

This text has black color on #729E93 background.


White color preview on #729E93 background

This text has white color on #729E93 background.