COLOR #73A687

HEX: #73A687
RGB: (115,166,135)

Color info

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

RGB color model

#73A687 color RGB value is (115,166,135).

  • red value is 115;
  • green value is 166;
  • blue value is 135.
RGB:
(115,166,135)
(45%,65%,53%)

RGB channels and saturation

R 115 of 255 = 45%
G 166 of 255 = 65%
B 135 of 255 = 53%

115
166
135

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

Portions of RGB colors in percentages

R + G + B =
115 + 166 + 135 = 416 (100%)
R 115 of 416 ~ 27.64%
G 166 of 416 ~ 39.9%
B 135 of 416 ~ 32.45%

%27.64
%39.9
%32.45

CMYK color model

#73A687 color CMYK value is (31,0,19,35).

  • cyan value is 30.72%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 34.90%
CMYK:
(31,0,19,35)
C31M0Y19K35 
(31%,0%,19%,35%)
(0.31/0.00/0.19/0.35)	

CMYK percentages

%30.72
%0
%18.67
%34.9

Codes

Color #73A687 in popluar color models

73A687
RGB115166135
HSL144°22.27%55.10%
HSB/HSV144°30.72%65.10%
CMYK30.72%0.00%18.67%
34.90%

Color #73A687 in popluar number systems.

HEX73A687
Decimal115166135
Binary11100111010011010000111
Octal163246207

Shades and tints

Shades of #73A687

#73A687
(115,166,135)
#69977B
(105,151,123)
#5F886F
(95,136,111)
#557963
(85,121,99)
#4B6A57
(75,106,87)
#415B4B
(65,91,75)
#374C3F
(55,76,63)
#2D3D33
(45,61,51)
#232E27
(35,46,39)
#191F1B
(25,31,27)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #73A687

#73A687
(115,166,135)
#7FAE91
(127,174,145)
#8BB69B
(139,182,155)
#97BEA5
(151,190,165)
#A3C6AF
(163,198,175)
#AFCEB9
(175,206,185)
#BBD6C3
(187,214,195)
#C7DECD
(199,222,205)
#D3E6D7
(211,230,215)
#DFEEE1
(223,238,225)
#EBF6EB
(235,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A687; }

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

This text font color is #73A687.


Background Color

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

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

This div background color is #73A687.


Border color

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

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

This div border color is #73A687.


Opacity

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

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

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

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

This text has shadow with #73A687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A687 on black background.


Color preview on white background

This text has color #73A687 on white background.



Black color preview on #73A687 background

This text has black color on #73A687 background.


White color preview on #73A687 background

This text has white color on #73A687 background.