COLOR #7D9C5E

HEX: #7D9C5E
RGB: (125,156,94)

Color info

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

RGB color model

#7D9C5E color RGB value is (125,156,94).

  • red value is 125;
  • green value is 156;
  • blue value is 94.
RGB:
(125,156,94)
(49%,61%,37%)

RGB channels and saturation

R 125 of 255 = 49%
G 156 of 255 = 61%
B 94 of 255 = 37%

125
156
94

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

Portions of RGB colors in percentages

R + G + B =
125 + 156 + 94 = 375 (100%)
R 125 of 375 ~ 33.33%
G 156 of 375 ~ 41.6%
B 94 of 375 ~ 25.07%

%33.33
%41.6
%25.07

CMYK color model

#7D9C5E color CMYK value is (20,0,40,39).

  • cyan value is 19.87%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 38.82%
CMYK:
(20,0,40,39)
C20M0Y40K39 
(20%,0%,40%,39%)
(0.20/0.00/0.40/0.39)	

CMYK percentages

%19.87
%0
%39.74
%38.82

Codes

Color #7D9C5E in popluar color models

7D9C5E
RGB12515694
HSL90°24.80%49.02%
HSB/HSV90°39.74%61.18%
CMYK19.87%0.00%39.74%
38.82%

Color #7D9C5E in popluar number systems.

HEX7D9C5E
Decimal12515694
Binary1111101100111001011110
Octal175234136

Shades and tints

Shades of #7D9C5E

#7D9C5E
(125,156,94)
#728E56
(114,142,86)
#67804E
(103,128,78)
#5C7246
(92,114,70)
#51643E
(81,100,62)
#465636
(70,86,54)
#3B482E
(59,72,46)
#303A26
(48,58,38)
#252C1E
(37,44,30)
#1A1E16
(26,30,22)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #7D9C5E

#7D9C5E
(125,156,94)
#88A56C
(136,165,108)
#93AE7A
(147,174,122)
#9EB788
(158,183,136)
#A9C096
(169,192,150)
#B4C9A4
(180,201,164)
#BFD2B2
(191,210,178)
#CADBC0
(202,219,192)
#D5E4CE
(213,228,206)
#E0EDDC
(224,237,220)
#EBF6EA
(235,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9C5E color. Also use rgb(125,156,94) instead hex code.

Text Font Color

.myTextColor { color: #7D9C5E; }

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

This text font color is #7D9C5E.


Background Color

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

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

This div background color is #7D9C5E.


Border color

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

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

This div border color is #7D9C5E.


Opacity

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

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

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

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

This text has shadow with #7D9C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9C5E on black background.


Color preview on white background

This text has color #7D9C5E on white background.



Black color preview on #7D9C5E background

This text has black color on #7D9C5E background.


White color preview on #7D9C5E background

This text has white color on #7D9C5E background.