COLOR #729C8D

HEX: #729C8D
RGB: (114,156,141)

Color info

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

RGB color model

#729C8D color RGB value is (114,156,141).

  • red value is 114;
  • green value is 156;
  • blue value is 141.
RGB:
(114,156,141)
(45%,61%,55%)

RGB channels and saturation

R 114 of 255 = 45%
G 156 of 255 = 61%
B 141 of 255 = 55%

114
156
141

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

Portions of RGB colors in percentages

R + G + B =
114 + 156 + 141 = 411 (100%)
R 114 of 411 ~ 27.74%
G 156 of 411 ~ 37.96%
B 141 of 411 ~ 34.31%

%27.74
%37.96
%34.31

CMYK color model

#729C8D color CMYK value is (27,0,10,39).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 38.82%
CMYK:
(27,0,10,39)
C27M0Y10K39 
(27%,0%,10%,39%)
(0.27/0.00/0.10/0.39)	

CMYK percentages

%26.92
%0
%9.62
%38.82

Codes

Color #729C8D in popluar color models

729C8D
RGB114156141
HSL159°17.50%52.94%
HSB/HSV159°26.92%61.18%
CMYK26.92%0.00%9.62%
38.82%

Color #729C8D in popluar number systems.

HEX729C8D
Decimal114156141
Binary11100101001110010001101
Octal162234215

Shades and tints

Shades of #729C8D

#729C8D
(114,156,141)
#688E81
(104,142,129)
#5E8075
(94,128,117)
#547269
(84,114,105)
#4A645D
(74,100,93)
#405651
(64,86,81)
#364845
(54,72,69)
#2C3A39
(44,58,57)
#222C2D
(34,44,45)
#181E21
(24,30,33)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #729C8D

#729C8D
(114,156,141)
#7EA597
(126,165,151)
#8AAEA1
(138,174,161)
#96B7AB
(150,183,171)
#A2C0B5
(162,192,181)
#AEC9BF
(174,201,191)
#BAD2C9
(186,210,201)
#C6DBD3
(198,219,211)
#D2E4DD
(210,228,221)
#DEEDE7
(222,237,231)
#EAF6F1
(234,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729C8D color. Also use rgb(114,156,141) instead hex code.

Text Font Color

.myTextColor { color: #729C8D; }

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

This text font color is #729C8D.


Background Color

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

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

This div background color is #729C8D.


Border color

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

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

This div border color is #729C8D.


Opacity

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

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

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

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

This text has shadow with #729C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729C8D on black background.


Color preview on white background

This text has color #729C8D on white background.



Black color preview on #729C8D background

This text has black color on #729C8D background.


White color preview on #729C8D background

This text has white color on #729C8D background.