COLOR #7D8564

HEX: #7D8564
RGB: (125,133,100)

Color info

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

RGB color model

#7D8564 color RGB value is (125,133,100).

  • red value is 125;
  • green value is 133;
  • blue value is 100.
RGB:
(125,133,100)
(49%,52%,39%)

RGB channels and saturation

R 125 of 255 = 49%
G 133 of 255 = 52%
B 100 of 255 = 39%

125
133
100

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

Portions of RGB colors in percentages

R + G + B =
125 + 133 + 100 = 358 (100%)
R 125 of 358 ~ 34.92%
G 133 of 358 ~ 37.15%
B 100 of 358 ~ 27.93%

%34.92
%37.15
%27.93

CMYK color model

#7D8564 color CMYK value is (6,0,25,48).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 24.81%
  • key color value is 47.84%
CMYK:
(6,0,25,48)
C6M0Y25K48 
(6%,0%,25%,48%)
(0.06/0.00/0.25/0.48)	

CMYK percentages

%6.02
%0
%24.81
%47.84

Codes

Color #7D8564 in popluar color models

7D8564
RGB125133100
HSL75°14.16%45.69%
HSB/HSV75°24.81%52.16%
CMYK6.02%0.00%24.81%
47.84%

Color #7D8564 in popluar number systems.

HEX7D8564
Decimal125133100
Binary1111101100001011100100
Octal175205144

Shades and tints

Shades of #7D8564

#7D8564
(125,133,100)
#72795B
(114,121,91)
#676D52
(103,109,82)
#5C6149
(92,97,73)
#515540
(81,85,64)
#464937
(70,73,55)
#3B3D2E
(59,61,46)
#303125
(48,49,37)
#25251C
(37,37,28)
#1A1913
(26,25,19)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #7D8564

#7D8564
(125,133,100)
#889072
(136,144,114)
#939B80
(147,155,128)
#9EA68E
(158,166,142)
#A9B19C
(169,177,156)
#B4BCAA
(180,188,170)
#BFC7B8
(191,199,184)
#CAD2C6
(202,210,198)
#D5DDD4
(213,221,212)
#E0E8E2
(224,232,226)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8564; }

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

This text font color is #7D8564.


Background Color

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

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

This div background color is #7D8564.


Border color

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

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

This div border color is #7D8564.


Opacity

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

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

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

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

This text has shadow with #7D8564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8564 on black background.


Color preview on white background

This text has color #7D8564 on white background.



Black color preview on #7D8564 background

This text has black color on #7D8564 background.


White color preview on #7D8564 background

This text has white color on #7D8564 background.