COLOR #8D7679

HEX: #8D7679
RGB: (141,118,121)

Color info

#8D7679 contains red, green and blue colors in about the same proportion. Web safe color of #8D7679 is #996666 (or #966).

RGB color model

#8D7679 color RGB value is (141,118,121).

  • red value is 141;
  • green value is 118;
  • blue value is 121.
RGB:
(141,118,121)
(55%,46%,47%)

RGB channels and saturation

R 141 of 255 = 55%
G 118 of 255 = 46%
B 121 of 255 = 47%

141
118
121

R + G + B ~ 49%. #8D7679 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 118 + 121 = 380 (100%)
R 141 of 380 ~ 37.11%
G 118 of 380 ~ 31.05%
B 121 of 380 ~ 31.84%

%37.11
%31.05
%31.84

CMYK color model

#8D7679 color CMYK value is (0,16,14,45).

  • cyan value is 0.00%
  • magenta value is 16.31%
  • yellow value is 14.18%
  • key color value is 44.71%
CMYK:
(0,16,14,45)
C0M16Y14K45 
(0%,16%,14%,45%)
(0.00/0.16/0.14/0.45)	

CMYK percentages

%0
%16.31
%14.18
%44.71

Codes

Color #8D7679 in popluar color models

8D7679
RGB141118121
HSL352°9.16%50.78%
HSB/HSV352°16.31%55.29%
CMYK0.00%16.31%14.18%
44.71%

Color #8D7679 in popluar number systems.

HEX8D7679
Decimal141118121
Binary1000110111101101111001
Octal215166171

Shades and tints

Shades of #8D7679

#8D7679
(141,118,121)
#816C6E
(129,108,110)
#756263
(117,98,99)
#695858
(105,88,88)
#5D4E4D
(93,78,77)
#514442
(81,68,66)
#453A37
(69,58,55)
#39302C
(57,48,44)
#2D2621
(45,38,33)
#211C16
(33,28,22)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #8D7679

#8D7679
(141,118,121)
#978285
(151,130,133)
#A18E91
(161,142,145)
#AB9A9D
(171,154,157)
#B5A6A9
(181,166,169)
#BFB2B5
(191,178,181)
#C9BEC1
(201,190,193)
#D3CACD
(211,202,205)
#DDD6D9
(221,214,217)
#E7E2E5
(231,226,229)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7679 color. Also use rgb(141,118,121) instead hex code.

Text Font Color

.myTextColor { color: #8D7679; }

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

This text font color is #8D7679.


Background Color

.myBgColor { background-color: #8D7679; }

<div style="background-color:#8D7679">Inner text</div>

This div background color is #8D7679.


Border color

.myBorderColor { border: 1px solid #8D7679; }

<div style="border:3px solid #8D7679">Div</div>

This div border color is #8D7679.


Opacity

.myOpacity80 { color: #8D7679; opacity: 0.8; }

<p style="color:#8D7679;opacity:0.8;">80%</p>

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

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

This text has shadow with #8D7679 color.

.textShadow {text-shadow: 3px 3px 1px #8D7679, 3px 3px 1px red;}

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

This text has shadow with #8D7679 primary color and red secondary color.


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

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

This text has shadow with #8D7679 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7679 on black background.


Color preview on white background

This text has color #8D7679 on white background.



Black color preview on #8D7679 background

This text has black color on #8D7679 background.


White color preview on #8D7679 background

This text has white color on #8D7679 background.