COLOR #73A484

HEX: #73A484 RGB: (115,164,132)

Color info

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

RGB color model

#73A484 color RGB value is (115,164,132).

RGB: (115,164,132) (45%, 64%, 52%)

RGB channels and saturation

R 115 of 255 = 45%
G 164 of 255 = 64%
B 132 of 255 = 52%

115
164
132

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

Portions of RGB colors in percentages

R + G + B = 115 + 164 + 132 = 411 (100%)
R 115 of 411 ~ 27.98%
G 164 of 411 ~ 39.9%
B 132 of 411 ~ 32.12'%

%27.98
%39.9
%32.12

CMYK color model

#73A484 color CMYK value is (30,0,20,36).

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

CMYK: (30,0,20,36)
C30M0Y20K36 (30%, 0%, 20%, 36%)
(0.30 / 0.00 / 0.20 / 0.36)

CMYK percentages

%29.88
%0
%19.51
%35.69

Codes

Color #73A484 in popluar color models

73 A4 84
RGB 115 164 132
HSL 141° 21.21% 54.71%
HSB/HSV 141° 29.88% 64.31%
CMYK 29.88% 0.00% 19.51%
35.69%

Color #73A484 in popluar number systems.

HEX 73 A4 84
Decimal 115 164 132
Binary 1110011 10100100 10000100
Octal 163 244 204

Shades and tints

Shades of #73A484

#73A484
(115,164,132)
#699678
(105,150,120)
#5F886C
(95,136,108)
#557A60
(85,122,96)
#4B6C54
(75,108,84)
#415E48
(65,94,72)
#37503C
(55,80,60)
#2D4230
(45,66,48)
#233424
(35,52,36)
#192618
(25,38,24)
#0F180C
(15,24,12)
#000000
(0,0,0)

Tints of #73A484

#73A484
(115,164,132)
#7FAC8F
(127,172,143)
#8BB49A
(139,180,154)
#97BCA5
(151,188,165)
#A3C4B0
(163,196,176)
#AFCCBB
(175,204,187)
#BBD4C6
(187,212,198)
#C7DCD1
(199,220,209)
#D3E4DC
(211,228,220)
#DFECE7
(223,236,231)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A484; }

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

This text font color is #73A484.

Background Color

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

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

This div background color is #73A484.

Border color

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

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

This div border color is #73A484.

Opacity

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

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

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

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

This text has shadow with #73A484 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A484.

Preview

Color preview on black background

This text has color #73A484 on black background.


Color preview on white background

This text has color #73A484 on white background.


Black color preview on #73A484 background

This text has black color on #73A484 background.


White color preview on #73A484 background

This text has white color on #73A484 background.


Related colors

Complementary color

Complementary color for #hex is #8C5B7B.


I love getcolorcode.com

Triadic colors

1 #8473A4 and #A48473 with #73A484 are triadic colors.

2 #84A473 and #A47384 with #73A484 are triadic colors.