COLOR #8D7674

HEX: #8D7674
RGB: (141,118,116)

Color info

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

RGB color model

#8D7674 color RGB value is (141,118,116).

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

RGB channels and saturation

R 141 of 255 = 55%
G 118 of 255 = 46%
B 116 of 255 = 45%

141
118
116

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

Portions of RGB colors in percentages

R + G + B =
141 + 118 + 116 = 375 (100%)
R 141 of 375 ~ 37.6%
G 118 of 375 ~ 31.47%
B 116 of 375 ~ 30.93%

%37.6
%31.47
%30.93

CMYK color model

#8D7674 color CMYK value is (0,16,18,45).

  • cyan value is 0.00%
  • magenta value is 16.31%
  • yellow value is 17.73%
  • key color value is 44.71%
CMYK:
(0,16,18,45)
C0M16Y18K45 
(0%,16%,18%,45%)
(0.00/0.16/0.18/0.45)	

CMYK percentages

%0
%16.31
%17.73
%44.71

Codes

Color #8D7674 in popluar color models

8D7674
RGB141118116
HSL9.88%50.39%
HSB/HSV17.73%55.29%
CMYK0.00%16.31%17.73%
44.71%

Color #8D7674 in popluar number systems.

HEX8D7674
Decimal141118116
Binary1000110111101101110100
Octal215166164

Shades and tints

Shades of #8D7674

#8D7674
(141,118,116)
#816C6A
(129,108,106)
#756260
(117,98,96)
#695856
(105,88,86)
#5D4E4C
(93,78,76)
#514442
(81,68,66)
#453A38
(69,58,56)
#39302E
(57,48,46)
#2D2624
(45,38,36)
#211C1A
(33,28,26)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #8D7674

#8D7674
(141,118,116)
#978280
(151,130,128)
#A18E8C
(161,142,140)
#AB9A98
(171,154,152)
#B5A6A4
(181,166,164)
#BFB2B0
(191,178,176)
#C9BEBC
(201,190,188)
#D3CAC8
(211,202,200)
#DDD6D4
(221,214,212)
#E7E2E0
(231,226,224)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7674; }

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

This text font color is #8D7674.


Background Color

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

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

This div background color is #8D7674.


Border color

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

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

This div border color is #8D7674.


Opacity

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

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

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

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

This text has shadow with #8D7674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7674 on black background.


Color preview on white background

This text has color #8D7674 on white background.



Black color preview on #8D7674 background

This text has black color on #8D7674 background.


White color preview on #8D7674 background

This text has white color on #8D7674 background.