COLOR #72988C

HEX: #72988C
RGB: (114,152,140)

Color info

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

RGB color model

#72988C color RGB value is (114,152,140).

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

RGB channels and saturation

R 114 of 255 = 45%
G 152 of 255 = 60%
B 140 of 255 = 55%

114
152
140

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

Portions of RGB colors in percentages

R + G + B =
114 + 152 + 140 = 406 (100%)
R 114 of 406 ~ 28.08%
G 152 of 406 ~ 37.44%
B 140 of 406 ~ 34.48%

%28.08
%37.44
%34.48

CMYK color model

#72988C color CMYK value is (25,0,8,40).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(25,0,8,40)
C25M0Y8K40 
(25%,0%,8%,40%)
(0.25/0.00/0.08/0.40)	

CMYK percentages

%25
%0
%7.89
%40.39

Codes

Color #72988C in popluar color models

72988C
RGB114152140
HSL161°15.57%52.16%
HSB/HSV161°25.00%59.61%
CMYK25.00%0.00%7.89%
40.39%

Color #72988C in popluar number systems.

HEX72988C
Decimal114152140
Binary11100101001100010001100
Octal162230214

Shades and tints

Shades of #72988C

#72988C
(114,152,140)
#688B80
(104,139,128)
#5E7E74
(94,126,116)
#547168
(84,113,104)
#4A645C
(74,100,92)
#405750
(64,87,80)
#364A44
(54,74,68)
#2C3D38
(44,61,56)
#22302C
(34,48,44)
#182320
(24,35,32)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #72988C

#72988C
(114,152,140)
#7EA196
(126,161,150)
#8AAAA0
(138,170,160)
#96B3AA
(150,179,170)
#A2BCB4
(162,188,180)
#AEC5BE
(174,197,190)
#BACEC8
(186,206,200)
#C6D7D2
(198,215,210)
#D2E0DC
(210,224,220)
#DEE9E6
(222,233,230)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72988C; }

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

This text font color is #72988C.


Background Color

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

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

This div background color is #72988C.


Border color

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

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

This div border color is #72988C.


Opacity

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

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

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

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

This text has shadow with #72988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72988C on black background.


Color preview on white background

This text has color #72988C on white background.



Black color preview on #72988C background

This text has black color on #72988C background.


White color preview on #72988C background

This text has white color on #72988C background.