COLOR #73984E

HEX: #73984E
RGB: (115,152,78)

Color info

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

RGB color model

#73984E color RGB value is (115,152,78).

  • red value is 115;
  • green value is 152;
  • blue value is 78.
RGB:
(115,152,78)
(45%,60%,31%)

RGB channels and saturation

R 115 of 255 = 45%
G 152 of 255 = 60%
B 78 of 255 = 31%

115
152
78

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

Portions of RGB colors in percentages

R + G + B =
115 + 152 + 78 = 345 (100%)
R 115 of 345 ~ 33.33%
G 152 of 345 ~ 44.06%
B 78 of 345 ~ 22.61%

%33.33
%44.06
%22.61

CMYK color model

#73984E color CMYK value is (24,0,49,40).

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 48.68%
  • key color value is 40.39%
CMYK:
(24,0,49,40)
C24M0Y49K40 
(24%,0%,49%,40%)
(0.24/0.00/0.49/0.40)	

CMYK percentages

%24.34
%0
%48.68
%40.39

Codes

Color #73984E in popluar color models

73984E
RGB11515278
HSL90°32.17%45.10%
HSB/HSV90°48.68%59.61%
CMYK24.34%0.00%48.68%
40.39%

Color #73984E in popluar number systems.

HEX73984E
Decimal11515278
Binary1110011100110001001110
Octal163230116

Shades and tints

Shades of #73984E

#73984E
(115,152,78)
#698B47
(105,139,71)
#5F7E40
(95,126,64)
#557139
(85,113,57)
#4B6432
(75,100,50)
#41572B
(65,87,43)
#374A24
(55,74,36)
#2D3D1D
(45,61,29)
#233016
(35,48,22)
#19230F
(25,35,15)
#0F1608
(15,22,8)
#000000
(0,0,0)

Tints of #73984E

#73984E
(115,152,78)
#7FA15E
(127,161,94)
#8BAA6E
(139,170,110)
#97B37E
(151,179,126)
#A3BC8E
(163,188,142)
#AFC59E
(175,197,158)
#BBCEAE
(187,206,174)
#C7D7BE
(199,215,190)
#D3E0CE
(211,224,206)
#DFE9DE
(223,233,222)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73984E; }

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

This text font color is #73984E.


Background Color

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

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

This div background color is #73984E.


Border color

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

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

This div border color is #73984E.


Opacity

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

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

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

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

This text has shadow with #73984E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73984E on black background.


Color preview on white background

This text has color #73984E on white background.



Black color preview on #73984E background

This text has black color on #73984E background.


White color preview on #73984E background

This text has white color on #73984E background.