COLOR #72A495

HEX: #72A495
RGB: (114,164,149)

Color info

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

RGB color model

#72A495 color RGB value is (114,164,149).

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

RGB channels and saturation

R 114 of 255 = 45%
G 164 of 255 = 64%
B 149 of 255 = 58%

114
164
149

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

Portions of RGB colors in percentages

R + G + B =
114 + 164 + 149 = 427 (100%)
R 114 of 427 ~ 26.7%
G 164 of 427 ~ 38.41%
B 149 of 427 ~ 34.89%

%26.7
%38.41
%34.89

CMYK color model

#72A495 color CMYK value is (30,0,9,36).

  • cyan value is 30.49%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK:
(30,0,9,36)
C30M0Y9K36 
(30%,0%,9%,36%)
(0.30/0.00/0.09/0.36)	

CMYK percentages

%30.49
%0
%9.15
%35.69

Codes

Color #72A495 in popluar color models

72A495
RGB114164149
HSL162°21.55%54.51%
HSB/HSV162°30.49%64.31%
CMYK30.49%0.00%9.15%
35.69%

Color #72A495 in popluar number systems.

HEX72A495
Decimal114164149
Binary11100101010010010010101
Octal162244225

Shades and tints

Shades of #72A495

#72A495
(114,164,149)
#689688
(104,150,136)
#5E887B
(94,136,123)
#547A6E
(84,122,110)
#4A6C61
(74,108,97)
#405E54
(64,94,84)
#365047
(54,80,71)
#2C423A
(44,66,58)
#22342D
(34,52,45)
#182620
(24,38,32)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #72A495

#72A495
(114,164,149)
#7EAC9E
(126,172,158)
#8AB4A7
(138,180,167)
#96BCB0
(150,188,176)
#A2C4B9
(162,196,185)
#AECCC2
(174,204,194)
#BAD4CB
(186,212,203)
#C6DCD4
(198,220,212)
#D2E4DD
(210,228,221)
#DEECE6
(222,236,230)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A495; }

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

This text font color is #72A495.


Background Color

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

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

This div background color is #72A495.


Border color

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

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

This div border color is #72A495.


Opacity

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

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

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

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

This text has shadow with #72A495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A495 on black background.


Color preview on white background

This text has color #72A495 on white background.



Black color preview on #72A495 background

This text has black color on #72A495 background.


White color preview on #72A495 background

This text has white color on #72A495 background.