COLOR #72AF8D

HEX: #72AF8D
RGB: (114,175,141)

Color info

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

RGB color model

#72AF8D color RGB value is (114,175,141).

  • red value is 114;
  • green value is 175;
  • blue value is 141.
RGB:
(114,175,141)
(45%,69%,55%)

RGB channels and saturation

R 114 of 255 = 45%
G 175 of 255 = 69%
B 141 of 255 = 55%

114
175
141

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

Portions of RGB colors in percentages

R + G + B =
114 + 175 + 141 = 430 (100%)
R 114 of 430 ~ 26.51%
G 175 of 430 ~ 40.7%
B 141 of 430 ~ 32.79%

%26.51
%40.7
%32.79

CMYK color model

#72AF8D color CMYK value is (35,0,19,31).

  • cyan value is 34.86%
  • magenta value is 0.00%
  • yellow value is 19.43%
  • key color value is 31.37%
CMYK:
(35,0,19,31)
C35M0Y19K31 
(35%,0%,19%,31%)
(0.35/0.00/0.19/0.31)	

CMYK percentages

%34.86
%0
%19.43
%31.37

Codes

Color #72AF8D in popluar color models

72AF8D
RGB114175141
HSL147°27.60%56.67%
HSB/HSV147°34.86%68.63%
CMYK34.86%0.00%19.43%
31.37%

Color #72AF8D in popluar number systems.

HEX72AF8D
Decimal114175141
Binary11100101010111110001101
Octal162257215

Shades and tints

Shades of #72AF8D

#72AF8D
(114,175,141)
#68A081
(104,160,129)
#5E9175
(94,145,117)
#548269
(84,130,105)
#4A735D
(74,115,93)
#406451
(64,100,81)
#365545
(54,85,69)
#2C4639
(44,70,57)
#22372D
(34,55,45)
#182821
(24,40,33)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #72AF8D

#72AF8D
(114,175,141)
#7EB697
(126,182,151)
#8ABDA1
(138,189,161)
#96C4AB
(150,196,171)
#A2CBB5
(162,203,181)
#AED2BF
(174,210,191)
#BAD9C9
(186,217,201)
#C6E0D3
(198,224,211)
#D2E7DD
(210,231,221)
#DEEEE7
(222,238,231)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72AF8D color. Also use rgb(114,175,141) instead hex code.

Text Font Color

.myTextColor { color: #72AF8D; }

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

This text font color is #72AF8D.


Background Color

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

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

This div background color is #72AF8D.


Border color

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

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

This div border color is #72AF8D.


Opacity

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

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

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

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

This text has shadow with #72AF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AF8D on black background.


Color preview on white background

This text has color #72AF8D on white background.



Black color preview on #72AF8D background

This text has black color on #72AF8D background.


White color preview on #72AF8D background

This text has white color on #72AF8D background.