COLOR #72A594

HEX: #72A594
RGB: (114,165,148)

Color info

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

RGB color model

#72A594 color RGB value is (114,165,148).

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

RGB channels and saturation

R 114 of 255 = 45%
G 165 of 255 = 65%
B 148 of 255 = 58%

114
165
148

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

Portions of RGB colors in percentages

R + G + B =
114 + 165 + 148 = 427 (100%)
R 114 of 427 ~ 26.7%
G 165 of 427 ~ 38.64%
B 148 of 427 ~ 34.66%

%26.7
%38.64
%34.66

CMYK color model

#72A594 color CMYK value is (31,0,10,35).

  • cyan value is 30.91%
  • magenta value is 0.00%
  • yellow value is 10.30%
  • key color value is 35.29%
CMYK:
(31,0,10,35)
C31M0Y10K35 
(31%,0%,10%,35%)
(0.31/0.00/0.10/0.35)	

CMYK percentages

%30.91
%0
%10.3
%35.29

Codes

Color #72A594 in popluar color models

72A594
RGB114165148
HSL160°22.08%54.71%
HSB/HSV160°30.91%64.71%
CMYK30.91%0.00%10.30%
35.29%

Color #72A594 in popluar number systems.

HEX72A594
Decimal114165148
Binary11100101010010110010100
Octal162245224

Shades and tints

Shades of #72A594

#72A594
(114,165,148)
#689687
(104,150,135)
#5E877A
(94,135,122)
#54786D
(84,120,109)
#4A6960
(74,105,96)
#405A53
(64,90,83)
#364B46
(54,75,70)
#2C3C39
(44,60,57)
#222D2C
(34,45,44)
#181E1F
(24,30,31)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #72A594

#72A594
(114,165,148)
#7EAD9D
(126,173,157)
#8AB5A6
(138,181,166)
#96BDAF
(150,189,175)
#A2C5B8
(162,197,184)
#AECDC1
(174,205,193)
#BAD5CA
(186,213,202)
#C6DDD3
(198,221,211)
#D2E5DC
(210,229,220)
#DEEDE5
(222,237,229)
#EAF5EE
(234,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A594; }

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

This text font color is #72A594.


Background Color

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

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

This div background color is #72A594.


Border color

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

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

This div border color is #72A594.


Opacity

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

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

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

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

This text has shadow with #72A594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A594 on black background.


Color preview on white background

This text has color #72A594 on white background.



Black color preview on #72A594 background

This text has black color on #72A594 background.


White color preview on #72A594 background

This text has white color on #72A594 background.