COLOR #73A54F

HEX: #73A54F
RGB: (115,165,79)

Color info

#73A54F contains mainly red and green colors. Web safe color of #73A54F is #669966 (or #696).

RGB color model

#73A54F color RGB value is (115,165,79).

  • red value is 115;
  • green value is 165;
  • blue value is 79.
RGB:
(115,165,79)
(45%,65%,31%)

RGB channels and saturation

R 115 of 255 = 45%
G 165 of 255 = 65%
B 79 of 255 = 31%

115
165
79

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

Portions of RGB colors in percentages

R + G + B =
115 + 165 + 79 = 359 (100%)
R 115 of 359 ~ 32.03%
G 165 of 359 ~ 45.96%
B 79 of 359 ~ 22.01%

%32.03
%45.96
%22.01

CMYK color model

#73A54F color CMYK value is (30,0,52,35).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 52.12%
  • key color value is 35.29%
CMYK:
(30,0,52,35)
C30M0Y52K35 
(30%,0%,52%,35%)
(0.30/0.00/0.52/0.35)	

CMYK percentages

%30.3
%0
%52.12
%35.29

Codes

Color #73A54F in popluar color models

73A54F
RGB11516579
HSL95°35.25%47.84%
HSB/HSV95°52.12%64.71%
CMYK30.30%0.00%52.12%
35.29%

Color #73A54F in popluar number systems.

HEX73A54F
Decimal11516579
Binary1110011101001011001111
Octal163245117

Shades and tints

Shades of #73A54F

#73A54F
(115,165,79)
#699648
(105,150,72)
#5F8741
(95,135,65)
#55783A
(85,120,58)
#4B6933
(75,105,51)
#415A2C
(65,90,44)
#374B25
(55,75,37)
#2D3C1E
(45,60,30)
#232D17
(35,45,23)
#191E10
(25,30,16)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #73A54F

#73A54F
(115,165,79)
#7FAD5F
(127,173,95)
#8BB56F
(139,181,111)
#97BD7F
(151,189,127)
#A3C58F
(163,197,143)
#AFCD9F
(175,205,159)
#BBD5AF
(187,213,175)
#C7DDBF
(199,221,191)
#D3E5CF
(211,229,207)
#DFEDDF
(223,237,223)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A54F; }

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

This text font color is #73A54F.


Background Color

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

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

This div background color is #73A54F.


Border color

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

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

This div border color is #73A54F.


Opacity

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

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

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

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

This text has shadow with #73A54F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A54F on black background.


Color preview on white background

This text has color #73A54F on white background.



Black color preview on #73A54F background

This text has black color on #73A54F background.


White color preview on #73A54F background

This text has white color on #73A54F background.