COLOR #72A5B0

HEX: #72A5B0
RGB: (114,165,176)

Color info

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

RGB color model

#72A5B0 color RGB value is (114,165,176).

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

RGB channels and saturation

R 114 of 255 = 45%
G 165 of 255 = 65%
B 176 of 255 = 69%

114
165
176

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

Portions of RGB colors in percentages

R + G + B =
114 + 165 + 176 = 455 (100%)
R 114 of 455 ~ 25.05%
G 165 of 455 ~ 36.26%
B 176 of 455 ~ 38.68%

%25.05
%36.26
%38.68

CMYK color model

#72A5B0 color CMYK value is (35,6,0,31).

  • cyan value is 35.23%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(35,6,0,31)
C35M6Y0K31 
(35%,6%,0%,31%)
(0.35/0.06/0.00/0.31)	

CMYK percentages

%35.23
%6.25
%0
%30.98

Codes

Color #72A5B0 in popluar color models

72A5B0
RGB114165176
HSL191°28.18%56.86%
HSB/HSV191°35.23%69.02%
CMYK35.23%6.25%0.00%
30.98%

Color #72A5B0 in popluar number systems.

HEX72A5B0
Decimal114165176
Binary11100101010010110110000
Octal162245260

Shades and tints

Shades of #72A5B0

#72A5B0
(114,165,176)
#6896A0
(104,150,160)
#5E8790
(94,135,144)
#547880
(84,120,128)
#4A6970
(74,105,112)
#405A60
(64,90,96)
#364B50
(54,75,80)
#2C3C40
(44,60,64)
#222D30
(34,45,48)
#181E20
(24,30,32)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #72A5B0

#72A5B0
(114,165,176)
#7EADB7
(126,173,183)
#8AB5BE
(138,181,190)
#96BDC5
(150,189,197)
#A2C5CC
(162,197,204)
#AECDD3
(174,205,211)
#BAD5DA
(186,213,218)
#C6DDE1
(198,221,225)
#D2E5E8
(210,229,232)
#DEEDEF
(222,237,239)
#EAF5F6
(234,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A5B0; }

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

This text font color is #72A5B0.


Background Color

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

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

This div background color is #72A5B0.


Border color

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

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

This div border color is #72A5B0.


Opacity

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

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

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

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

This text has shadow with #72A5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A5B0 on black background.


Color preview on white background

This text has color #72A5B0 on white background.



Black color preview on #72A5B0 background

This text has black color on #72A5B0 background.


White color preview on #72A5B0 background

This text has white color on #72A5B0 background.