COLOR #73A37F

HEX: #73A37F RGB: (115,163,127)

Color info

#73A37F contains red, green and blue colors in about the same proportion. Web safe color of #73A37F is #669966 (or #696).

RGB color model

#73A37F color RGB value is (115,163,127).

RGB: (115,163,127) (45%, 64%, 50%)

RGB channels and saturation

R 115 of 255 = 45%
G 163 of 255 = 64%
B 127 of 255 = 50%

115
163
127

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

Portions of RGB colors in percentages

R + G + B = 115 + 163 + 127 = 405 (100%)
R 115 of 405 ~ 28.4%
G 163 of 405 ~ 40.25%
B 127 of 405 ~ 31.36'%

%28.4
%40.25
%31.36

CMYK color model

#73A37F color CMYK value is (29,0,22,36).

  • cyan value is 29.45%
  • magenta value is 0.00%
  • yellow value is 22.09%
  • key color value is 36.08%
CMYK: (29,0,22,36) C29M0Y22K36 (29%,0%,22%,36%) (0.29/0.00/0.22/0.36) 

CMYK percentages

%29.45
%0
%22.09
%36.08

Codes

Color #73A37F in popluar color models

73 A3 7F
RGB 115 163 127
HSL 135° 20.69% 54.51%
HSB/HSV 135° 29.45% 63.92%
CMYK 29.45% 0.00% 22.09%
36.08%

Color #73A37F in popluar number systems.

HEX 73 A3 7F
Decimal 115 163 127
Binary 1110011 10100011 1111111
Octal 163 243 177

Shades and tints

Shades of #73A37F

#73A37F
(115,163,127)
#699574
(105,149,116)
#5F8769
(95,135,105)
#55795E
(85,121,94)
#4B6B53
(75,107,83)
#415D48
(65,93,72)
#374F3D
(55,79,61)
#2D4132
(45,65,50)
#233327
(35,51,39)
#19251C
(25,37,28)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #73A37F

#73A37F
(115,163,127)
#7FAB8A
(127,171,138)
#8BB395
(139,179,149)
#97BBA0
(151,187,160)
#A3C3AB
(163,195,171)
#AFCBB6
(175,203,182)
#BBD3C1
(187,211,193)
#C7DBCC
(199,219,204)
#D3E3D7
(211,227,215)
#DFEBE2
(223,235,226)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A37F color. Also use rgb(115,163,127) instead hex code.

Text Font Color

.myTextColor { color: #73A37F; }

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

This text font color is #73A37F.

Background Color

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

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

This div background color is #73A37F.

Border color

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

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

This div border color is #73A37F.

Opacity

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

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

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

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

This text has shadow with #73A37F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A37F.

Preview

Color preview on black background

This text has color #73A37F on black background.


Color preview on white background

This text has color #73A37F on white background.


Black color preview on #73A37F background

This text has black color on #73A37F background.


White color preview on #73A37F background

This text has white color on #73A37F background.


Related colors

Complementary color

Complementary color for #hex is #8C5C80.


I love getcolorcode.com

Triadic colors

1 #7F73A3 and #A37F73 with #73A37F are triadic colors.

2 #7FA373 and #A3737F with #73A37F are triadic colors.