COLOR #72988F

HEX: #72988F
RGB: (114,152,143)

Color info

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

RGB color model

#72988F color RGB value is (114,152,143).

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

RGB channels and saturation

R 114 of 255 = 45%
G 152 of 255 = 60%
B 143 of 255 = 56%

114
152
143

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

Portions of RGB colors in percentages

R + G + B =
114 + 152 + 143 = 409 (100%)
R 114 of 409 ~ 27.87%
G 152 of 409 ~ 37.16%
B 143 of 409 ~ 34.96%

%27.87
%37.16
%34.96

CMYK color model

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

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 40.39%
CMYK:
(25,0,6,40)
C25M0Y6K40 
(25%,0%,6%,40%)
(0.25/0.00/0.06/0.40)	

CMYK percentages

%25
%0
%5.92
%40.39

Codes

Color #72988F in popluar color models

72988F
RGB114152143
HSL166°15.57%52.16%
HSB/HSV166°25.00%59.61%
CMYK25.00%0.00%5.92%
40.39%

Color #72988F in popluar number systems.

HEX72988F
Decimal114152143
Binary11100101001100010001111
Octal162230217

Shades and tints

Shades of #72988F

#72988F
(114,152,143)
#688B82
(104,139,130)
#5E7E75
(94,126,117)
#547168
(84,113,104)
#4A645B
(74,100,91)
#40574E
(64,87,78)
#364A41
(54,74,65)
#2C3D34
(44,61,52)
#223027
(34,48,39)
#18231A
(24,35,26)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #72988F

#72988F
(114,152,143)
#7EA199
(126,161,153)
#8AAAA3
(138,170,163)
#96B3AD
(150,179,173)
#A2BCB7
(162,188,183)
#AEC5C1
(174,197,193)
#BACECB
(186,206,203)
#C6D7D5
(198,215,213)
#D2E0DF
(210,224,223)
#DEE9E9
(222,233,233)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72988F; }

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

This text font color is #72988F.


Background Color

.myBgColor { background-color: #72988F; }

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

This div background color is #72988F.


Border color

.myBorderColor { border: 1px solid #72988F; }

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

This div border color is #72988F.


Opacity

.myOpacity80 { color: #72988F; opacity: 0.8; }

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

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

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

This text has shadow with #72988F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72988F on black background.


Color preview on white background

This text has color #72988F on white background.



Black color preview on #72988F background

This text has black color on #72988F background.


White color preview on #72988F background

This text has white color on #72988F background.