COLOR #7D8169

HEX: #7D8169
RGB: (125,129,105)

Color info

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

RGB color model

#7D8169 color RGB value is (125,129,105).

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

RGB channels and saturation

R 125 of 255 = 49%
G 129 of 255 = 51%
B 105 of 255 = 41%

125
129
105

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

Portions of RGB colors in percentages

R + G + B =
125 + 129 + 105 = 359 (100%)
R 125 of 359 ~ 34.82%
G 129 of 359 ~ 35.93%
B 105 of 359 ~ 29.25%

%34.82
%35.93
%29.25

CMYK color model

#7D8169 color CMYK value is (3,0,19,49).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 49.41%
CMYK:
(3,0,19,49)
C3M0Y19K49 
(3%,0%,19%,49%)
(0.03/0.00/0.19/0.49)	

CMYK percentages

%3.1
%0
%18.6
%49.41

Codes

Color #7D8169 in popluar color models

7D8169
RGB125129105
HSL70°10.26%45.88%
HSB/HSV70°18.60%50.59%
CMYK3.10%0.00%18.60%
49.41%

Color #7D8169 in popluar number systems.

HEX7D8169
Decimal125129105
Binary1111101100000011101001
Octal175201151

Shades and tints

Shades of #7D8169

#7D8169
(125,129,105)
#727660
(114,118,96)
#676B57
(103,107,87)
#5C604E
(92,96,78)
#515545
(81,85,69)
#464A3C
(70,74,60)
#3B3F33
(59,63,51)
#30342A
(48,52,42)
#252921
(37,41,33)
#1A1E18
(26,30,24)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #7D8169

#7D8169
(125,129,105)
#888C76
(136,140,118)
#939783
(147,151,131)
#9EA290
(158,162,144)
#A9AD9D
(169,173,157)
#B4B8AA
(180,184,170)
#BFC3B7
(191,195,183)
#CACEC4
(202,206,196)
#D5D9D1
(213,217,209)
#E0E4DE
(224,228,222)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8169; }

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

This text font color is #7D8169.


Background Color

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

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

This div background color is #7D8169.


Border color

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

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

This div border color is #7D8169.


Opacity

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

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

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

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

This text has shadow with #7D8169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8169 on black background.


Color preview on white background

This text has color #7D8169 on white background.



Black color preview on #7D8169 background

This text has black color on #7D8169 background.


White color preview on #7D8169 background

This text has white color on #7D8169 background.