COLOR #73A488

HEX: #73A488
RGB: (115,164,136)

Color info

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

RGB color model

#73A488 color RGB value is (115,164,136).

  • red value is 115;
  • green value is 164;
  • blue value is 136.
RGB:
(115,164,136)
(45%,64%,53%)

RGB channels and saturation

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

115
164
136

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

Portions of RGB colors in percentages

R + G + B =
115 + 164 + 136 = 415 (100%)
R 115 of 415 ~ 27.71%
G 164 of 415 ~ 39.52%
B 136 of 415 ~ 32.77%

%27.71
%39.52
%32.77

CMYK color model

#73A488 color CMYK value is (30,0,17,36).

  • cyan value is 29.88%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(30,0,17,36)
C30M0Y17K36 
(30%,0%,17%,36%)
(0.30/0.00/0.17/0.36)	

CMYK percentages

%29.88
%0
%17.07
%35.69

Codes

Color #73A488 in popluar color models

73A488
RGB115164136
HSL146°21.21%54.71%
HSB/HSV146°29.88%64.31%
CMYK29.88%0.00%17.07%
35.69%

Color #73A488 in popluar number systems.

HEX73A488
Decimal115164136
Binary11100111010010010001000
Octal163244210

Shades and tints

Shades of #73A488

#73A488
(115,164,136)
#69967C
(105,150,124)
#5F8870
(95,136,112)
#557A64
(85,122,100)
#4B6C58
(75,108,88)
#415E4C
(65,94,76)
#375040
(55,80,64)
#2D4234
(45,66,52)
#233428
(35,52,40)
#19261C
(25,38,28)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #73A488

#73A488
(115,164,136)
#7FAC92
(127,172,146)
#8BB49C
(139,180,156)
#97BCA6
(151,188,166)
#A3C4B0
(163,196,176)
#AFCCBA
(175,204,186)
#BBD4C4
(187,212,196)
#C7DCCE
(199,220,206)
#D3E4D8
(211,228,216)
#DFECE2
(223,236,226)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A488; }

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

This text font color is #73A488.


Background Color

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

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

This div background color is #73A488.


Border color

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

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

This div border color is #73A488.


Opacity

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

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

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

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

This text has shadow with #73A488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A488 on black background.


Color preview on white background

This text has color #73A488 on white background.



Black color preview on #73A488 background

This text has black color on #73A488 background.


White color preview on #73A488 background

This text has white color on #73A488 background.