COLOR #7D937E

HEX: #7D937E
RGB: (125,147,126)

Color info

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

RGB color model

#7D937E color RGB value is (125,147,126).

  • red value is 125;
  • green value is 147;
  • blue value is 126.
RGB:
(125,147,126)
(49%,58%,49%)

RGB channels and saturation

R 125 of 255 = 49%
G 147 of 255 = 58%
B 126 of 255 = 49%

125
147
126

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

Portions of RGB colors in percentages

R + G + B =
125 + 147 + 126 = 398 (100%)
R 125 of 398 ~ 31.41%
G 147 of 398 ~ 36.93%
B 126 of 398 ~ 31.66%

%31.41
%36.93
%31.66

CMYK color model

#7D937E color CMYK value is (15,0,14,42).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 42.35%
CMYK:
(15,0,14,42)
C15M0Y14K42 
(15%,0%,14%,42%)
(0.15/0.00/0.14/0.42)	

CMYK percentages

%14.97
%0
%14.29
%42.35

Codes

Color #7D937E in popluar color models

7D937E
RGB125147126
HSL123°9.24%53.33%
HSB/HSV123°14.97%57.65%
CMYK14.97%0.00%14.29%
42.35%

Color #7D937E in popluar number systems.

HEX7D937E
Decimal125147126
Binary1111101100100111111110
Octal175223176

Shades and tints

Shades of #7D937E

#7D937E
(125,147,126)
#728673
(114,134,115)
#677968
(103,121,104)
#5C6C5D
(92,108,93)
#515F52
(81,95,82)
#465247
(70,82,71)
#3B453C
(59,69,60)
#303831
(48,56,49)
#252B26
(37,43,38)
#1A1E1B
(26,30,27)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #7D937E

#7D937E
(125,147,126)
#889C89
(136,156,137)
#93A594
(147,165,148)
#9EAE9F
(158,174,159)
#A9B7AA
(169,183,170)
#B4C0B5
(180,192,181)
#BFC9C0
(191,201,192)
#CAD2CB
(202,210,203)
#D5DBD6
(213,219,214)
#E0E4E1
(224,228,225)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D937E; }

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

This text font color is #7D937E.


Background Color

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

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

This div background color is #7D937E.


Border color

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

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

This div border color is #7D937E.


Opacity

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

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

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

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

This text has shadow with #7D937E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D937E on black background.


Color preview on white background

This text has color #7D937E on white background.



Black color preview on #7D937E background

This text has black color on #7D937E background.


White color preview on #7D937E background

This text has white color on #7D937E background.