COLOR #73A5C5

HEX: #73A5C5
RGB: (115,165,197)

Color info

#73A5C5 contains mainly green and blue colors. Web safe color of #73A5C5 is #6699CC (or #69C).

RGB color model

#73A5C5 color RGB value is (115,165,197).

  • red value is 115;
  • green value is 165;
  • blue value is 197.
RGB:
(115,165,197)
(45%,65%,77%)

RGB channels and saturation

R 115 of 255 = 45%
G 165 of 255 = 65%
B 197 of 255 = 77%

115
165
197

R + G + B ~ 62%. #73A5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 165 + 197 = 477 (100%)
R 115 of 477 ~ 24.11%
G 165 of 477 ~ 34.59%
B 197 of 477 ~ 41.3%

%24.11
%34.59
%41.3

CMYK color model

#73A5C5 color CMYK value is (42,16,0,23).

  • cyan value is 41.62%
  • magenta value is 16.24%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(42,16,0,23)
C42M16Y0K23 
(42%,16%,0%,23%)
(0.42/0.16/0.00/0.23)	

CMYK percentages

%41.62
%16.24
%0
%22.75

Codes

Color #73A5C5 in popluar color models

73A5C5
RGB115165197
HSL203°41.41%61.18%
HSB/HSV203°41.62%77.25%
CMYK41.62%16.24%0.00%
22.75%

Color #73A5C5 in popluar number systems.

HEX73A5C5
Decimal115165197
Binary11100111010010111000101
Octal163245305

Shades and tints

Shades of #73A5C5

#73A5C5
(115,165,197)
#6996B4
(105,150,180)
#5F87A3
(95,135,163)
#557892
(85,120,146)
#4B6981
(75,105,129)
#415A70
(65,90,112)
#374B5F
(55,75,95)
#2D3C4E
(45,60,78)
#232D3D
(35,45,61)
#191E2C
(25,30,44)
#0F0F1B
(15,15,27)
#000000
(0,0,0)

Tints of #73A5C5

#73A5C5
(115,165,197)
#7FADCA
(127,173,202)
#8BB5CF
(139,181,207)
#97BDD4
(151,189,212)
#A3C5D9
(163,197,217)
#AFCDDE
(175,205,222)
#BBD5E3
(187,213,227)
#C7DDE8
(199,221,232)
#D3E5ED
(211,229,237)
#DFEDF2
(223,237,242)
#EBF5F7
(235,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A5C5 color. Also use rgb(115,165,197) instead hex code.

Text Font Color

.myTextColor { color: #73A5C5; }

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

This text font color is #73A5C5.


Background Color

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

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

This div background color is #73A5C5.


Border color

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

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

This div border color is #73A5C5.


Opacity

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

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

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

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

This text has shadow with #73A5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A5C5 on black background.


Color preview on white background

This text has color #73A5C5 on white background.



Black color preview on #73A5C5 background

This text has black color on #73A5C5 background.


White color preview on #73A5C5 background

This text has white color on #73A5C5 background.