COLOR #73A3AE

HEX: #73A3AE
RGB: (115,163,174)

Color info

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

RGB color model

#73A3AE color RGB value is (115,163,174).

  • red value is 115;
  • green value is 163;
  • blue value is 174.
RGB:
(115,163,174)
(45%,64%,68%)

RGB channels and saturation

R 115 of 255 = 45%
G 163 of 255 = 64%
B 174 of 255 = 68%

115
163
174

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

Portions of RGB colors in percentages

R + G + B =
115 + 163 + 174 = 452 (100%)
R 115 of 452 ~ 25.44%
G 163 of 452 ~ 36.06%
B 174 of 452 ~ 38.5%

%25.44
%36.06
%38.5

CMYK color model

#73A3AE color CMYK value is (34,6,0,32).

  • cyan value is 33.91%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(34,6,0,32)
C34M6Y0K32 
(34%,6%,0%,32%)
(0.34/0.06/0.00/0.32)	

CMYK percentages

%33.91
%6.32
%0
%31.76

Codes

Color #73A3AE in popluar color models

73A3AE
RGB115163174
HSL191°26.70%56.67%
HSB/HSV191°33.91%68.24%
CMYK33.91%6.32%0.00%
31.76%

Color #73A3AE in popluar number systems.

HEX73A3AE
Decimal115163174
Binary11100111010001110101110
Octal163243256

Shades and tints

Shades of #73A3AE

#73A3AE
(115,163,174)
#69959F
(105,149,159)
#5F8790
(95,135,144)
#557981
(85,121,129)
#4B6B72
(75,107,114)
#415D63
(65,93,99)
#374F54
(55,79,84)
#2D4145
(45,65,69)
#233336
(35,51,54)
#192527
(25,37,39)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #73A3AE

#73A3AE
(115,163,174)
#7FABB5
(127,171,181)
#8BB3BC
(139,179,188)
#97BBC3
(151,187,195)
#A3C3CA
(163,195,202)
#AFCBD1
(175,203,209)
#BBD3D8
(187,211,216)
#C7DBDF
(199,219,223)
#D3E3E6
(211,227,230)
#DFEBED
(223,235,237)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A3AE color. Also use rgb(115,163,174) instead hex code.

Text Font Color

.myTextColor { color: #73A3AE; }

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

This text font color is #73A3AE.


Background Color

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

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

This div background color is #73A3AE.


Border color

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

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

This div border color is #73A3AE.


Opacity

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

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

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

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

This text has shadow with #73A3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A3AE on black background.


Color preview on white background

This text has color #73A3AE on white background.



Black color preview on #73A3AE background

This text has black color on #73A3AE background.


White color preview on #73A3AE background

This text has white color on #73A3AE background.