COLOR #729097

HEX: #729097
RGB: (114,144,151)

Color info

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

RGB color model

#729097 color RGB value is (114,144,151).

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

RGB channels and saturation

R 114 of 255 = 45%
G 144 of 255 = 56%
B 151 of 255 = 59%

114
144
151

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

Portions of RGB colors in percentages

R + G + B =
114 + 144 + 151 = 409 (100%)
R 114 of 409 ~ 27.87%
G 144 of 409 ~ 35.21%
B 151 of 409 ~ 36.92%

%27.87
%35.21
%36.92

CMYK color model

#729097 color CMYK value is (25,5,0,41).

  • cyan value is 24.50%
  • magenta value is 4.64%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(25,5,0,41)
C25M5Y0K41 
(25%,5%,0%,41%)
(0.25/0.05/0.00/0.41)	

CMYK percentages

%24.5
%4.64
%0
%40.78

Codes

Color #729097 in popluar color models

729097
RGB114144151
HSL191°15.10%51.96%
HSB/HSV191°24.50%59.22%
CMYK24.50%4.64%0.00%
40.78%

Color #729097 in popluar number systems.

HEX729097
Decimal114144151
Binary11100101001000010010111
Octal162220227

Shades and tints

Shades of #729097

#729097
(114,144,151)
#68838A
(104,131,138)
#5E767D
(94,118,125)
#546970
(84,105,112)
#4A5C63
(74,92,99)
#404F56
(64,79,86)
#364249
(54,66,73)
#2C353C
(44,53,60)
#22282F
(34,40,47)
#181B22
(24,27,34)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #729097

#729097
(114,144,151)
#7E9AA0
(126,154,160)
#8AA4A9
(138,164,169)
#96AEB2
(150,174,178)
#A2B8BB
(162,184,187)
#AEC2C4
(174,194,196)
#BACCCD
(186,204,205)
#C6D6D6
(198,214,214)
#D2E0DF
(210,224,223)
#DEEAE8
(222,234,232)
#EAF4F1
(234,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729097; }

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

This text font color is #729097.


Background Color

.myBgColor { background-color: #729097; }

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

This div background color is #729097.


Border color

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

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

This div border color is #729097.


Opacity

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

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

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

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

This text has shadow with #729097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729097 on black background.


Color preview on white background

This text has color #729097 on white background.



Black color preview on #729097 background

This text has black color on #729097 background.


White color preview on #729097 background

This text has white color on #729097 background.