COLOR #72A290

HEX: #72A290
RGB: (114,162,144)

Color info

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

RGB color model

#72A290 color RGB value is (114,162,144).

  • red value is 114;
  • green value is 162;
  • blue value is 144.
RGB:
(114,162,144)
(45%,64%,56%)

RGB channels and saturation

R 114 of 255 = 45%
G 162 of 255 = 64%
B 144 of 255 = 56%

114
162
144

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

Portions of RGB colors in percentages

R + G + B =
114 + 162 + 144 = 420 (100%)
R 114 of 420 ~ 27.14%
G 162 of 420 ~ 38.57%
B 144 of 420 ~ 34.29%

%27.14
%38.57
%34.29

CMYK color model

#72A290 color CMYK value is (30,0,11,36).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 36.47%
CMYK:
(30,0,11,36)
C30M0Y11K36 
(30%,0%,11%,36%)
(0.30/0.00/0.11/0.36)	

CMYK percentages

%29.63
%0
%11.11
%36.47

Codes

Color #72A290 in popluar color models

72A290
RGB114162144
HSL158°20.51%54.12%
HSB/HSV158°29.63%63.53%
CMYK29.63%0.00%11.11%
36.47%

Color #72A290 in popluar number systems.

HEX72A290
Decimal114162144
Binary11100101010001010010000
Octal162242220

Shades and tints

Shades of #72A290

#72A290
(114,162,144)
#689483
(104,148,131)
#5E8676
(94,134,118)
#547869
(84,120,105)
#4A6A5C
(74,106,92)
#405C4F
(64,92,79)
#364E42
(54,78,66)
#2C4035
(44,64,53)
#223228
(34,50,40)
#18241B
(24,36,27)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #72A290

#72A290
(114,162,144)
#7EAA9A
(126,170,154)
#8AB2A4
(138,178,164)
#96BAAE
(150,186,174)
#A2C2B8
(162,194,184)
#AECAC2
(174,202,194)
#BAD2CC
(186,210,204)
#C6DAD6
(198,218,214)
#D2E2E0
(210,226,224)
#DEEAEA
(222,234,234)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A290 color. Also use rgb(114,162,144) instead hex code.

Text Font Color

.myTextColor { color: #72A290; }

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

This text font color is #72A290.


Background Color

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

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

This div background color is #72A290.


Border color

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

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

This div border color is #72A290.


Opacity

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

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

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

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

This text has shadow with #72A290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A290 on black background.


Color preview on white background

This text has color #72A290 on white background.



Black color preview on #72A290 background

This text has black color on #72A290 background.


White color preview on #72A290 background

This text has white color on #72A290 background.