COLOR #729699

HEX: #729699
RGB: (114,150,153)

Color info

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

RGB color model

#729699 color RGB value is (114,150,153).

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

RGB channels and saturation

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

114
150
153

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

Portions of RGB colors in percentages

R + G + B =
114 + 150 + 153 = 417 (100%)
R 114 of 417 ~ 27.34%
G 150 of 417 ~ 35.97%
B 153 of 417 ~ 36.69%

%27.34
%35.97
%36.69

CMYK color model

#729699 color CMYK value is (25,2,0,40).

  • cyan value is 25.49%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(25,2,0,40)
C25M2Y0K40 
(25%,2%,0%,40%)
(0.25/0.02/0.00/0.40)	

CMYK percentages

%25.49
%1.96
%0
%40

Codes

Color #729699 in popluar color models

729699
RGB114150153
HSL185°16.05%52.35%
HSB/HSV185°25.49%60.00%
CMYK25.49%1.96%0.00%
40.00%

Color #729699 in popluar number systems.

HEX729699
Decimal114150153
Binary11100101001011010011001
Octal162226231

Shades and tints

Shades of #729699

#729699
(114,150,153)
#68898C
(104,137,140)
#5E7C7F
(94,124,127)
#546F72
(84,111,114)
#4A6265
(74,98,101)
#405558
(64,85,88)
#36484B
(54,72,75)
#2C3B3E
(44,59,62)
#222E31
(34,46,49)
#182124
(24,33,36)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #729699

#729699
(114,150,153)
#7E9FA2
(126,159,162)
#8AA8AB
(138,168,171)
#96B1B4
(150,177,180)
#A2BABD
(162,186,189)
#AEC3C6
(174,195,198)
#BACCCF
(186,204,207)
#C6D5D8
(198,213,216)
#D2DEE1
(210,222,225)
#DEE7EA
(222,231,234)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729699; }

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

This text font color is #729699.


Background Color

.myBgColor { background-color: #729699; }

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

This div background color is #729699.


Border color

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

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

This div border color is #729699.


Opacity

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

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

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

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

This text has shadow with #729699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729699 on black background.


Color preview on white background

This text has color #729699 on white background.



Black color preview on #729699 background

This text has black color on #729699 background.


White color preview on #729699 background

This text has white color on #729699 background.