COLOR #73A48A

HEX: #73A48A RGB: (115,164,138)

Color info

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

RGB color model

#73A48A color RGB value is (115,164,138).

RGB: (115,164,138) (45%, 64%, 54%)

RGB channels and saturation

R 115 of 255 = 45%
G 164 of 255 = 64%
B 138 of 255 = 54%

115
164
138

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

Portions of RGB colors in percentages

R + G + B = 115 + 164 + 138 = 417 (100%)
R 115 of 417 ~ 27.58%
G 164 of 417 ~ 39.33%
B 138 of 417 ~ 33.09'%

%27.58
%39.33
%33.09

CMYK color model

#73A48A color CMYK value is (30,0,16,36).

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

CMYK: (30,0,16,36)
C30M0Y16K36 (30%, 0%, 16%, 36%)
(0.30 / 0.00 / 0.16 / 0.36)

CMYK percentages

%29.88
%0
%15.85
%35.69

Codes

Color #73A48A in popluar color models

73 A4 8A
RGB 115 164 138
HSL 148° 21.21% 54.71%
HSB/HSV 148° 29.88% 64.31%
CMYK 29.88% 0.00% 15.85%
35.69%

Color #73A48A in popluar number systems.

HEX 73 A4 8A
Decimal 115 164 138
Binary 1110011 10100100 10001010
Octal 163 244 212

Shades and tints

Shades of #73A48A

#73A48A
(115,164,138)
#69967E
(105,150,126)
#5F8872
(95,136,114)
#557A66
(85,122,102)
#4B6C5A
(75,108,90)
#415E4E
(65,94,78)
#375042
(55,80,66)
#2D4236
(45,66,54)
#23342A
(35,52,42)
#19261E
(25,38,30)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #73A48A

#73A48A
(115,164,138)
#7FAC94
(127,172,148)
#8BB49E
(139,180,158)
#97BCA8
(151,188,168)
#A3C4B2
(163,196,178)
#AFCCBC
(175,204,188)
#BBD4C6
(187,212,198)
#C7DCD0
(199,220,208)
#D3E4DA
(211,228,218)
#DFECE4
(223,236,228)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A48A; }

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

This text font color is #73A48A.

Background Color

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

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

This div background color is #73A48A.

Border color

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

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

This div border color is #73A48A.

Opacity

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

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

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

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

This text has shadow with #73A48A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A48A.

Preview

Color preview on black background

This text has color #73A48A on black background.


Color preview on white background

This text has color #73A48A on white background.


Black color preview on #73A48A background

This text has black color on #73A48A background.


White color preview on #73A48A background

This text has white color on #73A48A background.


Related colors

Complementary color

Complementary color for #hex is #8C5B75.


I love getcolorcode.com

Triadic colors

1 #8A73A4 and #A48A73 with #73A48A are triadic colors.

2 #8AA473 and #A4738A with #73A48A are triadic colors.