COLOR #729099

HEX: #729099
RGB: (114,144,153)

Color info

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

RGB color model

#729099 color RGB value is (114,144,153).

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

RGB channels and saturation

R 114 of 255 = 45%
G 144 of 255 = 56%
B 153 of 255 = 60%

114
144
153

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

Portions of RGB colors in percentages

R + G + B =
114 + 144 + 153 = 411 (100%)
R 114 of 411 ~ 27.74%
G 144 of 411 ~ 35.04%
B 153 of 411 ~ 37.23%

%27.74
%35.04
%37.23

CMYK color model

#729099 color CMYK value is (25,6,0,40).

  • cyan value is 25.49%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(25,6,0,40)
C25M6Y0K40 
(25%,6%,0%,40%)
(0.25/0.06/0.00/0.40)	

CMYK percentages

%25.49
%5.88
%0
%40

Codes

Color #729099 in popluar color models

729099
RGB114144153
HSL194°16.05%52.35%
HSB/HSV194°25.49%60.00%
CMYK25.49%5.88%0.00%
40.00%

Color #729099 in popluar number systems.

HEX729099
Decimal114144153
Binary11100101001000010011001
Octal162220231

Shades and tints

Shades of #729099

#729099
(114,144,153)
#68838C
(104,131,140)
#5E767F
(94,118,127)
#546972
(84,105,114)
#4A5C65
(74,92,101)
#404F58
(64,79,88)
#36424B
(54,66,75)
#2C353E
(44,53,62)
#222831
(34,40,49)
#181B24
(24,27,36)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #729099

#729099
(114,144,153)
#7E9AA2
(126,154,162)
#8AA4AB
(138,164,171)
#96AEB4
(150,174,180)
#A2B8BD
(162,184,189)
#AEC2C6
(174,194,198)
#BACCCF
(186,204,207)
#C6D6D8
(198,214,216)
#D2E0E1
(210,224,225)
#DEEAEA
(222,234,234)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729099; }

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

This text font color is #729099.


Background Color

.myBgColor { background-color: #729099; }

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

This div background color is #729099.


Border color

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

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

This div border color is #729099.


Opacity

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

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

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

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

This text has shadow with #729099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729099 on black background.


Color preview on white background

This text has color #729099 on white background.



Black color preview on #729099 background

This text has black color on #729099 background.


White color preview on #729099 background

This text has white color on #729099 background.