COLOR #729D93

HEX: #729D93 RGB: (114,157,147)

Color info

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

RGB color model

#729D93 color RGB value is (114,157,147).

RGB: (114,157,147) (45%, 62%, 58%)

RGB channels and saturation

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

114
157
147

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

Portions of RGB colors in percentages

R + G + B = 114 + 157 + 147 = 418 (100%)
R 114 of 418 ~ 27.27%
G 157 of 418 ~ 37.56%
B 147 of 418 ~ 35.17'%

%27.27
%37.56
%35.17

CMYK color model

#729D93 color CMYK value is (27,0,6,38).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 6.37%
  • key color value is 38.43%

CMYK: (27,0,6,38)
C27M0Y6K38 (27%, 0%, 6%, 38%)
(0.27 / 0.00 / 0.06 / 0.38)

CMYK percentages

%27.39
%0
%6.37
%38.43

Codes

Color #729D93 in popluar color models

72 9D 93
RGB 114 157 147
HSL 166° 17.99% 53.14%
HSB/HSV 166° 27.39% 61.57%
CMYK 27.39% 0.00% 6.37%
38.43%

Color #729D93 in popluar number systems.

HEX 72 9D 93
Decimal 114 157 147
Binary 1110010 10011101 10010011
Octal 162 235 223

Shades and tints

Shades of #729D93

#729D93
(114,157,147)
#688F86
(104,143,134)
#5E8179
(94,129,121)
#54736C
(84,115,108)
#4A655F
(74,101,95)
#405752
(64,87,82)
#364945
(54,73,69)
#2C3B38
(44,59,56)
#222D2B
(34,45,43)
#181F1E
(24,31,30)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #729D93

#729D93
(114,157,147)
#7EA59C
(126,165,156)
#8AADA5
(138,173,165)
#96B5AE
(150,181,174)
#A2BDB7
(162,189,183)
#AEC5C0
(174,197,192)
#BACDC9
(186,205,201)
#C6D5D2
(198,213,210)
#D2DDDB
(210,221,219)
#DEE5E4
(222,229,228)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729D93; }

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

This text font color is #729D93.

Background Color

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

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

This div background color is #729D93.

Border color

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

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

This div border color is #729D93.

Opacity

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

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

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

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

This text has shadow with #729D93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #729D93.

Preview

Color preview on black background

This text has color #729D93 on black background.


Color preview on white background

This text has color #729D93 on white background.


Black color preview on #729D93 background

This text has black color on #729D93 background.


White color preview on #729D93 background

This text has white color on #729D93 background.


Related colors

Complementary color

Complementary color for #hex is #8D626C.


I love getcolorcode.com

Triadic colors

1 #93729D and #9D9372 with #729D93 are triadic colors.

2 #939D72 and #9D7293 with #729D93 are triadic colors.