COLOR #73A7AA

HEX: #73A7AA
RGB: (115,167,170)

Color info

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

RGB color model

#73A7AA color RGB value is (115,167,170).

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

RGB channels and saturation

R 115 of 255 = 45%
G 167 of 255 = 65%
B 170 of 255 = 67%

115
167
170

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

Portions of RGB colors in percentages

R + G + B =
115 + 167 + 170 = 452 (100%)
R 115 of 452 ~ 25.44%
G 167 of 452 ~ 36.95%
B 170 of 452 ~ 37.61%

%25.44
%36.95
%37.61

CMYK color model

#73A7AA color CMYK value is (32,2,0,33).

  • cyan value is 32.35%
  • magenta value is 1.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(32,2,0,33)
C32M2Y0K33 
(32%,2%,0%,33%)
(0.32/0.02/0.00/0.33)	

CMYK percentages

%32.35
%1.76
%0
%33.33

Codes

Color #73A7AA in popluar color models

73A7AA
RGB115167170
HSL183°24.44%55.88%
HSB/HSV183°32.35%66.67%
CMYK32.35%1.76%0.00%
33.33%

Color #73A7AA in popluar number systems.

HEX73A7AA
Decimal115167170
Binary11100111010011110101010
Octal163247252

Shades and tints

Shades of #73A7AA

#73A7AA
(115,167,170)
#69989B
(105,152,155)
#5F898C
(95,137,140)
#557A7D
(85,122,125)
#4B6B6E
(75,107,110)
#415C5F
(65,92,95)
#374D50
(55,77,80)
#2D3E41
(45,62,65)
#232F32
(35,47,50)
#192023
(25,32,35)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #73A7AA

#73A7AA
(115,167,170)
#7FAFB1
(127,175,177)
#8BB7B8
(139,183,184)
#97BFBF
(151,191,191)
#A3C7C6
(163,199,198)
#AFCFCD
(175,207,205)
#BBD7D4
(187,215,212)
#C7DFDB
(199,223,219)
#D3E7E2
(211,231,226)
#DFEFE9
(223,239,233)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A7AA; }

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

This text font color is #73A7AA.


Background Color

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

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

This div background color is #73A7AA.


Border color

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

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

This div border color is #73A7AA.


Opacity

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

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

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

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

This text has shadow with #73A7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A7AA on black background.


Color preview on white background

This text has color #73A7AA on white background.



Black color preview on #73A7AA background

This text has black color on #73A7AA background.


White color preview on #73A7AA background

This text has white color on #73A7AA background.