COLOR #72A4C0

HEX: #72A4C0
RGB: (114,164,192)

Color info

#72A4C0 contains mainly green and blue colors. Web safe color of #72A4C0 is #6699CC (or #69C).

RGB color model

#72A4C0 color RGB value is (114,164,192).

  • red value is 114;
  • green value is 164;
  • blue value is 192.
RGB:
(114,164,192)
(45%,64%,75%)

RGB channels and saturation

R 114 of 255 = 45%
G 164 of 255 = 64%
B 192 of 255 = 75%

114
164
192

R + G + B ~ 61%. #72A4C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 164 + 192 = 470 (100%)
R 114 of 470 ~ 24.26%
G 164 of 470 ~ 34.89%
B 192 of 470 ~ 40.85%

%24.26
%34.89
%40.85

CMYK color model

#72A4C0 color CMYK value is (41,15,0,25).

  • cyan value is 40.63%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(41,15,0,25)
C41M15Y0K25 
(41%,15%,0%,25%)
(0.41/0.15/0.00/0.25)	

CMYK percentages

%40.63
%14.58
%0
%24.71

Codes

Color #72A4C0 in popluar color models

72A4C0
RGB114164192
HSL202°38.24%60.00%
HSB/HSV202°40.63%75.29%
CMYK40.63%14.58%0.00%
24.71%

Color #72A4C0 in popluar number systems.

HEX72A4C0
Decimal114164192
Binary11100101010010011000000
Octal162244300

Shades and tints

Shades of #72A4C0

#72A4C0
(114,164,192)
#6896AF
(104,150,175)
#5E889E
(94,136,158)
#547A8D
(84,122,141)
#4A6C7C
(74,108,124)
#405E6B
(64,94,107)
#36505A
(54,80,90)
#2C4249
(44,66,73)
#223438
(34,52,56)
#182627
(24,38,39)
#0E1816
(14,24,22)
#000000
(0,0,0)

Tints of #72A4C0

#72A4C0
(114,164,192)
#7EACC5
(126,172,197)
#8AB4CA
(138,180,202)
#96BCCF
(150,188,207)
#A2C4D4
(162,196,212)
#AECCD9
(174,204,217)
#BAD4DE
(186,212,222)
#C6DCE3
(198,220,227)
#D2E4E8
(210,228,232)
#DEECED
(222,236,237)
#EAF4F2
(234,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A4C0 color. Also use rgb(114,164,192) instead hex code.

Text Font Color

.myTextColor { color: #72A4C0; }

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

This text font color is #72A4C0.


Background Color

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

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

This div background color is #72A4C0.


Border color

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

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

This div border color is #72A4C0.


Opacity

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

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

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

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

This text has shadow with #72A4C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A4C0 on black background.


Color preview on white background

This text has color #72A4C0 on white background.



Black color preview on #72A4C0 background

This text has black color on #72A4C0 background.


White color preview on #72A4C0 background

This text has white color on #72A4C0 background.