COLOR #72ACA3

HEX: #72ACA3
RGB: (114,172,163)

Color info

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

RGB color model

#72ACA3 color RGB value is (114,172,163).

  • red value is 114;
  • green value is 172;
  • blue value is 163.
RGB:
(114,172,163)
(45%,67%,64%)

RGB channels and saturation

R 114 of 255 = 45%
G 172 of 255 = 67%
B 163 of 255 = 64%

114
172
163

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

Portions of RGB colors in percentages

R + G + B =
114 + 172 + 163 = 449 (100%)
R 114 of 449 ~ 25.39%
G 172 of 449 ~ 38.31%
B 163 of 449 ~ 36.3%

%25.39
%38.31
%36.3

CMYK color model

#72ACA3 color CMYK value is (34,0,5,33).

  • cyan value is 33.72%
  • magenta value is 0.00%
  • yellow value is 5.23%
  • key color value is 32.55%
CMYK:
(34,0,5,33)
C34M0Y5K33 
(34%,0%,5%,33%)
(0.34/0.00/0.05/0.33)	

CMYK percentages

%33.72
%0
%5.23
%32.55

Codes

Color #72ACA3 in popluar color models

72ACA3
RGB114172163
HSL171°25.89%56.08%
HSB/HSV171°33.72%67.45%
CMYK33.72%0.00%5.23%
32.55%

Color #72ACA3 in popluar number systems.

HEX72ACA3
Decimal114172163
Binary11100101010110010100011
Octal162254243

Shades and tints

Shades of #72ACA3

#72ACA3
(114,172,163)
#689D95
(104,157,149)
#5E8E87
(94,142,135)
#547F79
(84,127,121)
#4A706B
(74,112,107)
#40615D
(64,97,93)
#36524F
(54,82,79)
#2C4341
(44,67,65)
#223433
(34,52,51)
#182525
(24,37,37)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #72ACA3

#72ACA3
(114,172,163)
#7EB3AB
(126,179,171)
#8ABAB3
(138,186,179)
#96C1BB
(150,193,187)
#A2C8C3
(162,200,195)
#AECFCB
(174,207,203)
#BAD6D3
(186,214,211)
#C6DDDB
(198,221,219)
#D2E4E3
(210,228,227)
#DEEBEB
(222,235,235)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72ACA3 color. Also use rgb(114,172,163) instead hex code.

Text Font Color

.myTextColor { color: #72ACA3; }

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

This text font color is #72ACA3.


Background Color

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

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

This div background color is #72ACA3.


Border color

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

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

This div border color is #72ACA3.


Opacity

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

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

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

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

This text has shadow with #72ACA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72ACA3 on black background.


Color preview on white background

This text has color #72ACA3 on white background.



Black color preview on #72ACA3 background

This text has black color on #72ACA3 background.


White color preview on #72ACA3 background

This text has white color on #72ACA3 background.