COLOR #73A1B3

HEX: #73A1B3
RGB: (115,161,179)

Color info

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

RGB color model

#73A1B3 color RGB value is (115,161,179).

  • red value is 115;
  • green value is 161;
  • blue value is 179.
RGB:
(115,161,179)
(45%,63%,70%)

RGB channels and saturation

R 115 of 255 = 45%
G 161 of 255 = 63%
B 179 of 255 = 70%

115
161
179

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

Portions of RGB colors in percentages

R + G + B =
115 + 161 + 179 = 455 (100%)
R 115 of 455 ~ 25.27%
G 161 of 455 ~ 35.38%
B 179 of 455 ~ 39.34%

%25.27
%35.38
%39.34

CMYK color model

#73A1B3 color CMYK value is (36,10,0,30).

  • cyan value is 35.75%
  • magenta value is 10.06%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(36,10,0,30)
C36M10Y0K30 
(36%,10%,0%,30%)
(0.36/0.10/0.00/0.30)	

CMYK percentages

%35.75
%10.06
%0
%29.8

Codes

Color #73A1B3 in popluar color models

73A1B3
RGB115161179
HSL197°29.63%57.65%
HSB/HSV197°35.75%70.20%
CMYK35.75%10.06%0.00%
29.80%

Color #73A1B3 in popluar number systems.

HEX73A1B3
Decimal115161179
Binary11100111010000110110011
Octal163241263

Shades and tints

Shades of #73A1B3

#73A1B3
(115,161,179)
#6993A3
(105,147,163)
#5F8593
(95,133,147)
#557783
(85,119,131)
#4B6973
(75,105,115)
#415B63
(65,91,99)
#374D53
(55,77,83)
#2D3F43
(45,63,67)
#233133
(35,49,51)
#192323
(25,35,35)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #73A1B3

#73A1B3
(115,161,179)
#7FA9B9
(127,169,185)
#8BB1BF
(139,177,191)
#97B9C5
(151,185,197)
#A3C1CB
(163,193,203)
#AFC9D1
(175,201,209)
#BBD1D7
(187,209,215)
#C7D9DD
(199,217,221)
#D3E1E3
(211,225,227)
#DFE9E9
(223,233,233)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A1B3 color. Also use rgb(115,161,179) instead hex code.

Text Font Color

.myTextColor { color: #73A1B3; }

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

This text font color is #73A1B3.


Background Color

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

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

This div background color is #73A1B3.


Border color

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

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

This div border color is #73A1B3.


Opacity

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

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

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

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

This text has shadow with #73A1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A1B3 on black background.


Color preview on white background

This text has color #73A1B3 on white background.



Black color preview on #73A1B3 background

This text has black color on #73A1B3 background.


White color preview on #73A1B3 background

This text has white color on #73A1B3 background.