COLOR #72A084

HEX: #72A084
RGB: (114,160,132)

Color info

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

RGB color model

#72A084 color RGB value is (114,160,132).

  • red value is 114;
  • green value is 160;
  • blue value is 132.
RGB:
(114,160,132)
(45%,63%,52%)

RGB channels and saturation

R 114 of 255 = 45%
G 160 of 255 = 63%
B 132 of 255 = 52%

114
160
132

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

Portions of RGB colors in percentages

R + G + B =
114 + 160 + 132 = 406 (100%)
R 114 of 406 ~ 28.08%
G 160 of 406 ~ 39.41%
B 132 of 406 ~ 32.51%

%28.08
%39.41
%32.51

CMYK color model

#72A084 color CMYK value is (29,0,18,37).

  • cyan value is 28.75%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 37.25%
CMYK:
(29,0,18,37)
C29M0Y18K37 
(29%,0%,18%,37%)
(0.29/0.00/0.18/0.37)	

CMYK percentages

%28.75
%0
%17.5
%37.25

Codes

Color #72A084 in popluar color models

72A084
RGB114160132
HSL143°19.49%53.73%
HSB/HSV143°28.75%62.75%
CMYK28.75%0.00%17.50%
37.25%

Color #72A084 in popluar number systems.

HEX72A084
Decimal114160132
Binary11100101010000010000100
Octal162240204

Shades and tints

Shades of #72A084

#72A084
(114,160,132)
#689278
(104,146,120)
#5E846C
(94,132,108)
#547660
(84,118,96)
#4A6854
(74,104,84)
#405A48
(64,90,72)
#364C3C
(54,76,60)
#2C3E30
(44,62,48)
#223024
(34,48,36)
#182218
(24,34,24)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #72A084

#72A084
(114,160,132)
#7EA88F
(126,168,143)
#8AB09A
(138,176,154)
#96B8A5
(150,184,165)
#A2C0B0
(162,192,176)
#AEC8BB
(174,200,187)
#BAD0C6
(186,208,198)
#C6D8D1
(198,216,209)
#D2E0DC
(210,224,220)
#DEE8E7
(222,232,231)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A084 color. Also use rgb(114,160,132) instead hex code.

Text Font Color

.myTextColor { color: #72A084; }

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

This text font color is #72A084.


Background Color

.myBgColor { background-color: #72A084; }

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

This div background color is #72A084.


Border color

.myBorderColor { border: 1px solid #72A084; }

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

This div border color is #72A084.


Opacity

.myOpacity80 { color: #72A084; opacity: 0.8; }

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

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

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

This text has shadow with #72A084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A084 on black background.


Color preview on white background

This text has color #72A084 on white background.



Black color preview on #72A084 background

This text has black color on #72A084 background.


White color preview on #72A084 background

This text has white color on #72A084 background.