COLOR #73A887

HEX: #73A887
RGB: (115,168,135)

Color info

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

RGB color model

#73A887 color RGB value is (115,168,135).

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

RGB channels and saturation

R 115 of 255 = 45%
G 168 of 255 = 66%
B 135 of 255 = 53%

115
168
135

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

Portions of RGB colors in percentages

R + G + B =
115 + 168 + 135 = 418 (100%)
R 115 of 418 ~ 27.51%
G 168 of 418 ~ 40.19%
B 135 of 418 ~ 32.3%

%27.51
%40.19
%32.3

CMYK color model

#73A887 color CMYK value is (32,0,20,34).

  • cyan value is 31.55%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 34.12%
CMYK:
(32,0,20,34)
C32M0Y20K34 
(32%,0%,20%,34%)
(0.32/0.00/0.20/0.34)	

CMYK percentages

%31.55
%0
%19.64
%34.12

Codes

Color #73A887 in popluar color models

73A887
RGB115168135
HSL143°23.35%55.49%
HSB/HSV143°31.55%65.88%
CMYK31.55%0.00%19.64%
34.12%

Color #73A887 in popluar number systems.

HEX73A887
Decimal115168135
Binary11100111010100010000111
Octal163250207

Shades and tints

Shades of #73A887

#73A887
(115,168,135)
#69997B
(105,153,123)
#5F8A6F
(95,138,111)
#557B63
(85,123,99)
#4B6C57
(75,108,87)
#415D4B
(65,93,75)
#374E3F
(55,78,63)
#2D3F33
(45,63,51)
#233027
(35,48,39)
#19211B
(25,33,27)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #73A887

#73A887
(115,168,135)
#7FAF91
(127,175,145)
#8BB69B
(139,182,155)
#97BDA5
(151,189,165)
#A3C4AF
(163,196,175)
#AFCBB9
(175,203,185)
#BBD2C3
(187,210,195)
#C7D9CD
(199,217,205)
#D3E0D7
(211,224,215)
#DFE7E1
(223,231,225)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A887; }

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

This text font color is #73A887.


Background Color

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

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

This div background color is #73A887.


Border color

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

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

This div border color is #73A887.


Opacity

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

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

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

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

This text has shadow with #73A887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A887 on black background.


Color preview on white background

This text has color #73A887 on white background.



Black color preview on #73A887 background

This text has black color on #73A887 background.


White color preview on #73A887 background

This text has white color on #73A887 background.