COLOR #73A2B1

HEX: #73A2B1 RGB: (115,162,177)

Color info

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

RGB color model

#73A2B1 color RGB value is (115,162,177).

RGB: (115,162,177) (45%, 64%, 69%)

RGB channels and saturation

R 115 of 255 = 45%
G 162 of 255 = 64%
B 177 of 255 = 69%

115
162
177

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

Portions of RGB colors in percentages

R + G + B = 115 + 162 + 177 = 454 (100%)
R 115 of 454 ~ 25.33%
G 162 of 454 ~ 35.68%
B 177 of 454 ~ 38.99'%

%25.33
%35.68
%38.99

CMYK color model

#73A2B1 color CMYK value is (35,8,0,31).

  • cyan value is 35.03%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (35,8,0,31)
C35M8Y0K31 (35%, 8%, 0%, 31%)
(0.35 / 0.08 / 0.00 / 0.31)

CMYK percentages

%35.03
%8.47
%0
%30.59

Codes

Color #73A2B1 in popluar color models

73 A2 B1
RGB 115 162 177
HSL 195° 28.44% 57.25%
HSB/HSV 195° 35.03% 69.41%
CMYK 35.03% 8.47% 0.00%
30.59%

Color #73A2B1 in popluar number systems.

HEX 73 A2 B1
Decimal 115 162 177
Binary 1110011 10100010 10110001
Octal 163 242 261

Shades and tints

Shades of #73A2B1

#73A2B1
(115,162,177)
#6994A1
(105,148,161)
#5F8691
(95,134,145)
#557881
(85,120,129)
#4B6A71
(75,106,113)
#415C61
(65,92,97)
#374E51
(55,78,81)
#2D4041
(45,64,65)
#233231
(35,50,49)
#192421
(25,36,33)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #73A2B1

#73A2B1
(115,162,177)
#7FAAB8
(127,170,184)
#8BB2BF
(139,178,191)
#97BAC6
(151,186,198)
#A3C2CD
(163,194,205)
#AFCAD4
(175,202,212)
#BBD2DB
(187,210,219)
#C7DAE2
(199,218,226)
#D3E2E9
(211,226,233)
#DFEAF0
(223,234,240)
#EBF2F7
(235,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A2B1 color. Also use rgb(115,162,177) instead hex code.

Text Font Color

.myTextColor { color: #73A2B1; }

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

This text font color is #73A2B1.

Background Color

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

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

This div background color is #73A2B1.

Border color

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

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

This div border color is #73A2B1.

Opacity

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

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

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

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

This text has shadow with #73A2B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A2B1.

Preview

Color preview on black background

This text has color #73A2B1 on black background.


Color preview on white background

This text has color #73A2B1 on white background.


Black color preview on #73A2B1 background

This text has black color on #73A2B1 background.


White color preview on #73A2B1 background

This text has white color on #73A2B1 background.


Related colors

Complementary color

Complementary color for #hex is #8C5D4E.


I love getcolorcode.com

Triadic colors

1 #B173A2 and #A2B173 with #73A2B1 are triadic colors.

2 #B1A273 and #A273B1 with #73A2B1 are triadic colors.