COLOR #7D937D

HEX: #7D937D
RGB: (125,147,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
147
125

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

Portions of RGB colors in percentages

R + G + B =
125 + 147 + 125 = 397 (100%)
R 125 of 397 ~ 31.49%
G 147 of 397 ~ 37.03%
B 125 of 397 ~ 31.49%

%31.49
%37.03
%31.49

CMYK color model

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

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

CMYK percentages

%14.97
%0
%14.97
%42.35

Codes

Color #7D937D in popluar color models

7D937D
RGB125147125
HSL120°9.24%53.33%
HSB/HSV120°14.97%57.65%
CMYK14.97%0.00%14.97%
42.35%

Color #7D937D in popluar number systems.

HEX7D937D
Decimal125147125
Binary1111101100100111111101
Octal175223175

Shades and tints

Shades of #7D937D

#7D937D
(125,147,125)
#728672
(114,134,114)
#677967
(103,121,103)
#5C6C5C
(92,108,92)
#515F51
(81,95,81)
#465246
(70,82,70)
#3B453B
(59,69,59)
#303830
(48,56,48)
#252B25
(37,43,37)
#1A1E1A
(26,30,26)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #7D937D

#7D937D
(125,147,125)
#889C88
(136,156,136)
#93A593
(147,165,147)
#9EAE9E
(158,174,158)
#A9B7A9
(169,183,169)
#B4C0B4
(180,192,180)
#BFC9BF
(191,201,191)
#CAD2CA
(202,210,202)
#D5DBD5
(213,219,213)
#E0E4E0
(224,228,224)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D937D; }

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

This text font color is #7D937D.


Background Color

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

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

This div background color is #7D937D.


Border color

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

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

This div border color is #7D937D.


Opacity

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

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

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

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

This text has shadow with #7D937D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D937D on black background.


Color preview on white background

This text has color #7D937D on white background.



Black color preview on #7D937D background

This text has black color on #7D937D background.


White color preview on #7D937D background

This text has white color on #7D937D background.