COLOR #73A584

HEX: #73A584 RGB: (115,165,132)

Color info

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

RGB color model

#73A584 color RGB value is (115,165,132).

RGB: (115,165,132) (45%, 65%, 52%)

RGB channels and saturation

R 115 of 255 = 45%
G 165 of 255 = 65%
B 132 of 255 = 52%

115
165
132

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

Portions of RGB colors in percentages

R + G + B = 115 + 165 + 132 = 412 (100%)
R 115 of 412 ~ 27.91%
G 165 of 412 ~ 40.05%
B 132 of 412 ~ 32.04'%

%27.91
%40.05
%32.04

CMYK color model

#73A584 color CMYK value is (30,0,20,35).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 35.29%

CMYK: (30,0,20,35)
C30M0Y20K35 (30%, 0%, 20%, 35%)
(0.30 / 0.00 / 0.20 / 0.35)

CMYK percentages

%30.3
%0
%20
%35.29

Codes

Color #73A584 in popluar color models

73 A5 84
RGB 115 165 132
HSL 140° 21.74% 54.90%
HSB/HSV 140° 30.30% 64.71%
CMYK 30.30% 0.00% 20.00%
35.29%

Color #73A584 in popluar number systems.

HEX 73 A5 84
Decimal 115 165 132
Binary 1110011 10100101 10000100
Octal 163 245 204

Shades and tints

Shades of #73A584

#73A584
(115,165,132)
#699678
(105,150,120)
#5F876C
(95,135,108)
#557860
(85,120,96)
#4B6954
(75,105,84)
#415A48
(65,90,72)
#374B3C
(55,75,60)
#2D3C30
(45,60,48)
#232D24
(35,45,36)
#191E18
(25,30,24)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #73A584

#73A584
(115,165,132)
#7FAD8F
(127,173,143)
#8BB59A
(139,181,154)
#97BDA5
(151,189,165)
#A3C5B0
(163,197,176)
#AFCDBB
(175,205,187)
#BBD5C6
(187,213,198)
#C7DDD1
(199,221,209)
#D3E5DC
(211,229,220)
#DFEDE7
(223,237,231)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A584 color. Also use rgb(115,165,132) instead hex code.

Text Font Color

.myTextColor { color: #73A584; }

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

This text font color is #73A584.

Background Color

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

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

This div background color is #73A584.

Border color

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

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

This div border color is #73A584.

Opacity

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

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

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

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

This text has shadow with #73A584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A584.

Preview

Color preview on black background

This text has color #73A584 on black background.


Color preview on white background

This text has color #73A584 on white background.


Black color preview on #73A584 background

This text has black color on #73A584 background.


White color preview on #73A584 background

This text has white color on #73A584 background.


Related colors

Complementary color

Complementary color for #hex is #8C5A7B.


I love getcolorcode.com

Triadic colors

1 #8473A5 and #A58473 with #73A584 are triadic colors.

2 #84A573 and #A57384 with #73A584 are triadic colors.