COLOR #72A28B

HEX: #72A28B
RGB: (114,162,139)

Color info

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

RGB color model

#72A28B color RGB value is (114,162,139).

  • red value is 114;
  • green value is 162;
  • blue value is 139.
RGB:
(114,162,139)
(45%,64%,55%)

RGB channels and saturation

R 114 of 255 = 45%
G 162 of 255 = 64%
B 139 of 255 = 55%

114
162
139

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

Portions of RGB colors in percentages

R + G + B =
114 + 162 + 139 = 415 (100%)
R 114 of 415 ~ 27.47%
G 162 of 415 ~ 39.04%
B 139 of 415 ~ 33.49%

%27.47
%39.04
%33.49

CMYK color model

#72A28B color CMYK value is (30,0,14,36).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 36.47%
CMYK:
(30,0,14,36)
C30M0Y14K36 
(30%,0%,14%,36%)
(0.30/0.00/0.14/0.36)	

CMYK percentages

%29.63
%0
%14.2
%36.47

Codes

Color #72A28B in popluar color models

72A28B
RGB114162139
HSL151°20.51%54.12%
HSB/HSV151°29.63%63.53%
CMYK29.63%0.00%14.20%
36.47%

Color #72A28B in popluar number systems.

HEX72A28B
Decimal114162139
Binary11100101010001010001011
Octal162242213

Shades and tints

Shades of #72A28B

#72A28B
(114,162,139)
#68947F
(104,148,127)
#5E8673
(94,134,115)
#547867
(84,120,103)
#4A6A5B
(74,106,91)
#405C4F
(64,92,79)
#364E43
(54,78,67)
#2C4037
(44,64,55)
#22322B
(34,50,43)
#18241F
(24,36,31)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #72A28B

#72A28B
(114,162,139)
#7EAA95
(126,170,149)
#8AB29F
(138,178,159)
#96BAA9
(150,186,169)
#A2C2B3
(162,194,179)
#AECABD
(174,202,189)
#BAD2C7
(186,210,199)
#C6DAD1
(198,218,209)
#D2E2DB
(210,226,219)
#DEEAE5
(222,234,229)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A28B color. Also use rgb(114,162,139) instead hex code.

Text Font Color

.myTextColor { color: #72A28B; }

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

This text font color is #72A28B.


Background Color

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

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

This div background color is #72A28B.


Border color

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

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

This div border color is #72A28B.


Opacity

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

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

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

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

This text has shadow with #72A28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A28B on black background.


Color preview on white background

This text has color #72A28B on white background.



Black color preview on #72A28B background

This text has black color on #72A28B background.


White color preview on #72A28B background

This text has white color on #72A28B background.