COLOR #73A189

HEX: #73A189
RGB: (115,161,137)

Color info

#73A189 contains red, green and blue colors in about the same proportion. Web safe color of #73A189 is #669999 (or #699).

RGB color model

#73A189 color RGB value is (115,161,137).

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

RGB channels and saturation

R 115 of 255 = 45%
G 161 of 255 = 63%
B 137 of 255 = 54%

115
161
137

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

Portions of RGB colors in percentages

R + G + B =
115 + 161 + 137 = 413 (100%)
R 115 of 413 ~ 27.85%
G 161 of 413 ~ 38.98%
B 137 of 413 ~ 33.17%

%27.85
%38.98
%33.17

CMYK color model

#73A189 color CMYK value is (29,0,15,37).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 14.91%
  • key color value is 36.86%
CMYK:
(29,0,15,37)
C29M0Y15K37 
(29%,0%,15%,37%)
(0.29/0.00/0.15/0.37)	

CMYK percentages

%28.57
%0
%14.91
%36.86

Codes

Color #73A189 in popluar color models

73A189
RGB115161137
HSL149°19.66%54.12%
HSB/HSV149°28.57%63.14%
CMYK28.57%0.00%14.91%
36.86%

Color #73A189 in popluar number systems.

HEX73A189
Decimal115161137
Binary11100111010000110001001
Octal163241211

Shades and tints

Shades of #73A189

#73A189
(115,161,137)
#69937D
(105,147,125)
#5F8571
(95,133,113)
#557765
(85,119,101)
#4B6959
(75,105,89)
#415B4D
(65,91,77)
#374D41
(55,77,65)
#2D3F35
(45,63,53)
#233129
(35,49,41)
#19231D
(25,35,29)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #73A189

#73A189
(115,161,137)
#7FA993
(127,169,147)
#8BB19D
(139,177,157)
#97B9A7
(151,185,167)
#A3C1B1
(163,193,177)
#AFC9BB
(175,201,187)
#BBD1C5
(187,209,197)
#C7D9CF
(199,217,207)
#D3E1D9
(211,225,217)
#DFE9E3
(223,233,227)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A189; }

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

This text font color is #73A189.


Background Color

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

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

This div background color is #73A189.


Border color

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

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

This div border color is #73A189.


Opacity

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

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

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

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

This text has shadow with #73A189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A189 on black background.


Color preview on white background

This text has color #73A189 on white background.



Black color preview on #73A189 background

This text has black color on #73A189 background.


White color preview on #73A189 background

This text has white color on #73A189 background.