COLOR #7D8569

HEX: #7D8569
RGB: (125,133,105)

Color info

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

RGB color model

#7D8569 color RGB value is (125,133,105).

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

RGB channels and saturation

R 125 of 255 = 49%
G 133 of 255 = 52%
B 105 of 255 = 41%

125
133
105

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

Portions of RGB colors in percentages

R + G + B =
125 + 133 + 105 = 363 (100%)
R 125 of 363 ~ 34.44%
G 133 of 363 ~ 36.64%
B 105 of 363 ~ 28.93%

%34.44
%36.64
%28.93

CMYK color model

#7D8569 color CMYK value is (6,0,21,48).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 47.84%
CMYK:
(6,0,21,48)
C6M0Y21K48 
(6%,0%,21%,48%)
(0.06/0.00/0.21/0.48)	

CMYK percentages

%6.02
%0
%21.05
%47.84

Codes

Color #7D8569 in popluar color models

7D8569
RGB125133105
HSL77°11.76%46.67%
HSB/HSV77°21.05%52.16%
CMYK6.02%0.00%21.05%
47.84%

Color #7D8569 in popluar number systems.

HEX7D8569
Decimal125133105
Binary1111101100001011101001
Octal175205151

Shades and tints

Shades of #7D8569

#7D8569
(125,133,105)
#727960
(114,121,96)
#676D57
(103,109,87)
#5C614E
(92,97,78)
#515545
(81,85,69)
#46493C
(70,73,60)
#3B3D33
(59,61,51)
#30312A
(48,49,42)
#252521
(37,37,33)
#1A1918
(26,25,24)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #7D8569

#7D8569
(125,133,105)
#889076
(136,144,118)
#939B83
(147,155,131)
#9EA690
(158,166,144)
#A9B19D
(169,177,157)
#B4BCAA
(180,188,170)
#BFC7B7
(191,199,183)
#CAD2C4
(202,210,196)
#D5DDD1
(213,221,209)
#E0E8DE
(224,232,222)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8569; }

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

This text font color is #7D8569.


Background Color

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

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

This div background color is #7D8569.


Border color

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

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

This div border color is #7D8569.


Opacity

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

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

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

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

This text has shadow with #7D8569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8569 on black background.


Color preview on white background

This text has color #7D8569 on white background.



Black color preview on #7D8569 background

This text has black color on #7D8569 background.


White color preview on #7D8569 background

This text has white color on #7D8569 background.