COLOR #73A4B2

HEX: #73A4B2
RGB: (115,164,178)

Color info

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

RGB color model

#73A4B2 color RGB value is (115,164,178).

  • red value is 115;
  • green value is 164;
  • blue value is 178.
RGB:
(115,164,178)
(45%,64%,70%)

RGB channels and saturation

R 115 of 255 = 45%
G 164 of 255 = 64%
B 178 of 255 = 70%

115
164
178

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

Portions of RGB colors in percentages

R + G + B =
115 + 164 + 178 = 457 (100%)
R 115 of 457 ~ 25.16%
G 164 of 457 ~ 35.89%
B 178 of 457 ~ 38.95%

%25.16
%35.89
%38.95

CMYK color model

#73A4B2 color CMYK value is (35,8,0,30).

  • cyan value is 35.39%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(35,8,0,30)
C35M8Y0K30 
(35%,8%,0%,30%)
(0.35/0.08/0.00/0.30)	

CMYK percentages

%35.39
%7.87
%0
%30.2

Codes

Color #73A4B2 in popluar color models

73A4B2
RGB115164178
HSL193°29.03%57.45%
HSB/HSV193°35.39%69.80%
CMYK35.39%7.87%0.00%
30.20%

Color #73A4B2 in popluar number systems.

HEX73A4B2
Decimal115164178
Binary11100111010010010110010
Octal163244262

Shades and tints

Shades of #73A4B2

#73A4B2
(115,164,178)
#6996A2
(105,150,162)
#5F8892
(95,136,146)
#557A82
(85,122,130)
#4B6C72
(75,108,114)
#415E62
(65,94,98)
#375052
(55,80,82)
#2D4242
(45,66,66)
#233432
(35,52,50)
#192622
(25,38,34)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #73A4B2

#73A4B2
(115,164,178)
#7FACB9
(127,172,185)
#8BB4C0
(139,180,192)
#97BCC7
(151,188,199)
#A3C4CE
(163,196,206)
#AFCCD5
(175,204,213)
#BBD4DC
(187,212,220)
#C7DCE3
(199,220,227)
#D3E4EA
(211,228,234)
#DFECF1
(223,236,241)
#EBF4F8
(235,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A4B2 color. Also use rgb(115,164,178) instead hex code.

Text Font Color

.myTextColor { color: #73A4B2; }

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

This text font color is #73A4B2.


Background Color

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

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

This div background color is #73A4B2.


Border color

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

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

This div border color is #73A4B2.


Opacity

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

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

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

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

This text has shadow with #73A4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A4B2 on black background.


Color preview on white background

This text has color #73A4B2 on white background.



Black color preview on #73A4B2 background

This text has black color on #73A4B2 background.


White color preview on #73A4B2 background

This text has white color on #73A4B2 background.