COLOR #72A39B

HEX: #72A39B
RGB: (114,163,155)

Color info

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

RGB color model

#72A39B color RGB value is (114,163,155).

  • red value is 114;
  • green value is 163;
  • blue value is 155.
RGB:
(114,163,155)
(45%,64%,61%)

RGB channels and saturation

R 114 of 255 = 45%
G 163 of 255 = 64%
B 155 of 255 = 61%

114
163
155

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

Portions of RGB colors in percentages

R + G + B =
114 + 163 + 155 = 432 (100%)
R 114 of 432 ~ 26.39%
G 163 of 432 ~ 37.73%
B 155 of 432 ~ 35.88%

%26.39
%37.73
%35.88

CMYK color model

#72A39B color CMYK value is (30,0,5,36).

  • cyan value is 30.06%
  • magenta value is 0.00%
  • yellow value is 4.91%
  • key color value is 36.08%
CMYK:
(30,0,5,36)
C30M0Y5K36 
(30%,0%,5%,36%)
(0.30/0.00/0.05/0.36)	

CMYK percentages

%30.06
%0
%4.91
%36.08

Codes

Color #72A39B in popluar color models

72A39B
RGB114163155
HSL170°21.03%54.31%
HSB/HSV170°30.06%63.92%
CMYK30.06%0.00%4.91%
36.08%

Color #72A39B in popluar number systems.

HEX72A39B
Decimal114163155
Binary11100101010001110011011
Octal162243233

Shades and tints

Shades of #72A39B

#72A39B
(114,163,155)
#68958D
(104,149,141)
#5E877F
(94,135,127)
#547971
(84,121,113)
#4A6B63
(74,107,99)
#405D55
(64,93,85)
#364F47
(54,79,71)
#2C4139
(44,65,57)
#22332B
(34,51,43)
#18251D
(24,37,29)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #72A39B

#72A39B
(114,163,155)
#7EABA4
(126,171,164)
#8AB3AD
(138,179,173)
#96BBB6
(150,187,182)
#A2C3BF
(162,195,191)
#AECBC8
(174,203,200)
#BAD3D1
(186,211,209)
#C6DBDA
(198,219,218)
#D2E3E3
(210,227,227)
#DEEBEC
(222,235,236)
#EAF3F5
(234,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A39B color. Also use rgb(114,163,155) instead hex code.

Text Font Color

.myTextColor { color: #72A39B; }

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

This text font color is #72A39B.


Background Color

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

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

This div background color is #72A39B.


Border color

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

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

This div border color is #72A39B.


Opacity

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

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

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

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

This text has shadow with #72A39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A39B on black background.


Color preview on white background

This text has color #72A39B on white background.



Black color preview on #72A39B background

This text has black color on #72A39B background.


White color preview on #72A39B background

This text has white color on #72A39B background.