COLOR #73984C

HEX: #73984C RGB: (115,152,76)

Color info

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

RGB color model

#73984C color RGB value is (115,152,76).

RGB: (115,152,76) (45%, 60%, 30%)

RGB channels and saturation

R 115 of 255 = 45%
G 152 of 255 = 60%
B 76 of 255 = 30%

115
152
76

R + G + B ~ 45%. #73984C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 152 + 76 = 343 (100%)
R 115 of 343 ~ 33.53%
G 152 of 343 ~ 44.31%
B 76 of 343 ~ 22.16'%

%33.53
%44.31
%22.16

CMYK color model

#73984C color CMYK value is (24,0,50,40).

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 40.39%

CMYK: (24,0,50,40)
C24M0Y50K40 (24%, 0%, 50%, 40%)
(0.24 / 0.00 / 0.50 / 0.40)

CMYK percentages

%24.34
%0
%50
%40.39

Codes

Color #73984C in popluar color models

73 98 4C
RGB 115 152 76
HSL 89° 33.33% 44.71%
HSB/HSV 89° 50.00% 59.61%
CMYK 24.34% 0.00% 50.00%
40.39%

Color #73984C in popluar number systems.

HEX 73 98 4C
Decimal 115 152 76
Binary 1110011 10011000 1001100
Octal 163 230 114

Shades and tints

Shades of #73984C

#73984C
(115,152,76)
#698B46
(105,139,70)
#5F7E40
(95,126,64)
#55713A
(85,113,58)
#4B6434
(75,100,52)
#41572E
(65,87,46)
#374A28
(55,74,40)
#2D3D22
(45,61,34)
#23301C
(35,48,28)
#192316
(25,35,22)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #73984C

#73984C
(115,152,76)
#7FA15C
(127,161,92)
#8BAA6C
(139,170,108)
#97B37C
(151,179,124)
#A3BC8C
(163,188,140)
#AFC59C
(175,197,156)
#BBCEAC
(187,206,172)
#C7D7BC
(199,215,188)
#D3E0CC
(211,224,204)
#DFE9DC
(223,233,220)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73984C color. Also use rgb(115,152,76) instead hex code.

Text Font Color

.myTextColor { color: #73984C; }

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

This text font color is #73984C.

Background Color

.myBgColor { background-color: #73984C; }

<div style="background-color:#73984C">Inner text</div>

This div background color is #73984C.

Border color

.myBorderColor { border: 1px solid #73984C; }

<div style="border:3px solid #73984C">Div</div>

This div border color is #73984C.

Opacity

.myOpacity80 { color: #73984C; opacity: 0.8; }

<p style="color:#73984C;opacity:0.8;">80%</p>

Text with #73984C 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 #73984C;}

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

This text has shadow with #73984C color.


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

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

This text has shadow with #73984C primary color and red secondary color.


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

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

This text has shadow with #73984C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73984C.

Preview

Color preview on black background

This text has color #73984C on black background.


Color preview on white background

This text has color #73984C on white background.


Black color preview on #73984C background

This text has black color on #73984C background.


White color preview on #73984C background

This text has white color on #73984C background.


Related colors

Complementary color

Complementary color for #hex is #8C67B3.


I love getcolorcode.com

Triadic colors

1 #4C7398 and #984C73 with #73984C are triadic colors.

2 #4C9873 and #98734C with #73984C are triadic colors.