COLOR #7D8A4E

HEX: #7D8A4E RGB: (125,138,78)

Color info

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

RGB color model

#7D8A4E color RGB value is (125,138,78).

RGB: (125,138,78) (49%, 54%, 31%)

RGB channels and saturation

R 125 of 255 = 49%
G 138 of 255 = 54%
B 78 of 255 = 31%

125
138
78

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

Portions of RGB colors in percentages

R + G + B = 125 + 138 + 78 = 341 (100%)
R 125 of 341 ~ 36.66%
G 138 of 341 ~ 40.47%
B 78 of 341 ~ 22.87'%

%36.66
%40.47
%22.87

CMYK color model

#7D8A4E color CMYK value is (9,0,43,46).

  • cyan value is 9.42%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 45.88%

CMYK: (9,0,43,46)
C9M0Y43K46 (9%, 0%, 43%, 46%)
(0.09 / 0.00 / 0.43 / 0.46)

CMYK percentages

%9.42
%0
%43.48
%45.88

Codes

Color #7D8A4E in popluar color models

7D 8A 4E
RGB 125 138 78
HSL 73° 27.78% 42.35%
HSB/HSV 73° 43.48% 54.12%
CMYK 9.42% 0.00% 43.48%
45.88%

Color #7D8A4E in popluar number systems.

HEX 7D 8A 4E
Decimal 125 138 78
Binary 1111101 10001010 1001110
Octal 175 212 116

Shades and tints

Shades of #7D8A4E

#7D8A4E
(125,138,78)
#727E47
(114,126,71)
#677240
(103,114,64)
#5C6639
(92,102,57)
#515A32
(81,90,50)
#464E2B
(70,78,43)
#3B4224
(59,66,36)
#30361D
(48,54,29)
#252A16
(37,42,22)
#1A1E0F
(26,30,15)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #7D8A4E

#7D8A4E
(125,138,78)
#88945E
(136,148,94)
#939E6E
(147,158,110)
#9EA87E
(158,168,126)
#A9B28E
(169,178,142)
#B4BC9E
(180,188,158)
#BFC6AE
(191,198,174)
#CAD0BE
(202,208,190)
#D5DACE
(213,218,206)
#E0E4DE
(224,228,222)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8A4E color. Also use rgb(125,138,78) instead hex code.

Text Font Color

.myTextColor { color: #7D8A4E; }

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

This text font color is #7D8A4E.

Background Color

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

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

This div background color is #7D8A4E.

Border color

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

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

This div border color is #7D8A4E.

Opacity

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

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

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

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

This text has shadow with #7D8A4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8A4E.

Preview

Color preview on black background

This text has color #7D8A4E on black background.


Color preview on white background

This text has color #7D8A4E on white background.


Black color preview on #7D8A4E background

This text has black color on #7D8A4E background.


White color preview on #7D8A4E background

This text has white color on #7D8A4E background.


Related colors

Complementary color

Complementary color for #hex is #8275B1.


I love getcolorcode.com

Triadic colors

1 #4E7D8A and #8A4E7D with #7D8A4E are triadic colors.

2 #4E8A7D and #8A7D4E with #7D8A4E are triadic colors.