COLOR #73A171

HEX: #73A171
RGB: (115,161,113)

Color info

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

RGB color model

#73A171 color RGB value is (115,161,113).

  • red value is 115;
  • green value is 161;
  • blue value is 113.
RGB:
(115,161,113)
(45%,63%,44%)

RGB channels and saturation

R 115 of 255 = 45%
G 161 of 255 = 63%
B 113 of 255 = 44%

115
161
113

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

Portions of RGB colors in percentages

R + G + B =
115 + 161 + 113 = 389 (100%)
R 115 of 389 ~ 29.56%
G 161 of 389 ~ 41.39%
B 113 of 389 ~ 29.05%

%29.56
%41.39
%29.05

CMYK color model

#73A171 color CMYK value is (29,0,30,37).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 29.81%
  • key color value is 36.86%
CMYK:
(29,0,30,37)
C29M0Y30K37 
(29%,0%,30%,37%)
(0.29/0.00/0.30/0.37)	

CMYK percentages

%28.57
%0
%29.81
%36.86

Codes

Color #73A171 in popluar color models

73A171
RGB115161113
HSL118°20.34%53.73%
HSB/HSV118°29.81%63.14%
CMYK28.57%0.00%29.81%
36.86%

Color #73A171 in popluar number systems.

HEX73A171
Decimal115161113
Binary1110011101000011110001
Octal163241161

Shades and tints

Shades of #73A171

#73A171
(115,161,113)
#699367
(105,147,103)
#5F855D
(95,133,93)
#557753
(85,119,83)
#4B6949
(75,105,73)
#415B3F
(65,91,63)
#374D35
(55,77,53)
#2D3F2B
(45,63,43)
#233121
(35,49,33)
#192317
(25,35,23)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #73A171

#73A171
(115,161,113)
#7FA97D
(127,169,125)
#8BB189
(139,177,137)
#97B995
(151,185,149)
#A3C1A1
(163,193,161)
#AFC9AD
(175,201,173)
#BBD1B9
(187,209,185)
#C7D9C5
(199,217,197)
#D3E1D1
(211,225,209)
#DFE9DD
(223,233,221)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A171 color. Also use rgb(115,161,113) instead hex code.

Text Font Color

.myTextColor { color: #73A171; }

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

This text font color is #73A171.


Background Color

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

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

This div background color is #73A171.


Border color

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

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

This div border color is #73A171.


Opacity

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

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

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

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

This text has shadow with #73A171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A171 on black background.


Color preview on white background

This text has color #73A171 on white background.



Black color preview on #73A171 background

This text has black color on #73A171 background.


White color preview on #73A171 background

This text has white color on #73A171 background.