COLOR #7D9D5D

HEX: #7D9D5D
RGB: (125,157,93)

Color info

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

RGB color model

#7D9D5D color RGB value is (125,157,93).

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

RGB channels and saturation

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

125
157
93

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

Portions of RGB colors in percentages

R + G + B =
125 + 157 + 93 = 375 (100%)
R 125 of 375 ~ 33.33%
G 157 of 375 ~ 41.87%
B 93 of 375 ~ 24.8%

%33.33
%41.87
%24.8

CMYK color model

#7D9D5D color CMYK value is (20,0,41,38).

  • cyan value is 20.38%
  • magenta value is 0.00%
  • yellow value is 40.76%
  • key color value is 38.43%
CMYK:
(20,0,41,38)
C20M0Y41K38 
(20%,0%,41%,38%)
(0.20/0.00/0.41/0.38)	

CMYK percentages

%20.38
%0
%40.76
%38.43

Codes

Color #7D9D5D in popluar color models

7D9D5D
RGB12515793
HSL90°25.60%49.02%
HSB/HSV90°40.76%61.57%
CMYK20.38%0.00%40.76%
38.43%

Color #7D9D5D in popluar number systems.

HEX7D9D5D
Decimal12515793
Binary1111101100111011011101
Octal175235135

Shades and tints

Shades of #7D9D5D

#7D9D5D
(125,157,93)
#728F55
(114,143,85)
#67814D
(103,129,77)
#5C7345
(92,115,69)
#51653D
(81,101,61)
#465735
(70,87,53)
#3B492D
(59,73,45)
#303B25
(48,59,37)
#252D1D
(37,45,29)
#1A1F15
(26,31,21)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #7D9D5D

#7D9D5D
(125,157,93)
#88A56B
(136,165,107)
#93AD79
(147,173,121)
#9EB587
(158,181,135)
#A9BD95
(169,189,149)
#B4C5A3
(180,197,163)
#BFCDB1
(191,205,177)
#CAD5BF
(202,213,191)
#D5DDCD
(213,221,205)
#E0E5DB
(224,229,219)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9D5D; }

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

This text font color is #7D9D5D.


Background Color

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

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

This div background color is #7D9D5D.


Border color

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

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

This div border color is #7D9D5D.


Opacity

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

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

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

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

This text has shadow with #7D9D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9D5D on black background.


Color preview on white background

This text has color #7D9D5D on white background.



Black color preview on #7D9D5D background

This text has black color on #7D9D5D background.


White color preview on #7D9D5D background

This text has white color on #7D9D5D background.