COLOR #729EA3

HEX: #729EA3 RGB: (114,158,163)

Color info

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

RGB color model

#729EA3 color RGB value is (114,158,163).

RGB: (114,158,163) (45%, 62%, 64%)

RGB channels and saturation

R 114 of 255 = 45%
G 158 of 255 = 62%
B 163 of 255 = 64%

114
158
163

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

Portions of RGB colors in percentages

R + G + B = 114 + 158 + 163 = 435 (100%)
R 114 of 435 ~ 26.21%
G 158 of 435 ~ 36.32%
B 163 of 435 ~ 37.47'%

%26.21
%36.32
%37.47

CMYK color model

#729EA3 color CMYK value is (30,3,0,36).

  • cyan value is 30.06%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (30,3,0,36)
C30M3Y0K36 (30%, 3%, 0%, 36%)
(0.30 / 0.03 / 0.00 / 0.36)

CMYK percentages

%30.06
%3.07
%0
%36.08

Codes

Color #729EA3 in popluar color models

72 9E A3
RGB 114 158 163
HSL 186° 21.03% 54.31%
HSB/HSV 186° 30.06% 63.92%
CMYK 30.06% 3.07% 0.00%
36.08%

Color #729EA3 in popluar number systems.

HEX 72 9E A3
Decimal 114 158 163
Binary 1110010 10011110 10100011
Octal 162 236 243

Shades and tints

Shades of #729EA3

#729EA3
(114,158,163)
#689095
(104,144,149)
#5E8287
(94,130,135)
#547479
(84,116,121)
#4A666B
(74,102,107)
#40585D
(64,88,93)
#364A4F
(54,74,79)
#2C3C41
(44,60,65)
#222E33
(34,46,51)
#182025
(24,32,37)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #729EA3

#729EA3
(114,158,163)
#7EA6AB
(126,166,171)
#8AAEB3
(138,174,179)
#96B6BB
(150,182,187)
#A2BEC3
(162,190,195)
#AEC6CB
(174,198,203)
#BACED3
(186,206,211)
#C6D6DB
(198,214,219)
#D2DEE3
(210,222,227)
#DEE6EB
(222,230,235)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729EA3; }

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

This text font color is #729EA3.

Background Color

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

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

This div background color is #729EA3.

Border color

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

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

This div border color is #729EA3.

Opacity

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

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

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

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

This text has shadow with #729EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #729EA3.

Preview

Color preview on black background

This text has color #729EA3 on black background.


Color preview on white background

This text has color #729EA3 on white background.


Black color preview on #729EA3 background

This text has black color on #729EA3 background.


White color preview on #729EA3 background

This text has white color on #729EA3 background.


Related colors

Complementary color

Complementary color for #hex is #8D615C.


I love getcolorcode.com

Triadic colors

1 #A3729E and #9EA372 with #729EA3 are triadic colors.

2 #A39E72 and #9E72A3 with #729EA3 are triadic colors.