COLOR #73A491

HEX: #73A491 RGB: (115,164,145)

Color info

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

RGB color model

#73A491 color RGB value is (115,164,145).

RGB: (115,164,145) (45%, 64%, 57%)

RGB channels and saturation

R 115 of 255 = 45%
G 164 of 255 = 64%
B 145 of 255 = 57%

115
164
145

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

Portions of RGB colors in percentages

R + G + B = 115 + 164 + 145 = 424 (100%)
R 115 of 424 ~ 27.12%
G 164 of 424 ~ 38.68%
B 145 of 424 ~ 34.2'%

%27.12
%38.68
%34.2

CMYK color model

#73A491 color CMYK value is (30,0,12,36).

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

CMYK: (30,0,12,36)
C30M0Y12K36 (30%, 0%, 12%, 36%)
(0.30 / 0.00 / 0.12 / 0.36)

CMYK percentages

%29.88
%0
%11.59
%35.69

Codes

Color #73A491 in popluar color models

73 A4 91
RGB 115 164 145
HSL 157° 21.21% 54.71%
HSB/HSV 157° 29.88% 64.31%
CMYK 29.88% 0.00% 11.59%
35.69%

Color #73A491 in popluar number systems.

HEX 73 A4 91
Decimal 115 164 145
Binary 1110011 10100100 10010001
Octal 163 244 221

Shades and tints

Shades of #73A491

#73A491
(115,164,145)
#699684
(105,150,132)
#5F8877
(95,136,119)
#557A6A
(85,122,106)
#4B6C5D
(75,108,93)
#415E50
(65,94,80)
#375043
(55,80,67)
#2D4236
(45,66,54)
#233429
(35,52,41)
#19261C
(25,38,28)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #73A491

#73A491
(115,164,145)
#7FAC9B
(127,172,155)
#8BB4A5
(139,180,165)
#97BCAF
(151,188,175)
#A3C4B9
(163,196,185)
#AFCCC3
(175,204,195)
#BBD4CD
(187,212,205)
#C7DCD7
(199,220,215)
#D3E4E1
(211,228,225)
#DFECEB
(223,236,235)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A491; }

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

This text font color is #73A491.

Background Color

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

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

This div background color is #73A491.

Border color

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

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

This div border color is #73A491.

Opacity

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

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

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

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

This text has shadow with #73A491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A491.

Preview

Color preview on black background

This text has color #73A491 on black background.


Color preview on white background

This text has color #73A491 on white background.


Black color preview on #73A491 background

This text has black color on #73A491 background.


White color preview on #73A491 background

This text has white color on #73A491 background.


Related colors

Complementary color

Complementary color for #hex is #8C5B6E.


I love getcolorcode.com

Triadic colors

1 #9173A4 and #A49173 with #73A491 are triadic colors.

2 #91A473 and #A47391 with #73A491 are triadic colors.