COLOR #73AD3D

HEX: #73AD3D RGB: (115,173,61)

Color info

#73AD3D contains mainly red and green colors. Web safe color of #73AD3D is #669933 (or #693).

RGB color model

#73AD3D color RGB value is (115,173,61).

RGB: (115,173,61) (45%, 68%, 24%)

RGB channels and saturation

R 115 of 255 = 45%
G 173 of 255 = 68%
B 61 of 255 = 24%

115
173
61

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

Portions of RGB colors in percentages

R + G + B = 115 + 173 + 61 = 349 (100%)
R 115 of 349 ~ 32.95%
G 173 of 349 ~ 49.57%
B 61 of 349 ~ 17.48'%

%32.95
%49.57
%17.48

CMYK color model

#73AD3D color CMYK value is (34,0,65,32).

  • cyan value is 33.53%
  • magenta value is 0.00%
  • yellow value is 64.74%
  • key color value is 32.16%

CMYK: (34,0,65,32)
C34M0Y65K32 (34%, 0%, 65%, 32%)
(0.34 / 0.00 / 0.65 / 0.32)

CMYK percentages

%33.53
%0
%64.74
%32.16

Codes

Color #73AD3D in popluar color models

73 AD 3D
RGB 115 173 61
HSL 91° 47.86% 45.88%
HSB/HSV 91° 64.74% 67.84%
CMYK 33.53% 0.00% 64.74%
32.16%

Color #73AD3D in popluar number systems.

HEX 73 AD 3D
Decimal 115 173 61
Binary 1110011 10101101 111101
Octal 163 255 75

Shades and tints

Shades of #73AD3D

#73AD3D
(115,173,61)
#699E38
(105,158,56)
#5F8F33
(95,143,51)
#55802E
(85,128,46)
#4B7129
(75,113,41)
#416224
(65,98,36)
#37531F
(55,83,31)
#2D441A
(45,68,26)
#233515
(35,53,21)
#192610
(25,38,16)
#0F170B
(15,23,11)
#000000
(0,0,0)

Tints of #73AD3D

#73AD3D
(115,173,61)
#7FB44E
(127,180,78)
#8BBB5F
(139,187,95)
#97C270
(151,194,112)
#A3C981
(163,201,129)
#AFD092
(175,208,146)
#BBD7A3
(187,215,163)
#C7DEB4
(199,222,180)
#D3E5C5
(211,229,197)
#DFECD6
(223,236,214)
#EBF3E7
(235,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73AD3D color. Also use rgb(115,173,61) instead hex code.

Text Font Color

.myTextColor { color: #73AD3D; }

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

This text font color is #73AD3D.

Background Color

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

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

This div background color is #73AD3D.

Border color

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

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

This div border color is #73AD3D.

Opacity

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

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

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

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

This text has shadow with #73AD3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73AD3D.

Preview

Color preview on black background

This text has color #73AD3D on black background.


Color preview on white background

This text has color #73AD3D on white background.


Black color preview on #73AD3D background

This text has black color on #73AD3D background.


White color preview on #73AD3D background

This text has white color on #73AD3D background.


Related colors

Complementary color

Complementary color for #hex is #8C52C2.


I love getcolorcode.com

Triadic colors

1 #3D73AD and #AD3D73 with #73AD3D are triadic colors.

2 #3DAD73 and #AD733D with #73AD3D are triadic colors.