COLOR #729696

HEX: #729696
RGB: (114,150,150)

Color info

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

RGB color model

#729696 color RGB value is (114,150,150).

  • red value is 114;
  • green value is 150;
  • blue value is 150.
RGB:
(114,150,150)
(45%,59%,59%)

RGB channels and saturation

R 114 of 255 = 45%
G 150 of 255 = 59%
B 150 of 255 = 59%

114
150
150

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

Portions of RGB colors in percentages

R + G + B =
114 + 150 + 150 = 414 (100%)
R 114 of 414 ~ 27.54%
G 150 of 414 ~ 36.23%
B 150 of 414 ~ 36.23%

%27.54
%36.23
%36.23

CMYK color model

#729696 color CMYK value is (24,0,0,41).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(24,0,0,41)
C24M0Y0K41 
(24%,0%,0%,41%)
(0.24/0.00/0.00/0.41)	

CMYK percentages

%24
%0
%0
%41.18

Codes

Color #729696 in popluar color models

729696
RGB114150150
HSL180°14.63%51.76%
HSB/HSV180°24.00%58.82%
CMYK24.00%0.00%0.00%
41.18%

Color #729696 in popluar number systems.

HEX729696
Decimal114150150
Binary11100101001011010010110
Octal162226226

Shades and tints

Shades of #729696

#729696
(114,150,150)
#688989
(104,137,137)
#5E7C7C
(94,124,124)
#546F6F
(84,111,111)
#4A6262
(74,98,98)
#405555
(64,85,85)
#364848
(54,72,72)
#2C3B3B
(44,59,59)
#222E2E
(34,46,46)
#182121
(24,33,33)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #729696

#729696
(114,150,150)
#7E9F9F
(126,159,159)
#8AA8A8
(138,168,168)
#96B1B1
(150,177,177)
#A2BABA
(162,186,186)
#AEC3C3
(174,195,195)
#BACCCC
(186,204,204)
#C6D5D5
(198,213,213)
#D2DEDE
(210,222,222)
#DEE7E7
(222,231,231)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729696 color. Also use rgb(114,150,150) instead hex code.

Text Font Color

.myTextColor { color: #729696; }

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

This text font color is #729696.


Background Color

.myBgColor { background-color: #729696; }

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

This div background color is #729696.


Border color

.myBorderColor { border: 1px solid #729696; }

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

This div border color is #729696.


Opacity

.myOpacity80 { color: #729696; opacity: 0.8; }

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

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

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

This text has shadow with #729696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729696 on black background.


Color preview on white background

This text has color #729696 on white background.



Black color preview on #729696 background

This text has black color on #729696 background.


White color preview on #729696 background

This text has white color on #729696 background.