COLOR #7D837D

HEX: #7D837D
RGB: (125,131,125)

Color info

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

RGB color model

#7D837D color RGB value is (125,131,125).

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

RGB channels and saturation

R 125 of 255 = 49%
G 131 of 255 = 51%
B 125 of 255 = 49%

125
131
125

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

Portions of RGB colors in percentages

R + G + B =
125 + 131 + 125 = 381 (100%)
R 125 of 381 ~ 32.81%
G 131 of 381 ~ 34.38%
B 125 of 381 ~ 32.81%

%32.81
%34.38
%32.81

CMYK color model

#7D837D color CMYK value is (5,0,5,49).

  • cyan value is 4.58%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 48.63%
CMYK:
(5,0,5,49)
C5M0Y5K49 
(5%,0%,5%,49%)
(0.05/0.00/0.05/0.49)	

CMYK percentages

%4.58
%0
%4.58
%48.63

Codes

Color #7D837D in popluar color models

7D837D
RGB125131125
HSL120°2.36%50.20%
HSB/HSV120°4.58%51.37%
CMYK4.58%0.00%4.58%
48.63%

Color #7D837D in popluar number systems.

HEX7D837D
Decimal125131125
Binary1111101100000111111101
Octal175203175

Shades and tints

Shades of #7D837D

#7D837D
(125,131,125)
#727872
(114,120,114)
#676D67
(103,109,103)
#5C625C
(92,98,92)
#515751
(81,87,81)
#464C46
(70,76,70)
#3B413B
(59,65,59)
#303630
(48,54,48)
#252B25
(37,43,37)
#1A201A
(26,32,26)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #7D837D

#7D837D
(125,131,125)
#888E88
(136,142,136)
#939993
(147,153,147)
#9EA49E
(158,164,158)
#A9AFA9
(169,175,169)
#B4BAB4
(180,186,180)
#BFC5BF
(191,197,191)
#CAD0CA
(202,208,202)
#D5DBD5
(213,219,213)
#E0E6E0
(224,230,224)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D837D; }

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

This text font color is #7D837D.


Background Color

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

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

This div background color is #7D837D.


Border color

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

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

This div border color is #7D837D.


Opacity

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

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

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

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

This text has shadow with #7D837D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D837D on black background.


Color preview on white background

This text has color #7D837D on white background.



Black color preview on #7D837D background

This text has black color on #7D837D background.


White color preview on #7D837D background

This text has white color on #7D837D background.