COLOR #72949D

HEX: #72949D
RGB: (114,148,157)

Color info

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

RGB color model

#72949D color RGB value is (114,148,157).

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

RGB channels and saturation

R 114 of 255 = 45%
G 148 of 255 = 58%
B 157 of 255 = 62%

114
148
157

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

Portions of RGB colors in percentages

R + G + B =
114 + 148 + 157 = 419 (100%)
R 114 of 419 ~ 27.21%
G 148 of 419 ~ 35.32%
B 157 of 419 ~ 37.47%

%27.21
%35.32
%37.47

CMYK color model

#72949D color CMYK value is (27,6,0,38).

  • cyan value is 27.39%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(27,6,0,38)
C27M6Y0K38 
(27%,6%,0%,38%)
(0.27/0.06/0.00/0.38)	

CMYK percentages

%27.39
%5.73
%0
%38.43

Codes

Color #72949D in popluar color models

72949D
RGB114148157
HSL193°17.99%53.14%
HSB/HSV193°27.39%61.57%
CMYK27.39%5.73%0.00%
38.43%

Color #72949D in popluar number systems.

HEX72949D
Decimal114148157
Binary11100101001010010011101
Octal162224235

Shades and tints

Shades of #72949D

#72949D
(114,148,157)
#68878F
(104,135,143)
#5E7A81
(94,122,129)
#546D73
(84,109,115)
#4A6065
(74,96,101)
#405357
(64,83,87)
#364649
(54,70,73)
#2C393B
(44,57,59)
#222C2D
(34,44,45)
#181F1F
(24,31,31)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #72949D

#72949D
(114,148,157)
#7E9DA5
(126,157,165)
#8AA6AD
(138,166,173)
#96AFB5
(150,175,181)
#A2B8BD
(162,184,189)
#AEC1C5
(174,193,197)
#BACACD
(186,202,205)
#C6D3D5
(198,211,213)
#D2DCDD
(210,220,221)
#DEE5E5
(222,229,229)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72949D; }

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

This text font color is #72949D.


Background Color

.myBgColor { background-color: #72949D; }

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

This div background color is #72949D.


Border color

.myBorderColor { border: 1px solid #72949D; }

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

This div border color is #72949D.


Opacity

.myOpacity80 { color: #72949D; opacity: 0.8; }

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

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

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

This text has shadow with #72949D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72949D on black background.


Color preview on white background

This text has color #72949D on white background.



Black color preview on #72949D background

This text has black color on #72949D background.


White color preview on #72949D background

This text has white color on #72949D background.