COLOR #7D957F

HEX: #7D957F
RGB: (125,149,127)

Color info

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

RGB color model

#7D957F color RGB value is (125,149,127).

  • red value is 125;
  • green value is 149;
  • blue value is 127.
RGB:
(125,149,127)
(49%,58%,50%)

RGB channels and saturation

R 125 of 255 = 49%
G 149 of 255 = 58%
B 127 of 255 = 50%

125
149
127

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

Portions of RGB colors in percentages

R + G + B =
125 + 149 + 127 = 401 (100%)
R 125 of 401 ~ 31.17%
G 149 of 401 ~ 37.16%
B 127 of 401 ~ 31.67%

%31.17
%37.16
%31.67

CMYK color model

#7D957F color CMYK value is (16,0,15,42).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK:
(16,0,15,42)
C16M0Y15K42 
(16%,0%,15%,42%)
(0.16/0.00/0.15/0.42)	

CMYK percentages

%16.11
%0
%14.77
%41.57

Codes

Color #7D957F in popluar color models

7D957F
RGB125149127
HSL125°10.17%53.73%
HSB/HSV125°16.11%58.43%
CMYK16.11%0.00%14.77%
41.57%

Color #7D957F in popluar number systems.

HEX7D957F
Decimal125149127
Binary1111101100101011111111
Octal175225177

Shades and tints

Shades of #7D957F

#7D957F
(125,149,127)
#728874
(114,136,116)
#677B69
(103,123,105)
#5C6E5E
(92,110,94)
#516153
(81,97,83)
#465448
(70,84,72)
#3B473D
(59,71,61)
#303A32
(48,58,50)
#252D27
(37,45,39)
#1A201C
(26,32,28)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #7D957F

#7D957F
(125,149,127)
#889E8A
(136,158,138)
#93A795
(147,167,149)
#9EB0A0
(158,176,160)
#A9B9AB
(169,185,171)
#B4C2B6
(180,194,182)
#BFCBC1
(191,203,193)
#CAD4CC
(202,212,204)
#D5DDD7
(213,221,215)
#E0E6E2
(224,230,226)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D957F; }

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

This text font color is #7D957F.


Background Color

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

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

This div background color is #7D957F.


Border color

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

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

This div border color is #7D957F.


Opacity

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

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

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

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

This text has shadow with #7D957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D957F on black background.


Color preview on white background

This text has color #7D957F on white background.



Black color preview on #7D957F background

This text has black color on #7D957F background.


White color preview on #7D957F background

This text has white color on #7D957F background.