COLOR #72A38B

HEX: #72A38B
RGB: (114,163,139)

Color info

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

RGB color model

#72A38B color RGB value is (114,163,139).

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

RGB channels and saturation

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

114
163
139

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

Portions of RGB colors in percentages

R + G + B =
114 + 163 + 139 = 416 (100%)
R 114 of 416 ~ 27.4%
G 163 of 416 ~ 39.18%
B 139 of 416 ~ 33.41%

%27.4
%39.18
%33.41

CMYK color model

#72A38B color CMYK value is (30,0,15,36).

  • cyan value is 30.06%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 36.08%
CMYK:
(30,0,15,36)
C30M0Y15K36 
(30%,0%,15%,36%)
(0.30/0.00/0.15/0.36)	

CMYK percentages

%30.06
%0
%14.72
%36.08

Codes

Color #72A38B in popluar color models

72A38B
RGB114163139
HSL151°21.03%54.31%
HSB/HSV151°30.06%63.92%
CMYK30.06%0.00%14.72%
36.08%

Color #72A38B in popluar number systems.

HEX72A38B
Decimal114163139
Binary11100101010001110001011
Octal162243213

Shades and tints

Shades of #72A38B

#72A38B
(114,163,139)
#68957F
(104,149,127)
#5E8773
(94,135,115)
#547967
(84,121,103)
#4A6B5B
(74,107,91)
#405D4F
(64,93,79)
#364F43
(54,79,67)
#2C4137
(44,65,55)
#22332B
(34,51,43)
#18251F
(24,37,31)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #72A38B

#72A38B
(114,163,139)
#7EAB95
(126,171,149)
#8AB39F
(138,179,159)
#96BBA9
(150,187,169)
#A2C3B3
(162,195,179)
#AECBBD
(174,203,189)
#BAD3C7
(186,211,199)
#C6DBD1
(198,219,209)
#D2E3DB
(210,227,219)
#DEEBE5
(222,235,229)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A38B; }

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

This text font color is #72A38B.


Background Color

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

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

This div background color is #72A38B.


Border color

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

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

This div border color is #72A38B.


Opacity

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

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

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

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

This text has shadow with #72A38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A38B on black background.


Color preview on white background

This text has color #72A38B on white background.



Black color preview on #72A38B background

This text has black color on #72A38B background.


White color preview on #72A38B background

This text has white color on #72A38B background.