COLOR #73A590

HEX: #73A590
RGB: (115,165,144)

Color info

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

RGB color model

#73A590 color RGB value is (115,165,144).

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

RGB channels and saturation

R 115 of 255 = 45%
G 165 of 255 = 65%
B 144 of 255 = 56%

115
165
144

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

Portions of RGB colors in percentages

R + G + B =
115 + 165 + 144 = 424 (100%)
R 115 of 424 ~ 27.12%
G 165 of 424 ~ 38.92%
B 144 of 424 ~ 33.96%

%27.12
%38.92
%33.96

CMYK color model

#73A590 color CMYK value is (30,0,13,35).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 35.29%
CMYK:
(30,0,13,35)
C30M0Y13K35 
(30%,0%,13%,35%)
(0.30/0.00/0.13/0.35)	

CMYK percentages

%30.3
%0
%12.73
%35.29

Codes

Color #73A590 in popluar color models

73A590
RGB115165144
HSL155°21.74%54.90%
HSB/HSV155°30.30%64.71%
CMYK30.30%0.00%12.73%
35.29%

Color #73A590 in popluar number systems.

HEX73A590
Decimal115165144
Binary11100111010010110010000
Octal163245220

Shades and tints

Shades of #73A590

#73A590
(115,165,144)
#699683
(105,150,131)
#5F8776
(95,135,118)
#557869
(85,120,105)
#4B695C
(75,105,92)
#415A4F
(65,90,79)
#374B42
(55,75,66)
#2D3C35
(45,60,53)
#232D28
(35,45,40)
#191E1B
(25,30,27)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #73A590

#73A590
(115,165,144)
#7FAD9A
(127,173,154)
#8BB5A4
(139,181,164)
#97BDAE
(151,189,174)
#A3C5B8
(163,197,184)
#AFCDC2
(175,205,194)
#BBD5CC
(187,213,204)
#C7DDD6
(199,221,214)
#D3E5E0
(211,229,224)
#DFEDEA
(223,237,234)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A590; }

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

This text font color is #73A590.


Background Color

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

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

This div background color is #73A590.


Border color

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

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

This div border color is #73A590.


Opacity

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

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

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

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

This text has shadow with #73A590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A590 on black background.


Color preview on white background

This text has color #73A590 on white background.



Black color preview on #73A590 background

This text has black color on #73A590 background.


White color preview on #73A590 background

This text has white color on #73A590 background.