COLOR #73A3AF

HEX: #73A3AF
RGB: (115,163,175)

Color info

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

RGB color model

#73A3AF color RGB value is (115,163,175).

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

RGB channels and saturation

R 115 of 255 = 45%
G 163 of 255 = 64%
B 175 of 255 = 69%

115
163
175

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

Portions of RGB colors in percentages

R + G + B =
115 + 163 + 175 = 453 (100%)
R 115 of 453 ~ 25.39%
G 163 of 453 ~ 35.98%
B 175 of 453 ~ 38.63%

%25.39
%35.98
%38.63

CMYK color model

#73A3AF color CMYK value is (34,7,0,31).

  • cyan value is 34.29%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(34,7,0,31)
C34M7Y0K31 
(34%,7%,0%,31%)
(0.34/0.07/0.00/0.31)	

CMYK percentages

%34.29
%6.86
%0
%31.37

Codes

Color #73A3AF in popluar color models

73A3AF
RGB115163175
HSL192°27.27%56.86%
HSB/HSV192°34.29%68.63%
CMYK34.29%6.86%0.00%
31.37%

Color #73A3AF in popluar number systems.

HEX73A3AF
Decimal115163175
Binary11100111010001110101111
Octal163243257

Shades and tints

Shades of #73A3AF

#73A3AF
(115,163,175)
#6995A0
(105,149,160)
#5F8791
(95,135,145)
#557982
(85,121,130)
#4B6B73
(75,107,115)
#415D64
(65,93,100)
#374F55
(55,79,85)
#2D4146
(45,65,70)
#233337
(35,51,55)
#192528
(25,37,40)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #73A3AF

#73A3AF
(115,163,175)
#7FABB6
(127,171,182)
#8BB3BD
(139,179,189)
#97BBC4
(151,187,196)
#A3C3CB
(163,195,203)
#AFCBD2
(175,203,210)
#BBD3D9
(187,211,217)
#C7DBE0
(199,219,224)
#D3E3E7
(211,227,231)
#DFEBEE
(223,235,238)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A3AF; }

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

This text font color is #73A3AF.


Background Color

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

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

This div background color is #73A3AF.


Border color

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

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

This div border color is #73A3AF.


Opacity

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

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

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

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

This text has shadow with #73A3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A3AF on black background.


Color preview on white background

This text has color #73A3AF on white background.



Black color preview on #73A3AF background

This text has black color on #73A3AF background.


White color preview on #73A3AF background

This text has white color on #73A3AF background.