COLOR #7D984C

HEX: #7D984C RGB: (125,152,76)

Color info

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

RGB color model

#7D984C color RGB value is (125,152,76).

RGB: (125,152,76) (49%, 60%, 30%)

RGB channels and saturation

R 125 of 255 = 49%
G 152 of 255 = 60%
B 76 of 255 = 30%

125
152
76

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

Portions of RGB colors in percentages

R + G + B = 125 + 152 + 76 = 353 (100%)
R 125 of 353 ~ 35.41%
G 152 of 353 ~ 43.06%
B 76 of 353 ~ 21.53'%

%35.41
%43.06
%21.53

CMYK color model

#7D984C color CMYK value is (18,0,50,40).

  • cyan value is 17.76%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 40.39%
CMYK: (18,0,50,40) C18M0Y50K40 (18%,0%,50%,40%) (0.18/0.00/0.50/0.40) 

CMYK percentages

%17.76
%0
%50
%40.39

Codes

Color #7D984C in popluar color models

7D 98 4C
RGB 125 152 76
HSL 81° 33.33% 44.71%
HSB/HSV 81° 50.00% 59.61%
CMYK 17.76% 0.00% 50.00%
40.39%

Color #7D984C in popluar number systems.

HEX 7D 98 4C
Decimal 125 152 76
Binary 1111101 10011000 1001100
Octal 175 230 114

Shades and tints

Shades of #7D984C

#7D984C
(125,152,76)
#728B46
(114,139,70)
#677E40
(103,126,64)
#5C713A
(92,113,58)
#516434
(81,100,52)
#46572E
(70,87,46)
#3B4A28
(59,74,40)
#303D22
(48,61,34)
#25301C
(37,48,28)
#1A2316
(26,35,22)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #7D984C

#7D984C
(125,152,76)
#88A15C
(136,161,92)
#93AA6C
(147,170,108)
#9EB37C
(158,179,124)
#A9BC8C
(169,188,140)
#B4C59C
(180,197,156)
#BFCEAC
(191,206,172)
#CAD7BC
(202,215,188)
#D5E0CC
(213,224,204)
#E0E9DC
(224,233,220)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D984C color. Also use rgb(125,152,76) instead hex code.

Text Font Color

.myTextColor { color: #7D984C; }

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

This text font color is #7D984C.

Background Color

.myBgColor { background-color: #7D984C; }

<div style="background-color:#7D984C">Inner text</div>

This div background color is #7D984C.

Border color

.myBorderColor { border: 1px solid #7D984C; }

<div style="border:3px solid #7D984C">Div</div>

This div border color is #7D984C.

Opacity

.myOpacity80 { color: #7D984C; opacity: 0.8; }

<p style="color:#7D984C;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D984C color.


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

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

This text has shadow with #7D984C primary color and red secondary color.


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

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

This text has shadow with #7D984C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7D984C.

Preview

Color preview on black background

This text has color #7D984C on black background.


Color preview on white background

This text has color #7D984C on white background.


Black color preview on #7D984C background

This text has black color on #7D984C background.


White color preview on #7D984C background

This text has white color on #7D984C background.


Related colors

Complementary color

Complementary color for #hex is #8267B3.


I love getcolorcode.com

Triadic colors

1 #4C7D98 and #984C7D with #7D984C are triadic colors.

2 #4C987D and #987D4C with #7D984C are triadic colors.