COLOR #73A487

HEX: #73A487 RGB: (115,164,135)

Color info

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

RGB color model

#73A487 color RGB value is (115,164,135).

RGB: (115,164,135) (45%, 64%, 53%)

RGB channels and saturation

R 115 of 255 = 45%
G 164 of 255 = 64%
B 135 of 255 = 53%

115
164
135

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

Portions of RGB colors in percentages

R + G + B = 115 + 164 + 135 = 414 (100%)
R 115 of 414 ~ 27.78%
G 164 of 414 ~ 39.61%
B 135 of 414 ~ 32.61'%

%27.78
%39.61
%32.61

CMYK color model

#73A487 color CMYK value is (30,0,18,36).

  • cyan value is 29.88%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 35.69%

CMYK: (30,0,18,36)
C30M0Y18K36 (30%, 0%, 18%, 36%)
(0.30 / 0.00 / 0.18 / 0.36)

CMYK percentages

%29.88
%0
%17.68
%35.69

Codes

Color #73A487 in popluar color models

73 A4 87
RGB 115 164 135
HSL 144° 21.21% 54.71%
HSB/HSV 144° 29.88% 64.31%
CMYK 29.88% 0.00% 17.68%
35.69%

Color #73A487 in popluar number systems.

HEX 73 A4 87
Decimal 115 164 135
Binary 1110011 10100100 10000111
Octal 163 244 207

Shades and tints

Shades of #73A487

#73A487
(115,164,135)
#69967B
(105,150,123)
#5F886F
(95,136,111)
#557A63
(85,122,99)
#4B6C57
(75,108,87)
#415E4B
(65,94,75)
#37503F
(55,80,63)
#2D4233
(45,66,51)
#233427
(35,52,39)
#19261B
(25,38,27)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #73A487

#73A487
(115,164,135)
#7FAC91
(127,172,145)
#8BB49B
(139,180,155)
#97BCA5
(151,188,165)
#A3C4AF
(163,196,175)
#AFCCB9
(175,204,185)
#BBD4C3
(187,212,195)
#C7DCCD
(199,220,205)
#D3E4D7
(211,228,215)
#DFECE1
(223,236,225)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A487; }

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

This text font color is #73A487.

Background Color

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

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

This div background color is #73A487.

Border color

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

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

This div border color is #73A487.

Opacity

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

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

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

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

This text has shadow with #73A487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A487.

Preview

Color preview on black background

This text has color #73A487 on black background.


Color preview on white background

This text has color #73A487 on white background.


Black color preview on #73A487 background

This text has black color on #73A487 background.


White color preview on #73A487 background

This text has white color on #73A487 background.


Related colors

Complementary color

Complementary color for #hex is #8C5B78.


I love getcolorcode.com

Triadic colors

1 #8773A4 and #A48773 with #73A487 are triadic colors.

2 #87A473 and #A47387 with #73A487 are triadic colors.