COLOR #73AA88

HEX: #73AA88
RGB: (115,170,136)

Color info

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

RGB color model

#73AA88 color RGB value is (115,170,136).

  • red value is 115;
  • green value is 170;
  • blue value is 136.
RGB:
(115,170,136)
(45%,67%,53%)

RGB channels and saturation

R 115 of 255 = 45%
G 170 of 255 = 67%
B 136 of 255 = 53%

115
170
136

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

Portions of RGB colors in percentages

R + G + B =
115 + 170 + 136 = 421 (100%)
R 115 of 421 ~ 27.32%
G 170 of 421 ~ 40.38%
B 136 of 421 ~ 32.3%

%27.32
%40.38
%32.3

CMYK color model

#73AA88 color CMYK value is (32,0,20,33).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(32,0,20,33)
C32M0Y20K33 
(32%,0%,20%,33%)
(0.32/0.00/0.20/0.33)	

CMYK percentages

%32.35
%0
%20
%33.33

Codes

Color #73AA88 in popluar color models

73AA88
RGB115170136
HSL143°24.44%55.88%
HSB/HSV143°32.35%66.67%
CMYK32.35%0.00%20.00%
33.33%

Color #73AA88 in popluar number systems.

HEX73AA88
Decimal115170136
Binary11100111010101010001000
Octal163252210

Shades and tints

Shades of #73AA88

#73AA88
(115,170,136)
#699B7C
(105,155,124)
#5F8C70
(95,140,112)
#557D64
(85,125,100)
#4B6E58
(75,110,88)
#415F4C
(65,95,76)
#375040
(55,80,64)
#2D4134
(45,65,52)
#233228
(35,50,40)
#19231C
(25,35,28)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #73AA88

#73AA88
(115,170,136)
#7FB192
(127,177,146)
#8BB89C
(139,184,156)
#97BFA6
(151,191,166)
#A3C6B0
(163,198,176)
#AFCDBA
(175,205,186)
#BBD4C4
(187,212,196)
#C7DBCE
(199,219,206)
#D3E2D8
(211,226,216)
#DFE9E2
(223,233,226)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73AA88 color. Also use rgb(115,170,136) instead hex code.

Text Font Color

.myTextColor { color: #73AA88; }

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

This text font color is #73AA88.


Background Color

.myBgColor { background-color: #73AA88; }

<div style="background-color:#73AA88">Inner text</div>

This div background color is #73AA88.


Border color

.myBorderColor { border: 1px solid #73AA88; }

<div style="border:3px solid #73AA88">Div</div>

This div border color is #73AA88.


Opacity

.myOpacity80 { color: #73AA88; opacity: 0.8; }

<p style="color:#73AA88;opacity:0.8;">80%</p>

Text with #73AA88 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 #73AA88;}

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

This text has shadow with #73AA88 color.

.textShadow {text-shadow: 3px 3px 1px #73AA88, 3px 3px 1px red;}

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

This text has shadow with #73AA88 primary color and red secondary color.


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

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

This text has shadow with #73AA88 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AA88 on black background.


Color preview on white background

This text has color #73AA88 on white background.



Black color preview on #73AA88 background

This text has black color on #73AA88 background.


White color preview on #73AA88 background

This text has white color on #73AA88 background.