COLOR #729498

HEX: #729498
RGB: (114,148,152)

Color info

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

RGB color model

#729498 color RGB value is (114,148,152).

  • red value is 114;
  • green value is 148;
  • blue value is 152.
RGB:
(114,148,152)
(45%,58%,60%)

RGB channels and saturation

R 114 of 255 = 45%
G 148 of 255 = 58%
B 152 of 255 = 60%

114
148
152

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

Portions of RGB colors in percentages

R + G + B =
114 + 148 + 152 = 414 (100%)
R 114 of 414 ~ 27.54%
G 148 of 414 ~ 35.75%
B 152 of 414 ~ 36.71%

%27.54
%35.75
%36.71

CMYK color model

#729498 color CMYK value is (25,3,0,40).

  • cyan value is 25.00%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(25,3,0,40)
C25M3Y0K40 
(25%,3%,0%,40%)
(0.25/0.03/0.00/0.40)	

CMYK percentages

%25
%2.63
%0
%40.39

Codes

Color #729498 in popluar color models

729498
RGB114148152
HSL186°15.57%52.16%
HSB/HSV186°25.00%59.61%
CMYK25.00%2.63%0.00%
40.39%

Color #729498 in popluar number systems.

HEX729498
Decimal114148152
Binary11100101001010010011000
Octal162224230

Shades and tints

Shades of #729498

#729498
(114,148,152)
#68878B
(104,135,139)
#5E7A7E
(94,122,126)
#546D71
(84,109,113)
#4A6064
(74,96,100)
#405357
(64,83,87)
#36464A
(54,70,74)
#2C393D
(44,57,61)
#222C30
(34,44,48)
#181F23
(24,31,35)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #729498

#729498
(114,148,152)
#7E9DA1
(126,157,161)
#8AA6AA
(138,166,170)
#96AFB3
(150,175,179)
#A2B8BC
(162,184,188)
#AEC1C5
(174,193,197)
#BACACE
(186,202,206)
#C6D3D7
(198,211,215)
#D2DCE0
(210,220,224)
#DEE5E9
(222,229,233)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729498; }

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

This text font color is #729498.


Background Color

.myBgColor { background-color: #729498; }

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

This div background color is #729498.


Border color

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

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

This div border color is #729498.


Opacity

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

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

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

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

This text has shadow with #729498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729498 on black background.


Color preview on white background

This text has color #729498 on white background.



Black color preview on #729498 background

This text has black color on #729498 background.


White color preview on #729498 background

This text has white color on #729498 background.