COLOR #7D997D

HEX: #7D997D
RGB: (125,153,125)

Color info

#7D997D contains red, green and blue colors in about the same proportion. Web safe color of #7D997D is #669966 (or #696).

RGB color model

#7D997D color RGB value is (125,153,125).

  • red value is 125;
  • green value is 153;
  • blue value is 125.
RGB:
(125,153,125)
(49%,60%,49%)

RGB channels and saturation

R 125 of 255 = 49%
G 153 of 255 = 60%
B 125 of 255 = 49%

125
153
125

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

Portions of RGB colors in percentages

R + G + B =
125 + 153 + 125 = 403 (100%)
R 125 of 403 ~ 31.02%
G 153 of 403 ~ 37.97%
B 125 of 403 ~ 31.02%

%31.02
%37.97
%31.02

CMYK color model

#7D997D color CMYK value is (18,0,18,40).

  • cyan value is 18.30%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • key color value is 40.00%
CMYK:
(18,0,18,40)
C18M0Y18K40 
(18%,0%,18%,40%)
(0.18/0.00/0.18/0.40)	

CMYK percentages

%18.3
%0
%18.3
%40

Codes

Color #7D997D in popluar color models

7D997D
RGB125153125
HSL120°12.07%54.51%
HSB/HSV120°18.30%60.00%
CMYK18.30%0.00%18.30%
40.00%

Color #7D997D in popluar number systems.

HEX7D997D
Decimal125153125
Binary1111101100110011111101
Octal175231175

Shades and tints

Shades of #7D997D

#7D997D
(125,153,125)
#728C72
(114,140,114)
#677F67
(103,127,103)
#5C725C
(92,114,92)
#516551
(81,101,81)
#465846
(70,88,70)
#3B4B3B
(59,75,59)
#303E30
(48,62,48)
#253125
(37,49,37)
#1A241A
(26,36,26)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #7D997D

#7D997D
(125,153,125)
#88A288
(136,162,136)
#93AB93
(147,171,147)
#9EB49E
(158,180,158)
#A9BDA9
(169,189,169)
#B4C6B4
(180,198,180)
#BFCFBF
(191,207,191)
#CAD8CA
(202,216,202)
#D5E1D5
(213,225,213)
#E0EAE0
(224,234,224)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D997D; }

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

This text font color is #7D997D.


Background Color

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

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

This div background color is #7D997D.


Border color

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

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

This div border color is #7D997D.


Opacity

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

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

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

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

This text has shadow with #7D997D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D997D on black background.


Color preview on white background

This text has color #7D997D on white background.



Black color preview on #7D997D background

This text has black color on #7D997D background.


White color preview on #7D997D background

This text has white color on #7D997D background.