COLOR #72949E

HEX: #72949E
RGB: (114,148,158)

Color info

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

RGB color model

#72949E color RGB value is (114,148,158).

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

RGB channels and saturation

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

114
148
158

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

Portions of RGB colors in percentages

R + G + B =
114 + 148 + 158 = 420 (100%)
R 114 of 420 ~ 27.14%
G 148 of 420 ~ 35.24%
B 158 of 420 ~ 37.62%

%27.14
%35.24
%37.62

CMYK color model

#72949E color CMYK value is (28,6,0,38).

  • cyan value is 27.85%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(28,6,0,38)
C28M6Y0K38 
(28%,6%,0%,38%)
(0.28/0.06/0.00/0.38)	

CMYK percentages

%27.85
%6.33
%0
%38.04

Codes

Color #72949E in popluar color models

72949E
RGB114148158
HSL194°18.49%53.33%
HSB/HSV194°27.85%61.96%
CMYK27.85%6.33%0.00%
38.04%

Color #72949E in popluar number systems.

HEX72949E
Decimal114148158
Binary11100101001010010011110
Octal162224236

Shades and tints

Shades of #72949E

#72949E
(114,148,158)
#688790
(104,135,144)
#5E7A82
(94,122,130)
#546D74
(84,109,116)
#4A6066
(74,96,102)
#405358
(64,83,88)
#36464A
(54,70,74)
#2C393C
(44,57,60)
#222C2E
(34,44,46)
#181F20
(24,31,32)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #72949E

#72949E
(114,148,158)
#7E9DA6
(126,157,166)
#8AA6AE
(138,166,174)
#96AFB6
(150,175,182)
#A2B8BE
(162,184,190)
#AEC1C6
(174,193,198)
#BACACE
(186,202,206)
#C6D3D6
(198,211,214)
#D2DCDE
(210,220,222)
#DEE5E6
(222,229,230)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72949E; }

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

This text font color is #72949E.


Background Color

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

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

This div background color is #72949E.


Border color

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

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

This div border color is #72949E.


Opacity

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

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

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

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

This text has shadow with #72949E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72949E on black background.


Color preview on white background

This text has color #72949E on white background.



Black color preview on #72949E background

This text has black color on #72949E background.


White color preview on #72949E background

This text has white color on #72949E background.