COLOR #72B083

HEX: #72B083 RGB: (114,176,131)

Color info

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

RGB color model

#72B083 color RGB value is (114,176,131).

RGB: (114,176,131) (45%, 69%, 51%)

RGB channels and saturation

R 114 of 255 = 45%
G 176 of 255 = 69%
B 131 of 255 = 51%

114
176
131

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

Portions of RGB colors in percentages

R + G + B = 114 + 176 + 131 = 421 (100%)
R 114 of 421 ~ 27.08%
G 176 of 421 ~ 41.81%
B 131 of 421 ~ 31.12'%

%27.08
%41.81
%31.12

CMYK color model

#72B083 color CMYK value is (35,0,26,31).

  • cyan value is 35.23%
  • magenta value is 0.00%
  • yellow value is 25.57%
  • key color value is 30.98%

CMYK: (35,0,26,31)
C35M0Y26K31 (35%, 0%, 26%, 31%)
(0.35 / 0.00 / 0.26 / 0.31)

CMYK percentages

%35.23
%0
%25.57
%30.98

Codes

Color #72B083 in popluar color models

72 B0 83
RGB 114 176 131
HSL 136° 28.18% 56.86%
HSB/HSV 136° 35.23% 69.02%
CMYK 35.23% 0.00% 25.57%
30.98%

Color #72B083 in popluar number systems.

HEX 72 B0 83
Decimal 114 176 131
Binary 1110010 10110000 10000011
Octal 162 260 203

Shades and tints

Shades of #72B083

#72B083
(114,176,131)
#68A078
(104,160,120)
#5E906D
(94,144,109)
#548062
(84,128,98)
#4A7057
(74,112,87)
#40604C
(64,96,76)
#365041
(54,80,65)
#2C4036
(44,64,54)
#22302B
(34,48,43)
#182020
(24,32,32)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #72B083

#72B083
(114,176,131)
#7EB78E
(126,183,142)
#8ABE99
(138,190,153)
#96C5A4
(150,197,164)
#A2CCAF
(162,204,175)
#AED3BA
(174,211,186)
#BADAC5
(186,218,197)
#C6E1D0
(198,225,208)
#D2E8DB
(210,232,219)
#DEEFE6
(222,239,230)
#EAF6F1
(234,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B083 color. Also use rgb(114,176,131) instead hex code.

Text Font Color

.myTextColor { color: #72B083; }

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

This text font color is #72B083.

Background Color

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

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

This div background color is #72B083.

Border color

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

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

This div border color is #72B083.

Opacity

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

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

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

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

This text has shadow with #72B083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72B083.

Preview

Color preview on black background

This text has color #72B083 on black background.


Color preview on white background

This text has color #72B083 on white background.


Black color preview on #72B083 background

This text has black color on #72B083 background.


White color preview on #72B083 background

This text has white color on #72B083 background.


Related colors

Complementary color

Complementary color for #hex is #8D4F7C.


I love getcolorcode.com

Triadic colors

1 #8372B0 and #B08372 with #72B083 are triadic colors.

2 #83B072 and #B07283 with #72B083 are triadic colors.