COLOR #7D9D5B

HEX: #7D9D5B
RGB: (125,157,91)

Color info

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

RGB color model

#7D9D5B color RGB value is (125,157,91).

  • red value is 125;
  • green value is 157;
  • blue value is 91.
RGB:
(125,157,91)
(49%,62%,36%)

RGB channels and saturation

R 125 of 255 = 49%
G 157 of 255 = 62%
B 91 of 255 = 36%

125
157
91

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

Portions of RGB colors in percentages

R + G + B =
125 + 157 + 91 = 373 (100%)
R 125 of 373 ~ 33.51%
G 157 of 373 ~ 42.09%
B 91 of 373 ~ 24.4%

%33.51
%42.09
%24.4

CMYK color model

#7D9D5B color CMYK value is (20,0,42,38).

  • cyan value is 20.38%
  • magenta value is 0.00%
  • yellow value is 42.04%
  • key color value is 38.43%
CMYK:
(20,0,42,38)
C20M0Y42K38 
(20%,0%,42%,38%)
(0.20/0.00/0.42/0.38)	

CMYK percentages

%20.38
%0
%42.04
%38.43

Codes

Color #7D9D5B in popluar color models

7D9D5B
RGB12515791
HSL89°26.61%48.63%
HSB/HSV89°42.04%61.57%
CMYK20.38%0.00%42.04%
38.43%

Color #7D9D5B in popluar number systems.

HEX7D9D5B
Decimal12515791
Binary1111101100111011011011
Octal175235133

Shades and tints

Shades of #7D9D5B

#7D9D5B
(125,157,91)
#728F53
(114,143,83)
#67814B
(103,129,75)
#5C7343
(92,115,67)
#51653B
(81,101,59)
#465733
(70,87,51)
#3B492B
(59,73,43)
#303B23
(48,59,35)
#252D1B
(37,45,27)
#1A1F13
(26,31,19)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #7D9D5B

#7D9D5B
(125,157,91)
#88A569
(136,165,105)
#93AD77
(147,173,119)
#9EB585
(158,181,133)
#A9BD93
(169,189,147)
#B4C5A1
(180,197,161)
#BFCDAF
(191,205,175)
#CAD5BD
(202,213,189)
#D5DDCB
(213,221,203)
#E0E5D9
(224,229,217)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9D5B color. Also use rgb(125,157,91) instead hex code.

Text Font Color

.myTextColor { color: #7D9D5B; }

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

This text font color is #7D9D5B.


Background Color

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

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

This div background color is #7D9D5B.


Border color

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

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

This div border color is #7D9D5B.


Opacity

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

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

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

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

This text has shadow with #7D9D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9D5B on black background.


Color preview on white background

This text has color #7D9D5B on white background.



Black color preview on #7D9D5B background

This text has black color on #7D9D5B background.


White color preview on #7D9D5B background

This text has white color on #7D9D5B background.