COLOR #72B38B

HEX: #72B38B
RGB: (114,179,139)

Color info

#72B38B contains mainly green and blue colors. Web safe color of #72B38B is #669999 (or #699).

RGB color model

#72B38B color RGB value is (114,179,139).

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

RGB channels and saturation

R 114 of 255 = 45%
G 179 of 255 = 70%
B 139 of 255 = 55%

114
179
139

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

Portions of RGB colors in percentages

R + G + B =
114 + 179 + 139 = 432 (100%)
R 114 of 432 ~ 26.39%
G 179 of 432 ~ 41.44%
B 139 of 432 ~ 32.18%

%26.39
%41.44
%32.18

CMYK color model

#72B38B color CMYK value is (36,0,22,30).

  • cyan value is 36.31%
  • magenta value is 0.00%
  • yellow value is 22.35%
  • key color value is 29.80%
CMYK:
(36,0,22,30)
C36M0Y22K30 
(36%,0%,22%,30%)
(0.36/0.00/0.22/0.30)	

CMYK percentages

%36.31
%0
%22.35
%29.8

Codes

Color #72B38B in popluar color models

72B38B
RGB114179139
HSL143°29.95%57.45%
HSB/HSV143°36.31%70.20%
CMYK36.31%0.00%22.35%
29.80%

Color #72B38B in popluar number systems.

HEX72B38B
Decimal114179139
Binary11100101011001110001011
Octal162263213

Shades and tints

Shades of #72B38B

#72B38B
(114,179,139)
#68A37F
(104,163,127)
#5E9373
(94,147,115)
#548367
(84,131,103)
#4A735B
(74,115,91)
#40634F
(64,99,79)
#365343
(54,83,67)
#2C4337
(44,67,55)
#22332B
(34,51,43)
#18231F
(24,35,31)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #72B38B

#72B38B
(114,179,139)
#7EB995
(126,185,149)
#8ABF9F
(138,191,159)
#96C5A9
(150,197,169)
#A2CBB3
(162,203,179)
#AED1BD
(174,209,189)
#BAD7C7
(186,215,199)
#C6DDD1
(198,221,209)
#D2E3DB
(210,227,219)
#DEE9E5
(222,233,229)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B38B; }

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

This text font color is #72B38B.


Background Color

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

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

This div background color is #72B38B.


Border color

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

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

This div border color is #72B38B.


Opacity

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

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

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

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

This text has shadow with #72B38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B38B on black background.


Color preview on white background

This text has color #72B38B on white background.



Black color preview on #72B38B background

This text has black color on #72B38B background.


White color preview on #72B38B background

This text has white color on #72B38B background.