COLOR #72B47E

HEX: #72B47E
RGB: (114,180,126)

Color info

#72B47E contains mainly green and blue colors. Web safe color of #72B47E is #66CC66 (or #6C6).

RGB color model

#72B47E color RGB value is (114,180,126).

  • red value is 114;
  • green value is 180;
  • blue value is 126.
RGB:
(114,180,126)
(45%,71%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 180 of 255 = 71%
B 126 of 255 = 49%

114
180
126

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

Portions of RGB colors in percentages

R + G + B =
114 + 180 + 126 = 420 (100%)
R 114 of 420 ~ 27.14%
G 180 of 420 ~ 42.86%
B 126 of 420 ~ 30%

%27.14
%42.86
%30

CMYK color model

#72B47E color CMYK value is (37,0,30,29).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 29.41%
CMYK:
(37,0,30,29)
C37M0Y30K29 
(37%,0%,30%,29%)
(0.37/0.00/0.30/0.29)	

CMYK percentages

%36.67
%0
%30
%29.41

Codes

Color #72B47E in popluar color models

72B47E
RGB114180126
HSL131°30.56%57.65%
HSB/HSV131°36.67%70.59%
CMYK36.67%0.00%30.00%
29.41%

Color #72B47E in popluar number systems.

HEX72B47E
Decimal114180126
Binary1110010101101001111110
Octal162264176

Shades and tints

Shades of #72B47E

#72B47E
(114,180,126)
#68A473
(104,164,115)
#5E9468
(94,148,104)
#54845D
(84,132,93)
#4A7452
(74,116,82)
#406447
(64,100,71)
#36543C
(54,84,60)
#2C4431
(44,68,49)
#223426
(34,52,38)
#18241B
(24,36,27)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #72B47E

#72B47E
(114,180,126)
#7EBA89
(126,186,137)
#8AC094
(138,192,148)
#96C69F
(150,198,159)
#A2CCAA
(162,204,170)
#AED2B5
(174,210,181)
#BAD8C0
(186,216,192)
#C6DECB
(198,222,203)
#D2E4D6
(210,228,214)
#DEEAE1
(222,234,225)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B47E color. Also use rgb(114,180,126) instead hex code.

Text Font Color

.myTextColor { color: #72B47E; }

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

This text font color is #72B47E.


Background Color

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

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

This div background color is #72B47E.


Border color

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

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

This div border color is #72B47E.


Opacity

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

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

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

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

This text has shadow with #72B47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B47E on black background.


Color preview on white background

This text has color #72B47E on white background.



Black color preview on #72B47E background

This text has black color on #72B47E background.


White color preview on #72B47E background

This text has white color on #72B47E background.