COLOR #7D9C5C

HEX: #7D9C5C RGB: (125,156,92)

Color info

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

RGB color model

#7D9C5C color RGB value is (125,156,92).

RGB: (125,156,92) (49%, 61%, 36%)

RGB channels and saturation

R 125 of 255 = 49%
G 156 of 255 = 61%
B 92 of 255 = 36%

125
156
92

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

Portions of RGB colors in percentages

R + G + B = 125 + 156 + 92 = 373 (100%)
R 125 of 373 ~ 33.51%
G 156 of 373 ~ 41.82%
B 92 of 373 ~ 24.66'%

%33.51
%41.82
%24.66

CMYK color model

#7D9C5C color CMYK value is (20,0,41,39).

  • cyan value is 19.87%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 38.82%

CMYK: (20,0,41,39)
C20M0Y41K39 (20%, 0%, 41%, 39%)
(0.20 / 0.00 / 0.41 / 0.39)

CMYK percentages

%19.87
%0
%41.03
%38.82

Codes

Color #7D9C5C in popluar color models

7D 9C 5C
RGB 125 156 92
HSL 89° 25.81% 48.63%
HSB/HSV 89° 41.03% 61.18%
CMYK 19.87% 0.00% 41.03%
38.82%

Color #7D9C5C in popluar number systems.

HEX 7D 9C 5C
Decimal 125 156 92
Binary 1111101 10011100 1011100
Octal 175 234 134

Shades and tints

Shades of #7D9C5C

#7D9C5C
(125,156,92)
#728E54
(114,142,84)
#67804C
(103,128,76)
#5C7244
(92,114,68)
#51643C
(81,100,60)
#465634
(70,86,52)
#3B482C
(59,72,44)
#303A24
(48,58,36)
#252C1C
(37,44,28)
#1A1E14
(26,30,20)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #7D9C5C

#7D9C5C
(125,156,92)
#88A56A
(136,165,106)
#93AE78
(147,174,120)
#9EB786
(158,183,134)
#A9C094
(169,192,148)
#B4C9A2
(180,201,162)
#BFD2B0
(191,210,176)
#CADBBE
(202,219,190)
#D5E4CC
(213,228,204)
#E0EDDA
(224,237,218)
#EBF6E8
(235,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9C5C; }

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

This text font color is #7D9C5C.

Background Color

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

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

This div background color is #7D9C5C.

Border color

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

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

This div border color is #7D9C5C.

Opacity

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

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

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

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

This text has shadow with #7D9C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9C5C.

Preview

Color preview on black background

This text has color #7D9C5C on black background.


Color preview on white background

This text has color #7D9C5C on white background.


Black color preview on #7D9C5C background

This text has black color on #7D9C5C background.


White color preview on #7D9C5C background

This text has white color on #7D9C5C background.


Related colors

Complementary color

Complementary color for #hex is #8263A3.


I love getcolorcode.com

Triadic colors

1 #5C7D9C and #9C5C7D with #7D9C5C are triadic colors.

2 #5C9C7D and #9C7D5C with #7D9C5C are triadic colors.