COLOR #7D8061

HEX: #7D8061
RGB: (125,128,97)

Color info

#7D8061 contains red, green and blue colors in about the same proportion. Web safe color of #7D8061 is #666666 (or #666).

RGB color model

#7D8061 color RGB value is (125,128,97).

  • red value is 125;
  • green value is 128;
  • blue value is 97.
RGB:
(125,128,97)
(49%,50%,38%)

RGB channels and saturation

R 125 of 255 = 49%
G 128 of 255 = 50%
B 97 of 255 = 38%

125
128
97

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

Portions of RGB colors in percentages

R + G + B =
125 + 128 + 97 = 350 (100%)
R 125 of 350 ~ 35.71%
G 128 of 350 ~ 36.57%
B 97 of 350 ~ 27.71%

%35.71
%36.57
%27.71

CMYK color model

#7D8061 color CMYK value is (2,0,24,50).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 24.22%
  • key color value is 49.80%
CMYK:
(2,0,24,50)
C2M0Y24K50 
(2%,0%,24%,50%)
(0.02/0.00/0.24/0.50)	

CMYK percentages

%2.34
%0
%24.22
%49.8

Codes

Color #7D8061 in popluar color models

7D8061
RGB12512897
HSL66°13.78%44.12%
HSB/HSV66°24.22%50.20%
CMYK2.34%0.00%24.22%
49.80%

Color #7D8061 in popluar number systems.

HEX7D8061
Decimal12512897
Binary1111101100000001100001
Octal175200141

Shades and tints

Shades of #7D8061

#7D8061
(125,128,97)
#727559
(114,117,89)
#676A51
(103,106,81)
#5C5F49
(92,95,73)
#515441
(81,84,65)
#464939
(70,73,57)
#3B3E31
(59,62,49)
#303329
(48,51,41)
#252821
(37,40,33)
#1A1D19
(26,29,25)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #7D8061

#7D8061
(125,128,97)
#888B6F
(136,139,111)
#93967D
(147,150,125)
#9EA18B
(158,161,139)
#A9AC99
(169,172,153)
#B4B7A7
(180,183,167)
#BFC2B5
(191,194,181)
#CACDC3
(202,205,195)
#D5D8D1
(213,216,209)
#E0E3DF
(224,227,223)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8061; }

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

This text font color is #7D8061.


Background Color

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

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

This div background color is #7D8061.


Border color

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

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

This div border color is #7D8061.


Opacity

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

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

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

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

This text has shadow with #7D8061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8061 on black background.


Color preview on white background

This text has color #7D8061 on white background.



Black color preview on #7D8061 background

This text has black color on #7D8061 background.


White color preview on #7D8061 background

This text has white color on #7D8061 background.