COLOR #72A583

HEX: #72A583
RGB: (114,165,131)

Color info

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

RGB color model

#72A583 color RGB value is (114,165,131).

  • red value is 114;
  • green value is 165;
  • blue value is 131.
RGB:
(114,165,131)
(45%,65%,51%)

RGB channels and saturation

R 114 of 255 = 45%
G 165 of 255 = 65%
B 131 of 255 = 51%

114
165
131

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

Portions of RGB colors in percentages

R + G + B =
114 + 165 + 131 = 410 (100%)
R 114 of 410 ~ 27.8%
G 165 of 410 ~ 40.24%
B 131 of 410 ~ 31.95%

%27.8
%40.24
%31.95

CMYK color model

#72A583 color CMYK value is (31,0,21,35).

  • cyan value is 30.91%
  • magenta value is 0.00%
  • yellow value is 20.61%
  • key color value is 35.29%
CMYK:
(31,0,21,35)
C31M0Y21K35 
(31%,0%,21%,35%)
(0.31/0.00/0.21/0.35)	

CMYK percentages

%30.91
%0
%20.61
%35.29

Codes

Color #72A583 in popluar color models

72A583
RGB114165131
HSL140°22.08%54.71%
HSB/HSV140°30.91%64.71%
CMYK30.91%0.00%20.61%
35.29%

Color #72A583 in popluar number systems.

HEX72A583
Decimal114165131
Binary11100101010010110000011
Octal162245203

Shades and tints

Shades of #72A583

#72A583
(114,165,131)
#689678
(104,150,120)
#5E876D
(94,135,109)
#547862
(84,120,98)
#4A6957
(74,105,87)
#405A4C
(64,90,76)
#364B41
(54,75,65)
#2C3C36
(44,60,54)
#222D2B
(34,45,43)
#181E20
(24,30,32)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #72A583

#72A583
(114,165,131)
#7EAD8E
(126,173,142)
#8AB599
(138,181,153)
#96BDA4
(150,189,164)
#A2C5AF
(162,197,175)
#AECDBA
(174,205,186)
#BAD5C5
(186,213,197)
#C6DDD0
(198,221,208)
#D2E5DB
(210,229,219)
#DEEDE6
(222,237,230)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A583 color. Also use rgb(114,165,131) instead hex code.

Text Font Color

.myTextColor { color: #72A583; }

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

This text font color is #72A583.


Background Color

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

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

This div background color is #72A583.


Border color

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

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

This div border color is #72A583.


Opacity

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

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

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

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

This text has shadow with #72A583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A583 on black background.


Color preview on white background

This text has color #72A583 on white background.



Black color preview on #72A583 background

This text has black color on #72A583 background.


White color preview on #72A583 background

This text has white color on #72A583 background.